win7硬盘安装gentoo

1.安装easybcd,添加neogrub选项;

2.编写menu.lst,内容如下:


#注意,我的gentoo livecd文件位于/dev/sda11下,请你根据自己的情况修改“cdroot=”;


title gentoo nofb
fallback 1  
find --set-root --ignore-floppies /livecd  
kernel /isolinux/gentoo root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs loop=/image.squashfs cdroot=/dev/sda11 initrd=gentoo.igz
initrd /isolinux/gentoo.igz 

3.重启,进入gentoo安装环境

4.参看本文(《gentoo快速安装参考(2012修正版) 》):

http://blog.csdn.net/pkgfs/article/details/8452583

你可能感兴趣的:(win7硬盘安装gentoo)