Results 1 to 2 of 2
I installed gentoo from a stage3 tarball and created a kernel using
Code:
genkernel --install all
When I boot with grub it gives error parsing number. Here is the grub ...
- 01-18-2007 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 13
Gentoo boot error
I installed gentoo from a stage3 tarball and created a kernel using
When I boot with grub it gives error parsing number. Here is the grub entry:Code:genkernel --install all
Any obvious problems?Code:title Gentoo root (hd0,1) kernel /boot/kernel-genkernel-x86-2.6.18-gentoo-r6 root=/dev/ram0 init=/linuxrc vga="791" splash="silent" real_root=/dev/hda2 initrd /boot/initramfs-genkernel-x86-2.6.18-gentoo-r6
- 01-18-2007 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
Try thisCode:title Gentoo root (hd0,1) kernel /boot/kernel-genkernel-x86-2.6.18-gentoo-r6 root=/dev/ram0 init=/linuxrc vga="791" splash="silent" real_root=/dev/hda2 initrd /boot/initramfs-genkernel-x86-2.6.18-gentoo-r6
The rest of your grub.conf or menu.lst is set up correctly?Code:title Gentoo root (hd0,1) kernel /boot/kernel-genkernel-x86-2.6.18-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 vga="791" splash="silent" real_root=/dev/hda2 udev initrd /boot/initramfs-genkernel-x86-2.6.18-gentoo-r6Operating System: GNU Emacs


Reply With Quote
