个人工具

“UbuntuHelp:RecoveryFromBadInstallCD”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
第12行: 第12行:
 
If you get a "could not find spare loop device", type `modprobe loop` and try the mount again.
 
If you get a "could not find spare loop device", type `modprobe loop` and try the mount again.
 
Use only the same image you used to burn the CD.  If you are lucky, you have it on a local machine on your network. If you don't have a Web server, you can probably mount it over NFS. Try and see what is available.
 
Use only the same image you used to burn the CD.  If you are lucky, you have it on a local machine on your network. If you don't have a Web server, you can probably mount it over NFS. Try and see what is available.
 +
----
 +
[[category:CategoryBackupRecovery]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年4月23日 (三) 11:55的最新版本

CarlKarsten was in the middle of installing Ubuntu 4.10 in server-expert mode. Wireless was up, the box was on the network, and then a dialog came up saying "Couldn't retrieve bsdutils.deb. This may be due to a network problem or a bad CD". Without starting the installation over, you can pull the .ISO image to the local drive and continue the install from it. Hit Alt-F2, then Enter, to drop you to a shell prompt.

cd /target
wget http://www.mirrorservice.org/sites/cdimage.ubuntu.com/cdimage/releases/4.10/release/warty-install-i386.iso 
umount /cdrom
mount -o loop warty-install-i386.iso /cdrom

If you get a "could not find spare loop device", type `modprobe loop` and try the mount again. Use only the same image you used to burn the CD. If you are lucky, you have it on a local machine on your network. If you don't have a Web server, you can probably mount it over NFS. Try and see what is available.