i need to edit grub but when i type nano -w /boot/grub/grub.conf the grub.conf file is empty am i editing the right file ?......if not can some1 plz tell me where exactly is the grub.conf.
Thanx
$oLjA
Code: Select all
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.8-gentoo-r3
root (hd0,1)
kernel /kernel-2.6.8-gentoo-r3 root=/dev/hda4 vga=795
# dual booting section
title=Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1And you're sure that the boot is (hd0,0), so it should'nt be:solja wrote: splashimage=(hd0,0)/grub/splash.xpm.gz
Code: Select all
splashimage=(hd0,1)/grub/splash.xpm.gz
Code: Select all
hdparm -d /dev/hda