====== Linux UEFI ====== * BIOS Secure Boot disable ===== efimanager ===== * [[https://manpages.ubuntu.com/manpages/focal/man8/efibootmgr.8.html|Ubuntu Manpage: efibootmgr - manipulate the UEFI Boot Manager]] * [[https://unix.stackexchange.com/questions/612826/remove-grub-bootloader-from-efi|ubuntu - Remove GRUB bootloader from EFI - Unix & Linux Stack Exchange]] # 현재 efi 부팅 순서 출력 efibootmgr # 출력 BootCurrent: 0003 Timeout: 0 seconds BootOrder: 0000,0003,0004,0005 Boot0000* ubuntu # 부팅 순서 변경 sudo efibootmgr --bootorder 0003,0000,0004,0005 # 다시 출력해보면 BootOrder 바뀜 # 특정 부팅 비활성화 sudo efibootmgr --bootnum 0000 --inactive ===== ETC ===== * [[https://help.ubuntu.com/community/UEFI|Ubuntu UEFI]] * [[http://forums.linuxmint.com/viewtopic.php?f=46&t=110495|Linux Mint Forums • View topic - SOLVED: UEFI/GPT dual boot Windows/LMDE]] * [[http://community.linuxmint.com/tutorial/view/1002|UEFI Install dual-boot - Linux Mint Community]] * [[http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html|Install Ubuntu 14.04 alongside Windows 8.1 in 10 easy steps]]