the list is in a config file. You could chroot into the original hosting system and grub-install from in there. Or reconfigure BLAG's boot loader manually.
In the end I booted BLAG, mounted the partition the menu.lst file was on and did cat /mnt/suse/boot/grub/menu.lst >> /boot/grub/grub.conf
and then commented out the SuSE config options (such as grub graphics menu).
Comments
the list is in a config
by free-zombie | Fri, 2006-08-18 17:18the list is in a config file. You could chroot into the original hosting system and grub-install from in there. Or reconfigure BLAG's boot loader manually.
In the end I booted BLAG,
by dylunio | Fri, 2006-08-18 17:22In the end I booted BLAG, mounted the partition the menu.lst file was on and did
cat /mnt/suse/boot/grub/menu.lst >> /boot/grub/grub.confand then commented out the SuSE config options (such as grub graphics menu).