openEuler openEuler-24.09-LTS-x86_64-dvd.iso write to USB Disk Failure

- [物理机安装openEuler24.03 — openEuler ROS 在线文档 0.1 documentation](https://openeuler-ros-docs.readthedocs.io/en/latest/installation/Intel-nuc-install-oe.html)

使用rufus安装

建议:MBR模式改为GPT

 

如果失败的化,用Linux dd命令重写一遍?可以用DiskGenius与Fedora 41制作的可启动U盘比较一下。

[root@wincarbon rufus]# tree
.
├── Rufus
│   ├── rufus.log
│   └── syslinux-6.04
│       ├── ldlinux.bss
│       └── ldlinux.sys
├── rufus-4.6p.exe
└── rufus.ini

官方工具与替代方案

  • Rufus:适合快速制作启动盘,支持 ext4 和 NTFS 持久分区,但稳定性一般。
  • Universal USB Installer:专注于 Linux 系统,对持久化支持更完善。
  • Etcher:界面简洁,适合新手,但功能较少。
  • Ventoy:支持多 ISO 启动,无需格式化 U 盘,但不支持持久化。

 


- [X86物理机 使用dd制作启动盘 无法识别 · Issue #I4GYB4 · src-openEuler/coreutils - Gitee.com](https://gitee.com/src-openeuler/coreutils/issues/I4GYB4)

 

问题原因是lorax在构建ISO后,未对ISO做isohybrid处理,导致将ISO刻录到U盘后,无法正常识别到U盘上的ISO 9660文件系统。
在问题修复前,可通过以下方案规避:
在制作启动U盘之前,先安装syslinux软件包,再执行以下命令,即可手动对ISO进行isohybrid处理。在处理完成后,再使用dd命令制作usb启动盘即可

isohybrid -u your.iso
 

使用这个命令处理后,iso在安装时,选择校验iso,此时校验不通过。

 

linux 的isohybrid与 windows iso的差异。

syslinux模块的原理

- [4.3. 为从 U 盘引导准备文件](https://www.debian.org/releases/bullseye/amd64/ch04s03.zh-cn.html)
- [isohybrids Linux portal](https://en.linuxportal.info/manuals/i/isohybrid-linux-command)
- [[分享]DIY一个可dd写入U盘引导的混合ISO镜像关键步骤 - Ubuntu中文论坛](https://forum.ubuntu.com.cn/viewtopic.php?t=486832)
- [Syslinux - Arch Linux 中文维基](https://wiki.archlinuxcn.org/wiki/Syslinux)
- [Syslinux使用 - 北落不吉 - 博客园](https://www.cnblogs.com/hzl6255/p/3341374.html)
- [Shell 生成ISO及混合型ISO文件|极客教程](https://geek-docs.com/shell/shell-examples/the-shell-generates-iso-and-hybrid-iso-files.html)
- [如何在 Linux 上创建 Windows 10/11 可启动 USB](https://cn.linux-console.net/?p=34407)
- [轻松掌握Ubuntu安装:一招学会isohybrid命令的神奇应用 - 云原生实践](https://www.oryoy.com/news/qing-song-zhang-wo-ubuntu-an-zhuang-yi-zhao-xue-hui-isohybrid-ming-ling-de-shen-qi-ying-yong.html)
- [我在使用Rufus时如何使用ISOHybrid镜像创建Ubuntu安装介质? system-installation - Dev59](https://dev59.com/askubuntu/UkTGoIgBc1ULPQZFmcF1)
- [How do I create Ubuntu installation media with ISOHybrid images when using Rufus? - Ask Ubuntu](https://askubuntu.com/questions/1348412/how-do-i-create-ubuntu-installation-media-with-isohybrid-images-when-using-rufus)

 

 


- [常见问题与解决方法 | openEuler文档 | openEuler社区 | v24.03\_LTS\_SP1](https://docs.openeuler.org/zh/docs/24.03_LTS_SP1/docs/Installation/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E4%B8%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95.html)
- [社区版安装不了 - Other 其他技术问题 - openEuler 论坛](https://forum.openeuler.org/t/topic/6781/5)
- [Openeuler(欧拉)系统安装步骤(U盘安装) - 鹅是码农 - 博客园](https://www.cnblogs.com/huaguo/p/18442572)
- [Openeuler(欧拉)系统安装步骤(U盘安装)\_欧拉系统安装-CSDN博客](https://blog.csdn.net/glf_mp5/article/details/133160741)
- [2024最新版 OpenEuler(欧拉)2024.03 系统 U 盘安装教程:手把手教你在 X86 服务器(Dell PowerEdge R730XD)上快速安装 LTS 版本\_u盘安装openeuler-CSDN博客](https://blog.csdn.net/qq_44866828/article/details/144555016)
- [[转]U盘安装openEuler 24.03 LTS SP1实操记\_openeuler 24 usb 安装-CSDN博客](https://blog.csdn.net/wangkai850620/article/details/146159597)
- [Openeuler(欧拉)系统安装步骤(U盘安装) - 鹅是码农 - 博客园](https://www.cnblogs.com/huaguo/p/18442572)

posted @ 2025-04-02 19:33  任国强  阅读(138)  评论(0)    收藏  举报