# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook # http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2 # If you are not using Genkernel and you need help creating this file, you # should consult the handbook. Alternatively, consult the grub.conf.sample that # is included with the Grub documentation. default 0 timeout 30 #splashimage=(hd0,0)/boot/grub/splash.xpm.gz title Gentoo Linux 3.5.7-gentoo root (hd0,2) kernel /boot/kernel-genkernel-x86-3.5.7-gentoo root=/dev/ram0 real_root=/dev/sdb3 vga=791 initrd /boot/initramfs-genkernel-x86-3.5.7-gentoo title Gentoo Linux 2.6.39-r5 root (hd0,2) kernel /boot/kernel-genkernel-x86-2.6.39-gentoo-r3 root=/dev/ram0 real_root=/dev/hdb3 vga=791 initrd /boot/initramfs-genkernel-x86-2.6.39-gentoo-r3 title Windows XP - Korean rootnoverify (hd0,0) chainloader +1 title Windows 7 - Korean rootnoverify (hd1,1) chainloader +1 #title Windows XP - Taiwanese #rootnoverify (hd0,1) #chainloader +1 title Windows 7 - Taiwanese rootnoverify (hd1,2) chainloader +1 # vim:ft=conf:
윈도우 파티션 추가 할때 참고해서 활용하면 되겠다.