Created
March 8, 2017 14:00
-
-
Save prodeveloper0/6d275ccd534964b53cfe2ac73c864973 to your computer and use it in GitHub Desktop.
우분투 VirtualBox에서 NVRAM초기화로 EFI Shell만뜰때 해결법
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # at boot: fs0:\efi\ubuntu\grubx64.efi (Enter) | |
| sudo mount /dev/sda1 /mnt | |
| sudo sh -c "echo '\EFI\ubuntu\grubx64.efi' > /mnt/startup.nsh" | |
| sudo umount /mnt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment