NIXOS-58: no "root" instruction in /boot/grub/menu.lst
The current grub menu.lst file have no “root” instruction.
This cause problems like:
- no list display at the boot time
- unable to bootto boot we should do:
Submitted on 8 April 2007 at 15:47
> root (hd0,x)
> configfile /boot/grub/menu.lst
* : choose a configuration
* e: Edit the configuration
* O: add a line on top:
> root (hd0,x)
* b: Boot.
Log in to post comments