Thanks for the reply Peter,

I'm follow the directions off there Install x86 doc. I trust you, don't get me wrong 
but that
would be pretty messed up I would think.

Here's there example: (Is my grub different because I used genkernel to compile the 
kernel, I
wonder)

Now, create the grub.conf file (nano -w /boot/grub/grub.conf) and add the following to 
it: 

Code listing 23.4: grub.conf for GRUB
 
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

# If you compiled your own kernel, use something like this:
title=My example Gentoo Linux
root (hd0,0) 
kernel (hd0,0)/boot/bzImage root=/dev/hda3 

# If you're using genkernel, use something like this instead:
title=My example Gentoo Linux (genkernel)
root (hd0,0)
kernel (hd0,0)/boot/kernel-KV root=/dev/hda3
initrd (hd0,0)/boot/initrd-KV

# Below needed only for people who dual-boot
title=Windows XP
root (hd0,5) 
chainloader (hd0,5)+1

 
Warning: Substitute KV with the kernel version you have installed. 
 
Does this make sense Peter? Is there install guide messed up?

Thanks,
JBanks



 



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--
[EMAIL PROTECTED] mailing list

Reply via email to