Acer Laptop EFI Booting Problem === ## 型號 | 項目 | 內容 | | --------- | ----------------- | | 產品名稱 | TravelMate P236-M | | 製造商 | Acer | | BIOS 版本 | v1.19 | ## 問題說明 最近要在舊的筆電上將 Arch Linux 安裝在新的 SSD 上,使用 Live USB 將安裝流程走完,重開機後卻顯示 No Bootable Devices 。 > [Re: [問題] UEFI 開機選單少了 Linux | PTT-Linux](https://www.ptt.cc/bbs/Linux/M.1635406646.A.647.html) 類似案例,留言也有給出解決方式。 ## 解決方式 (此為我的案例,供參考) 可能因為此產品處於 BIOS 與 UEFI 的中間過渡期,或是 Acer 自家的特殊考量,在 OS 安裝完後,需要從 BIOS 那將剛安裝完的 EFI 開機檔設為可信任。 流程如下: 1. 確認使用 UEFI Mode: Boot > Boot Mode: [UEFI] 2. 先設定 BIOS 密碼: Security > Set Supervisor Password 3. 選擇可信任的 UEFI 檔案: Security > Select an UEFI file as trusted for executing :::spoiler 我的例子(Grub) HDD0: EFI/grub/grubx64.efi ::: 4. 將 Secure Boot 關閉: Boot > Secure Boot: [Disabled] 5. 儲存並離開: Exit > Exit Saving Changes > 可參考影片: [How To Get The Grub Bootloader on UEFI! | YouTube](https://www.youtube.com/watch?v=0qSpAfo3Jjs) ## 參考資料 > [Re: [問題] UEFI 開機選單少了 Linux | PTT-Linux](https://www.ptt.cc/bbs/Linux/M.1635406646.A.647.html) \ > [How To Get The Grub Bootloader on UEFI! | YouTube](https://www.youtube.com/watch?v=0qSpAfo3Jjs) \ > [[問題] 雙系統 UEFI下找不到開機USB | PTT-Linux](https://www.ptt.cc/bbs/Linux/M.1536818301.A.99B.html) \ > [[Solved] How to deal with Acer UEFI Bios bootloader installation? | Arch Linux Forums](https://bbs.archlinux.org/viewtopic.php?id=283930)