Boot usando UEFI



   AUTOR PREGUNTA

Publicado 12 agosto 2014 - 04:18

¿En linux cómo puedo saber si estoy booteando usando UEFI?


¿Tienes la misma pregunta? Yo también

 

Publicado 12 agosto 2014 - 22:37

Prueba con $ sudo efibootmgr, si estas booteando te debería salir lo siguiente:

BootCurrent: 0000 
Timeout: 0 
seconds 
BootOrder: 0000 
Boot0000* debian

Sino estas booteando te saldria esto otro:

EFI variables are not supported on this system.

 

Publicado 12 agosto 2014 - 22:38

Corre el comando :

$ df -h --local | grep /boot

Y fijate si tienes lo siguiente /boot/efi:

$ df -h --local | grep /boot
/dev/sda2 229M 31M 187M 14% /boot
/dev/sda1 120M 250K 119M 1% /boot/efi

   AUTOR PREGUNTA

Publicado 12 agosto 2014 - 23:29

Gracias