Files
nexus/wiki/sources/ubuntu-24.04.2-hp-zbook-installation-guide.md
2026-04-17 08:38:12 +08:00

45 lines
1.9 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: "在 HP ZBook 工作站笔记本上安装 Ubuntu 24.04.2"
type: source
tags: [hp, ubuntu, zbook, rufus]
date: 2026-04-16
---
## Source File
- [[raw/Home Office/安装Ubuntu-24.04.2在HP Zbook工作站笔记本上.md]]
## Summary
- 核心主题:在 HP ZBook 工作站笔记本上安装 Ubuntu 24.04.2 桌面版
- 问题域Linux 系统安装、工作站分区配置、UEFI 引导修复
- 方法/机制Rufus 制作 USB 启动盘、GPT 分区方案、efibootmgr 修复启动顺序
- 结论/价值:完整的安装指南,包含从制作启动盘到解决 HP BIOS 启动问题的全部步骤
## Key Claims
- HP ZBook 必须使用 GPT 分区配合 UEFI 启动,不建议使用 MBR
- Ubuntu 安装建议手动分区:/boot/efi (512MB-1GB FAT32)、/(根目录 100GB-200GB ext4)、/home (剩余空间 ext4)、swap (8GB-32GB)
- HP BIOS 需要关闭 Secure Boot 和 Fast Boot并设置为 UEFI Only 模式
- 启动顺序问题可通过 efibootmgr -o 命令强制将 Ubuntu 设为首选
## Key Quotes
> "将 0005 (Ubuntu) 放在启动顺序的首位" — 通过 efibootmgr 解决启动顺序问题
## Key Concepts
- [[GPT]]GUID Partition Table支持 2TB 以上硬盘,与 UEFI 引导完美兼容
- [[UEFI]]:统一可扩展固件接口,替代传统 BIOS 的启动标准
- [[efibootmgr]]Linux 下操作 EFI 固件启动顺序的工具
## Key Entities
- [[HP]]:惠普公司,工作站笔记本制造商
- [[HP ZBook]]HP 工作站笔记本产品线
- [[Rufus]]:开源 USB 启动盘制作工具
## Connections
- [[HP ZBook]] ← installed_with ← [[Ubuntu 24.04]]
- [[Rufus]] ← creates ← [[USB 启动盘]]
- [[efibootmgr]] ← fixes ← [[启动顺序]]
## Contradictions
- 与其他工作站安装方式对比:
- 冲突点:自动分区 vs 手动分区
- 当前观点:对于 HP ZBook建议手动分区以优化 NVMe 性能
- 对方观点:部分教程建议使用自动分区以简化安装流程