Thank you... I'm planning on dumping LILO for GRUB
I was "Googling" for clues on how to setup LILO for a triple boot system when I came across your thread.
I've never understood the difference between LILO and GRUB and wondered why the World needed more than one boot loader.
After reading <a href="http://home.att.net/~lilo-boot/lilohome.htm">this site</a> thoroughly, I believe I'm starting to "get it". It seems that LILO needs to read a file or two from the Linux partition from which it was written in order to boot even Windows.
IOWs: If the Linux partition where the LILO "map" and/or "boot.b" files exist gets corrupted, you'll be shut out of your other OS installations as well. Unacceptable! (I can't find "boot.b" on my Slack-like installation, though... not in the "locate" database and not under /boot either.)
So I'm trying to convert to GRUB.
I've attempted to make my "Slack" chainloadable... but I must be missing a concept or two here.
I've left LILO on the MBR for the moment and pointed it at my "chainloadable" Slack. All I get is the GRUB prompt. I can then enter the kernel file by hand and "boot"... but the boot then fails... something about how "this should never happen."
I'll keep trying and I'll re-read your instructions as well.
Thank you for such a comprehensive treatment of the GRUB here. I registered on this forum because of your thread.
Cheers! :)
-Ed
root (hd0,0) is not working
Thank you for the reply!
My problem is exactly getting the command root (hd0,0) to work.
My first partition (sda1) is the one where I am trying to install Grub.
Every time I run this command I get the error message:
grub> root (hd0,0)
Error 21: Selected disk does not exist
I am using a SATA HD and I thought maybe it should not be hd0,0 but sd0,0 then I tried the following, but just got more error messages:
grub> root (sd0,0)
Error 23: Error while parsing number
grub> root (sda0,0)
Error 23: Error while parsing number
Any more tips?
Thank you,
Lejepra