Results 1 to 7 of 7
gentoo 2006 is finaly installed on my machine.i have GRUB from fedora core 4.my question is what to add on grub.conf
title Gentoo
root (hd0,6)
what next??????...
- 08-30-2006 #1
what o add on grub.conf
gentoo 2006 is finaly installed on my machine.i have GRUB from fedora core 4.my question is what to add on grub.conf
title Gentoo
root (hd0,6)
what next??????
- 08-30-2006 #2
Depends if you used Genkernel or not. If you did, then it should look something like this:
(note in this case gentoo is on hda8 )
Edit: formating... stupid smilies :PCode:title Gentoo 2.6.16-r9 root (hd0,7) kernel /boot/kernel-genkernel-x86-2.6.16-gentoo-r9 root=/dev/ram0 ro init=linuxrc ramdisk=8192 real_root=/dev/hda8 udev initrd /boot/initramfs-genkernel-x86-2.6.16-gentoo-r9 boot
- 08-30-2006 #3
i get the error message...
error 15 file not found
what to do?
- 08-30-2006 #4
- 08-30-2006 #5Play around with the settings, make sure you have the various harddrives written correctly. I've found that most problems with Grub are related to incorrect settings in the .conf file. Also check spelling, even one letter can mean the difference between booting the kernel and getting an error message.
Originally Posted by jan1024188
- 08-30-2006 #6
After you get the Error 15 statement when booting,, hit any key.
Then hit "c" to bring you to a grub> prompt.
You know your root is at hd0,6, so type
root (hd0,6)
And hit ENTER
You should see a message stating what file system is on that partition.
Now type
kernel /boot/
And hit TAB
That will show you what is available to put in here.
Look for the vmlinuz file and put that in there, so the line will look like
kernel /boot/vmlinuz*****
Then do the same thing with initrd as you did with the kernel command.
All of this was taken from Nerderellos grub tutorial which can be found in the tutorials section.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 08-30-2006 #7
hi budman7
thanks for telling me this technique....ill try it now


Reply With Quote
