Outils pour utilisateurs

Outils du site


tech:notes_bios_uefi_efi_-_micrologiciel_-_uefi_shell

Notes bios UEFI EFI - micrologiciel - UEFI Shell

Install

cd /boot/efi/EFI/tools
wget https://github.com/tianocore/edk2/raw/master/ShellBinPkg/UefiShell/X64/Shell.efi

Exemple utilisation

Aide

help -b

Lancer shim.efi

fs0:
cd EFI
cd redhat
ls
shim.efi

Show your UEFI boot list

bcfg boot dump -v 

Autre menu intéressant (Sur Virtual Box)

exit

Afficher tous les lecteurs

map

Autres

Shell> bcfg boot rm 3

To move the boot option #3 to #0 (i.e. 1st or the default entry in the UEFI Boot menu):

Shell> bcfg boot mv 3 0

For bcfg help text:

Shell> help bcfg -v -b
Shell> bcfg -? -v -b

Shell> bcfg boot add N FS0:\vmlinuz-linux "Arch Linux"

Pb

Pb VirtualBox ne boot que sur UEFI Shell

Solution 1

Source : VirtualBox boots only in UEFI Interactive shell

fs0:
edit startup.nsh

Le fichier sera crée à : /boot/efi/startup.nsh and on the opened window add these 2 lines:

FS0:
cd \EFI\ubuntu\
grubx64.efi

Solution 2

Autres

reset
tech/notes_bios_uefi_efi_-_micrologiciel_-_uefi_shell.txt · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki