|
小弟今天安装了gentoo,是在虚拟机上装的,装完后grub无法引导,遂发帖求助:
我的硬盘分区如下
Device Boot Start End Blocks Id System
/dev/sda1 * 1 12 96358+ 83 Linux
/dev/sda2 13 110 787185 82 Linux swap / Solaris
/dev/sda3 111 72943 585031072+ 83 Linux
grub配置如下
title Gentoo
root (hd0,0)
kernel /boot/kernel root=/dev/sda3 |
|