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
官方工具與替代方案
- [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使用 - 北落不吉 - 博客園](http://www.rzrgm.cn/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盤安裝) - 鵝是碼農 - 博客園](http://www.rzrgm.cn/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盤安裝) - 鵝是碼農 - 博客園](http://www.rzrgm.cn/huaguo/p/18442572)


浙公網安備 33010602011771號