经测试,ArchLinux、Deepin 的 LiveCD 都可以用
dd if=/path/to/iso of=/dev/sdX
制作可启动的U盘(尽管这个U盘变成了 ISO 9660 格式,不能再写入其他数据)
然而,GHOST XP 系列的 iso,dd 到U盘之后都不能启动。这是什么原因?
Windows 下的工具 UltraISO 可以将 iso 刻录到U盘中,这里面的原理是什么?
在 Linux 下有无 UltraISO 的替代工具?(unetbootin 似乎只能制作 linux 引导盘)
--
新人发帖注意事项:
1.请务必使用gmail订阅
2.请在下面的管理连接中,更改你的姓名并且加上你的班级代码。
http://groups.google.com/group/ustc_lug/subscribe?hl=en
3.请不要以水贴开始你的第一帖
-----------------------------------------------------------------------------------------------------
You received this message because you are subscribed to the Google
Groups "USTC_LUG" group.
To post to this group, send email to ustc...@googlegroups.com
To unsubscribe from this group, send email to
ustc_lug+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/ustc_lug?hl=en?hl=en
2012/2/5 Zhang Cheng <steph...@googlemail.com>:
在 2012年2月5日 上午10:56,Zhang Cheng <steph...@googlemail.com> 写道:
> Ubuntu、Deepin的ISO可以直接dd,是因为经过了isohybrid处理,你可以自己查一下isohybrid这个东西。
--
May the source be with you.
孙锡麟,SUN Xilin, undergraduate student at HKPolyU
2012/2/5 Yan Zhipei <anubis...@gmail.com>:
可启动 CD-ROM 的前16个扇区(0~15)为保留扇区;第16扇区是主标记描述;第17扇区是引导描述,存放着启动系统标识符和启动目录文件的位置。
这样,hybrid 启动镜像便成为可能,最前面的扇区可用于存储MBR等,CD-ROM的启动信息自第17扇区开始,互不影响。
Volume and File Structure of CDROM for Information Interchange
(technically identical with ISO 9660)
http://home.ustc.edu.cn/~boj/ISO9660/Ecma-119.pdf
“El Torito” Bootable CD-ROM Format Specification
http://home.ustc.edu.cn/~boj/ISO9660/Specs-Cdrom.pdf
如果要让U盘像光盘一样启动,有USB-CDROM模式,不过需要厂家专有的U盘量产工具。
2012/2/6 Yan Zhipei <anubis...@gmail.com>:
我也认为如此,UltraISO 可能是按照光盘启动标准读取了ISO引导信息和文件内容,然后再按照硬盘启动标准写入MBR和文件内容。诚如是,不是个简单的工作。
grub2 或 grub4dos 可以引导iso
send from android
2012/2/6 周金阳小熊猫 <pandacho...@gmail.com>: