个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/RecoveryFromBadInstallCD}} {{Languages|UbuntuHelp:RecoveryFromBadInstallCD}} CarlKarsten was in the middle of installing Ubuntu 4.10 in server-exp...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:RecoveryFromBadInstallCD}}
 
{{Languages|UbuntuHelp:RecoveryFromBadInstallCD}}
 
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".
 
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.
 
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.
 
Hit Alt-F2, then Enter, to drop you to a shell prompt.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
cd /target
 
cd /target
第13行: 第10行:
 
mount -o loop warty-install-i386.iso /cdrom
 
mount -o loop warty-install-i386.iso /cdrom
 
</nowiki></pre>
 
</nowiki></pre>
 
 
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:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 21:13的版本

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.