Files
nexus/wiki/concepts/ISOHybrid镜像.md
2026-04-22 04:03:04 +08:00

36 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "ISOHybrid镜像"
type: concept
tags: [iso, uefi, bios, boot, rufus]
date: 2026-04-14
aliases: [ISOHybrid, hybrid ISO, 混合镜像]
---
# ISOHybrid镜像
## Definition
一种同时包含 BIOS (MBR) 和 UEFI 两种引导方式的 ISO 镜像文件格式Ubuntu 官方 ISO 属于此类。使用 Rufus 等工具写入 U 盘时需要明确选择写入模式。
## Two Writing Modes
| 模式 | 适用场景 | 说明 |
|------|----------|------|
| **ISO 镜像模式** | 推荐首选 | 保留 ISO 结构,兼容性最佳 |
| **DD 镜像模式** | 备选(启动失败时) | 逐字节复制,适合某些顽固设备 |
## Why It Matters
Rufus 写入 ISOHybrid 镜像时会弹出模式选择对话框。选错模式会导致 U 盘在目标设备上无法启动,尤其是 HP ZBook 等 UEFI 严格模式设备。
## HP ZBook 的 ISOHybrid 配置
- **分区方案**GPT必须配合 UEFI
- **目标系统类型**UEFI (non CSM)(自动匹配)
- **文件系统**FAT32UEFI 标准)
## Related
- [[Rufus]] — 写入工具
- [[HP ZBook]] — 目标设备
- [[GPT分区表]] — 分区方案
- [[ISOHybrid镜像]] ← 由 [[Rufus]] 写入至 [[HP ZBook]]
## Sources
- [[安装ubuntu-24-04-2在hp-zbook工作站笔记本上]]