特殊:Badtitle/NS100:RecoveryFromBadInstallCD

来自Ubuntu中文
Wikibot留言 | 贡献2008年4月23日 (三) 11:55的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :RecoveryFromBadInstallCD/zh | | {{#ifexist: RecoveryFromBadInstallCD/zh | | {{#ifeq: {{#titleparts:RecoveryFromBadInstallCD|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:RecoveryFromBadInstallCD|1|-1|}} | zh | | }}

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.