Files
nexus/wiki/sources/安装Ubuntu-24.04.2在HP-Zbook工作站笔记本上.md
weishen f9ac3145ab feat(wiki): ingest remaining subdirectories batch (51 files)
- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
2026-04-14 20:48:34 +08:00

43 lines
1.6 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: "安装Ubuntu-24.04.2在HP Zbook工作站笔记本上"
type: source
tags: [ubuntu, hp, zbook, rufus, 安装]
date: 2025-02-10
---
## Source File
- [[raw/Home Office/安装Ubuntu-24.04.2在HP Zbook工作站笔记本上.md]]
## Summary
- 核心主题:在 HP ZBook 工作站上安装 Ubuntu 24.04.2,包括 UEFI 引导配置
- 问题域Ubuntu 系统安装
- 方法/机制Rufus 制作 GPT 启动盘BIOS 设置(关闭 Secure Boot、切换 UEFI Onlyefibootmgr 修复启动顺序
- 结论/价值:完整记录 HP ZBook 安装 Ubuntu 的全部坑点和解决方案
## Key Claims
- Rufus 分区方案必须选 GPT目标系统自动变为 UEFI (non CSM)
- HP ZBook BIOS 设置SATA 模式设为 AHCI不是 RAIDSecure Boot 关闭Fast Boot 关闭
- HP ZBook 引导顺序问题BootOrder 中没有 Ubuntu (0005),需用 efibootmgr -o 0005 强制加入
- 伪装大法:复制 shimx64.efi 到 /EFI/BOOT/BOOTX64.EFI 防止 BIOS 重置
- 如果有大量 BBS Legacy 启动项,需将 Boot Mode 切换为 UEFI Only
## Key Quotes
> "将 Boot Mode 从 Legacy 或 Hybrid 切换为 UEFI Only那些无效的 0000-0004 就会消失" — HP ZBook 引导修复的关键步骤
## Key Concepts
- [[GPT]]:现代硬盘分区表,与 UEFI 引导兼容
- [[efibootmgr]]Linux 下管理 UEFI NVRAM 启动顺序的工具
- [[Secure Boot]]UEFI 安全启动机制
- [[AHCI]]:硬盘接口模式,比 RAID 更适合 Ubuntu
## Key Entities
- [[HP ZBook]]:工作站笔记本型号
- [[Ubuntu]]:操作系统
## Connections
- [[HP ZBook]] ← installs ← [[Ubuntu]]
- [[Rufus]] ← creates ← [[GPT启动盘]]
## Contradictions
-