
Mika, That did it. Thank you very much. I did not know how or what chroot was, and I did not know about mounting /proc, and /sys. Them where the reason for my failers. Thanks again. Later Scott
-----Original Message----- From: grml-bounces@mur.at [mailto:grml-bounces@mur.at] On Behalf Of Michael Prokop Sent: Monday, September 25, 2006 8:41 AM To: grml@mur.at Subject: Re: [Grml] Rerunning lilo
* Scott Ford w8sef@sbcglobal.net [20060925 14:35]:
I forgot to atach the atachment. Here it is. Thank you.
Ok, then boot into grml from CD. Run 'mount /mnt/hda3 ; chroot /mnt/hda3' and edit /etc/lilo.conf. Add the following lines to the end of your /etc/lilo.conf:
other=/dev/hda1 label=Windows
so you can boot your WinXP installation on /dev/hda1 as well. The rest looks ok.
Then run 'mount /proc ; mount /sys' and execute lilo afterwards. 'umount -a', leave the chroot via 'exit' and reboot your system. It should work then.
regards, -mika-