11.1 在採用 UEFI 的電腦上安裝 Ubuntu Linux

  UEFI 設置:
1. Launch CSM -> Enabled
2. Launch PXE OpROM -> Enabled
  備註:
1. 重新啟動後即可獲得所有的 Boot Option
2. 若要安裝較新版本的 Ubuntu 不需關閉 Secure Boot
3. Even if your PC boots the DVD in Legacy mode, it might boot the HDD in EFI mode (and the contrary)
  使用 Boot-Repair 解決 GRUB 試圖在 UEFI 上運行發生的錯誤:
1. Boot computer on a Ubuntu live-CD
2. Choose "Try Ubuntu"
3. Connect to the internet
4. Open a terminal
5. Type "
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update"
6. Type "sudo apt-get install -y boot-repair && (boot-repair &)"
  Identify if the computer boots the HDD in EFI mode:
1. Open a terminal
2. Type "
[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD""
  Mount Windows 8 partition without turning off fast startup:
1. Shutdown Windows 8 via CMD by entering "shutdown /f /s /t 0"