* On [30 Jul 2005 23:46 +0300] <[EMAIL PROTECTED]> wrote: > Sec. 8.4 of the SVN has a nice snippet for making a bootable floppy with > grub on it.
> Is there some easy way to do the same for a dvd? I have the necessary > tools, I think, like mkisofs and growisofs. $ info grub Installation:: > Making a GRUB bootable CD-ROM:: > thing is that I don't exactly know where that "old grub" is > stored, and I would like to delete some old partitions on older disks, > combining them and "raiding" them to make for some slower storage space... > Would be unfortunate if I accidentally removed the only way to boot the > system.... Your old grub install is probably on your MBR. If you want to keep it but make it work with your new /boot/grub/menu.lst. boot into grub's command line grub> root (hdx,y) # where x is disk number and y is partition. This should be where # your lfs is grub> find /boot/grub/stage1 # to check you got the right partition grub> setup (hdx) # this will setup grub on the MBR of disk x Edit /boot/grub/menu.lst and you're set. Tarek -- "Fill what's empty, empty what's full, and scratch where it itches." - The Duchess of Windsor - When asked what is the secret of a long and happy life. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
