現有的 Windows 11 安裝為加上 EndeavourOS 的雙作業系統
操作設備與作業系統 舊有主機 ( Windows 11 Home + EndeavourOS ) 作為開機 USB 製作設備 目標主機 ( Windows 11 Professional ) 即將操作安裝 EndeavourOS 雙作業系統 目標主機 Windows 版本資訊 版本 Windows 11 專業版 版本 24H2 OS 組建 26100.3323 體驗 Windows 功能體驗套件 1000.26100.54.0 系統類型 64 位元作業系統,x64 型處理器 安裝前準備 到 https://endeavouros.com/ 下載最新的 ISO 檔案,還有確保完整性與安全性的驗證檔案 EndeavourOS_Titan-2026.03.06.iso EndeavourOS_Titan-2026.03.06.iso.sha512 確保下載完整性 EndeavourOS_Titan-2026.03.06.iso.sig 確保來源是官方提供(安全性) 在舊有主機上製作開機 USB 我在舊有主機的 EndeavourOS 執行這個操作,但 Windows 也可以用 Rufus 做到。 信任官方 gpg key [user@eos ~]$ gpg --recv-key CDF595A1 gpg: key E3D8752ACDF595A1: public key "Johannes Kamprad (joekamprad development key) <joekamprad@endeavouros.com>" imported gpg: Total number processed: 1 gpg: imported: 1 [user@eos ~]$ gpg --edit-key CDF595A1 gpg (GnuPG) 2.4.9; Copyright (C) 2025 g10 Code GmbH This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. pub rsa2048/E3D8752ACDF595A1 created: 2021-02-03 expires: never usage: SC trust: unknown validity: unknown sub rsa2048/9980FA8E52E66CA8 created: 2021-02-03 expires: never usage: E [ unknown] (1). Johannes Kamprad (joekamprad development key) <joekamprad@endeavouros.com> gpg> turst Invalid command (try "help") gpg> trust pub rsa2048/E3D8752ACDF595A1 created: 2021-02-03 expires: never usage: SC trust: unknown validity: unknown sub rsa2048/9980FA8E52E66CA8 created: 2021-02-03 expires: never usage: E [ unknown] (1). Johannes Kamprad (joekamprad development key) <joekamprad@endeavouros.com> Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu Your decision? 5 Do you really want to set this key to ultimate trust? (y/N) y pub rsa2048/E3D8752ACDF595A1 created: 2021-02-03 expires: never usage: SC trust: ultimate validity: unknown sub rsa2048/9980FA8E52E66CA8 created: 2021-02-03 expires: never usage: E [ unknown] (1). Johannes Kamprad (joekamprad development key) <joekamprad@endeavouros.com> Please note that the shown key validity is not necessarily correct unless you restart the program. gpg> quit [user@eos ~]$ 確保下載的 ISO 檔案由官方提供與下載完整。 ...