|
|
我下的是install-x86-universal-2005.1.iso
按照“硬盘安装Gentoo(原创)”的安装步骤,出现了找不到盘。显示:
The root block device is unspecified or not detected!
Please specify a device to boot,or "shell" for a shell....
boot()::
这到底是什么原因啊?
我将install-x86-universal-2005.1.iso文件的内容解压到d:\gentoo目录下
下面这是我的grub的menu.lst中的内容:
title Gentoo Linux on (hd0,4)
root (hd0,4)
kernel /gentoo/isolinux/gentoo root=/dev/ram0 init=/linuxrc acpi=ht
looptype=squashfs loop=/livecd.squashfs udev nodevfs
cdroot=/dev/hda5/gentoo vga=791 dokeymap
splash=silent,theme:livecd-2005.1
initrd =/gentoo/isolinux/gentoo.igz |
|