Linux下制作Ubuntu的U盘启动盘

本文介绍了在Linux系统中使用dd命令制作Ubuntu U盘启动盘时遇到的'isolinux.bin missing or corrupt'错误的解决方法,包括正确使用dd命令的注意事项以及在制作完成后需要将U盘格式化为fat32的步骤。同时,针对Ubuntu安装过程中可能出现的黑屏问题,特别是对于ATI显卡的dell Inspiron m4040,提出了修改GRUB配置的解决方案。此外,还提供了格式化U盘以恢复其完整容量的技巧。
摘要由CSDN通过智能技术生成



用Linux的dd命令制作U盘启动盘时,出现‘isolinux.bin missing or corrupt'错误

dd命令使用参考

http://jingyan.baidu.com/article/d45ad148e203f969552b800a.html

在dd后,需要把优盘再次格式化为fat32文件系统,参考

Linux下把U盘格式化为fat32

http://jingyan.baidu.com/article/066074d6737352c3c21cb0d0.html


1.iso文件刻录(Linux平台下)
U盘资料备份好,iso文件准备好,确定U盘设备号,假定为/dev/sdc,则使用命令:
dd if=<file> of=/dev/sdc bs=4M; sync
(注意不是/dev/sdc1,否则会出现‘isolinux.bin missing or corrupt'错误)
参考命令:http://www.debian.org/CD/faq/index.en.html#write-usb
dd if=<file> of=<device> bs=4M; sync
where:
<file> is the name of the input image, e.g. netinst.iso
<device> is the device matching the USB flash drive, e.g. /dev/sda, /dev/sdb. Be careful to make sure you have the right device name, as this command is capable of writin

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值