The current grub menu.lst file have no “root” instruction.
This cause problems like:
- no list display at the boot time
- unable to boot

to boot we should do:
> 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.

Submitted on 8 April 2007 at 15:47

Log in to post comments