|
小弟最近迷上了gentoo,很想自己动手装一个,但是无奈不太懂,只能到处找资料,看论坛,看手册,恰好自己的笔记本无光驱,只能通过硬盘安装,谁料第一步起始就难住了我,我还是先把我的情况初步说一下:
分区情况:因为还需要win xp系统,之前整个硬盘都是NTFS格式,硬盘为ST9160827AS,C盘为主分区,之后都是扩展分区,包括:D,E,F,G,H盘,此次为了装gentoo,将E,F盘都格成了fat32格式
通过root(hd0,TAB ,可以看出,
partition num:0 active Filesystem is ntfs
partition num:4 Filesystem is ntfs
partition num:5 Filesystem is fat
partition num:6 Filesystem is fat
partition num:7 Filesystem is ntfs
partition num:8 Filesystem is ntfs
按照论坛里很多硬盘安装方法,下载install-x86-minimal-20100216.iso,提取到E盘,同时将grub4dos-0.4.4提取到C盘根目录下,修改menu.lst如下:
title Gentoo Install
root (hd0,5)
kernel /isolinux/gentoo root=/dev/ram0 dokeymap looptype=squashfs loop=/image.squashfs cdroot=/dev/sda6 vga=786 doscsi
initrd /isolinux/gentoo.igz
然后就是一连串的scan,到最后停在了下面一段处:
<<Load keymap (Enter for default):
>>keeping default keymap.
>>Making tmpfs for /newroot
>>Looking for the cdrom
!!Media not found.
>>No bootable medium found. Waiting for new device...
>>Looking for the cdrom
!!Media not found
!!Could not find CD to boot, something else needed!
>>Determining root device...
!!Could not find the root block device in.
please specify another value or press Enter for the same ,type "shell" for a shell, or "q" to skip...
root block device()::
我在论坛和搜索引擎中发现,类似问题也有人问过,但是貌似和我的问题又不完全一样,又或许我没看懂解决方法,特来请教大家,还希望能得到各位的帮助 |
|