{Could you change the title to this to something like "[SOLVED] Trouble dual booting Slackware and BT3 (SDHC) on eeepc". That would be more representative of the actual thread and less confusing for others.}
On my main machine I have 5 OSs booting from grub. I understand that it is possible.
My desire to use grub in this situation stems from confusion because:
A few times near the end when I had the 2.8.28 kernel on slackware, and tried to boot bt3 and it would load the slackware 2.8.28 kernel (I don't know why), then the initrd and then kernel panic with the same message.
So... I thought that the "boot=" option at the beginning of the lilo.conf was relative to the "image=" option on the individual entries, rather than the "root=".
To me, it seemed that the "image=" was looking in the "boot=", but I'm sure I had a misconfigured lilo.conf.
Current lilo.conf
Code:
boot = /dev/sda
bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255
append=" vt.default_utf8=0"
prompt
vga=773
image = /boot/vmlinuz
root = /dev/sda1
label = Slackware12.2
read-only
image = /boot/vmlinuz
root = /dev/sdb1
label = BT3
append=" rootdelay=10"
read-only
Yields this error
Code:
md: autorun ...
md: ... autorun DONE.
VFS: Cannot open root device "811" or unknown-block(8,17)
Please append a correct "root=" boot option; here are the available partitions:
0800 15761088 sda driver: sd
0801 15759733 sda1
Kernel panic - not syncing : VFS: Unable to mount root fs ono unknown-block(8,17)
The card is Verbatim SDHC Premium 16GB Class 6.
EeePC 900 16GB ssd.
[EDIT] I must say that I really appreciate your patient assistance. One question remains and THink I know the answer to it.
Is it necessary to run "lilo" after ?every? edit of the lilo.conf to see the results?
It's not such a big deal, so long as you remember it, if that is the case.
I guess I'm used to grub, which does not require this.
I'm able to boot bt3 now and Slackware from lilo. If the above revelation is the case, I feel foolish but still feel the satisfaction of learning something.
Thanks again.[/EDIT]