| Another Grub problem .. I think? I am totally new with gentoo, i have succesfull installed , and compiled kernel (genkernel). The problem is, when reboot, I can boot with XP but I have a blanc screen if I choose gentoo
I have gentoo and XP on my hp pavilion ze4115. My hd set is:
hda1: hybernate
hda2: XP
hda3: swap
hda5: boot
hda6: root
this is my Grub.conf:
default 1
timeout 30
title=Gentoo Linux 2.6.7-r11
root (hd0,4)
kernel /kernel-2.6.7-gentoo-r11 root=dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda5 vga=791
initrd /initrd-2.6.7-gentoo-r11
#dual-boot XP
title=Window XP
root (hd0,1)
makeactive
chainloader = +1
by the way, I use stage3.
Could somebody please help me, why I can not boot gentoo, while my XP work fine?
Thanks |