On 2011/05/12 00:40 (GMT) BigAl composed:
Thanks for the fast reply. I booted the resceucd and mounted /dev/sda1 in /mnt.
Then cd to /mnt/boot where there is a grub.conf.
I have cp grub.conf menu.lst in /mnt/boot and to be sure also in /mnt/boot/grub
But still not picking up the menu.lst?
Maybe the systemrescuecd has a defective Grub. I've never used it to create a rescue partition. I get my rescue Grub from a Knoppix boot. Maybe that will work for you.
Also, I install using the grub shell directly instead of using scripts: # grub grub> find /boot/grub/stage1 # ensure it's there before attempting installation grub> root (hd0,0) # /dev/sda1 has the Grub files grub> setup (hd0,0) # install it grub> quit http://orgs.man.ac.uk/documentation/grub/grub_3.html -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
