|
发表于 2008-11-11 09:49:48
|
显示全部楼层
https://bugzilla.redhat.com/show_bug.cgi?id=242184 完全一样的症状,解决的办法应该是类似的,http://forums.fedoraforum.org/forum/showthread.php?t=156491 把几个文件复制到 USB,从 USB 存储器启动。
The work around is to copy the diskboot.img file from the Fedora DVD to a USB
key and then boot off the USB key (with the fedora DVD in your DVD drive). After
you've booted off the USB key, anaconda will find the DVD and install fedora 7.
Steps to create a bootable USB key are roughly (this will wipe the contents of
your USB key btw)
Place your F7 media in your DVD drive, then...
mkdir /mnt/dvd
mount /dev/dvd /mnt/dvd
dd if=/mnt/dvd/images/diskboot.img of=/dev/<your_usb_key_device_here>
Then reboot your machine and boot off the USB key - it should get you past the
hang at the "Ready" msg and allow you to install
现在既然你有了 fedora 10 preview liveCD,那么可以把这个 liveCD 用 livecd-tools 复制到一个优盘里,然后从优盘启动,效果是一样的。 |
|