On 3/21/06, Robert Welz <[EMAIL PROTECTED]> wrote:
..
> > So, just replace /boot/grub/grub.conf with /root/grub.conf
>>  ,yes?
> Yes, but make shure the menu menu.lst sybolic ling is pointing
> to grub (ls -s menu.lst grub.conf.)
>
> Robert
..

I looked for menu.1st and couldn't find it :(

However, changing /boot/grub/grub.conf to the following workded :)

[EMAIL PROTECTED] ~ $
[EMAIL PROTECTED] ~ $ cat /boot/grub/grub.conf -n
     1  default 0
     2  timeout 30
     3  splashimage=(hd0,1)/grub/splash.xpm.gz
     4  title=Gentoo Linux
     5  root (hd0,1)
     6  kernel /kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0
init=/linuxrc ramdisk=8192 real_root=/dev/hda4
     7  initrd /initramfs-genkernel-x86-2.6.15-gentoo-r5
     8
     9  title Windows
    10            rootnoverify (hd0,0)
    11            chainloader +1
    12
[EMAIL PROTECTED] ~ $ date
Fri Mar 24 14:26:52 GMT 2006
[EMAIL PROTECTED] ~ $



thanks,

Thufir

-- 
gentoo-user@gentoo.org mailing list

Reply via email to