사용자 도구

사이트 도구


linux:uefi

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

linux:uefi [2022/07/28 10:22] (현재)
kwon37xi 만듦
줄 1: 줄 1:
 +====== 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]]
 +
 +<code sh>
 +# 현재 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
 +</code>
 +
 +===== 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]]
linux/uefi.txt · 마지막으로 수정됨: 2022/07/28 10:22 저자 kwon37xi