在XP系统上通过硬盘安装Fedora8
硬件:
笔记本ACER4520G
1G内存,120硬盘.
1,我下载的Fedora-8-i386-DVD.iso放在C盘,用PartitionMagic 8.0从D盘分出15G空间供F8使用.
2,按照网上的教程设置引导项启动安装.
grub>find /isolinux/vmlinuz
(hd0,0)
grub>kernel (hd0,0)/isolinux/vmlinuz
grub>initrd (hd0,0)/isolinux/initrd.img
grub>boot
3,安装时自定义分区,分区如下:
/boot 100M ext3 /dev/sda8
/ 13.9G ext3 /dev/sda9
swap 1G /dev/sda10
4,刚开始一步一步安装还很顺利,定制的软件也成功安装后,需要重新引导进行其它配置时,出错了.如下:
错误一:
重启进入GRUB引导后选择启动Fedora8,屏幕出现如下错误:
Booting 'Fedora (2.6.23.1-42.fc8)'
root(hd0,7)
Filesystem type is ext2fs,partition type 0x83
kernel /vmlinuz_2.6.23.1-42.fc8 ro root=LABEL=/1 rhgbquiet
[linux-biImage,setup=0x2c00,size=0x1e0320]
initrd /initrd-2.6.23.1-42.fc8.img
[linux-initrd @ 0x37d1700 0x2d878a bype]
Uncompressing Linux...ok,booting the kernel
Red hat nash version 6.0.19 Starting
Unable to access resume device(LABEL=SWAP-sda10)
mount:could not fid filesystem '/dev/root'
setuproot: moving /dev failed: No such file or directory
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
switchroot: mount failed: No such file or directory
错误二:
我重启后尝试按"e"键修改命令行,将kernel /vmlinuz_2.6.23.1-42.fc8 ro root=LABEL=/1 rhgbquiet命令里的
"root=/LABEL=/1"修改为"root=/dev/sda9"后boot
这时可以继续往下执行了.
但是在"
Enabling local filesystem quotas [OK]
Enabling /etc/fstab swap : [0K]
这里就停止了.死机了...
注明: 1,前几天安装时只是有错误一,将命令行"root=/LABEL=/1"修改为"root=/dev/sda9"后boot就顺利进入Fedora8系统,
今天我重新安装了好多次,就开始出现错误一和错误二了.
2,我后来用光盘安装,出现的错误和从硬盘安装出现的错误一样.
这个问题已经5天未能解决了,在论坛里也有好多前辈们帮忙,至今没有解决,请大家一起帮帮忙分析一下我的问题出在哪里?
刚学Linux就遇到这个问题,很是受打击.现在操作系统都没有装好,不过我很想继续走下去.一定要解决这个问题.
谢谢..


lsgzhxq 于 2008-04-07 14:17:45发表:
至今没有解决。。。在网上逛了这么长时间了,还是不知道为什么?
有高手帮下忙吗?
lsgzhxq 于 2008-03-26 17:33:07发表:
我的是本ACER4520G.
AMD TL-56
NVIDIA Geforce 8400 G
^^^
josephwu 于 2008-03-26 17:03:36发表:
查一下你的硬件是否支持fedora8
小熊熊 于 2008-03-26 09:32:24发表:
我一般没有安装boot分区
我在网页上找了个你自已先看看
http://blog.csdn.net/jiangxinyu/archive/2007/10/11/1819637.aspx
好像boot要安装在主分区