Skip to content

Instantly share code, notes, and snippets.

@prodeveloper0
Created March 8, 2017 14:00
Show Gist options
  • Select an option

  • Save prodeveloper0/6d275ccd534964b53cfe2ac73c864973 to your computer and use it in GitHub Desktop.

Select an option

Save prodeveloper0/6d275ccd534964b53cfe2ac73c864973 to your computer and use it in GitHub Desktop.
우분투 VirtualBox에서 NVRAM초기화로 EFI Shell만뜰때 해결법
# 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