내용으로 건너뛰기
권남
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
•
accessibility
•
gmail
linux:uefi
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== 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
문서 도구
문서 보기
이전 판
역링크
맨 위로