|
|
现在在ubuntu按照这个帖子使用chroot方式装的。
http://www.linuxforum.net/forum/ ... sb=&o=&vc=1
一切装完后使用grub引导,(在装ubuntu已经把grub装到MBR里了,所以没有在gentoo里装grub),
- grub> root (hd0,
- Possible partitions are:
- Partition num: 0, Filesystem type unknown, partition type 0x7
- Partition num: 4, Filesystem type unknown, partition type 0x7
- Partition num: 5, Filesystem type unknown, partition type 0x82
- Partition num: 6, Filesystem type is ext2fs, partition type 0x83
- Partition num: 7, Filesystem type unknown, partition type 0x7
- Partition num: 8, Filesystem type unknown, partition type 0xb
- grub> root (hd0,8)
- Filesystem type unknown, partition type 0xb
复制代码
ubuntu装在hda7上,
gentoo装在hda9上。但是grub根本认为出来,怎么设置引导呀。 |
|