On Fri, Mar 21, 2003 at 09:11:53AM -0000, Tristan Scott wrote:
now, the help file said to : # grub grub> root (hd0,0) grub> setup (hd0) grub> quit # nano -w /boot/grub/grub.conf nano> default 0 nano> timeout 30 nano> # there is a splash image here, but i cant remember the path, and commenting
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
Put that in?
nano> # it out doesnt change things nano> nano> title Mp3/web server nano> root (hd0,0) nano> kernel (hd0,0)/bzImage root=/dev/hda2 nano>
kernel (hd0,0)/boot/bzImage root=/dev/hda2 would be better you know?
when i run grub> setup (hd0), i get a messages about grub.conf - a positive message. copying it to manu.lst dosent work either.
menu.lst should be symlinked to grub.conf
do:
ln -s /boot/grub/grub.conf menu.lst
It should be able to boot this time! ;)