No Bootloader após instalação limpa

0

Eu tentei instalar o Ubuntu em um Surface Pro 3 e a instalação funcionou sem erros.

Depois de tentar reiniciar, parece não haver bootloader (inicializa diretamente nas configurações do uefi).

Iniciar com um live-cd e chrooting no meu sistema me dá o seguinte:

root@ubuntu:/# efibootmgr 
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
efibootmgr: Skipping unreadable variable "Boot0003": Input/output error
BootCurrent: 0004
Timeout: 10 seconds
BootOrder: 0004,0000,0001,0003
Boot0000  Windows Boot Manager
Boot0004* USB Drive

Meu sistema é:

    Device         Start       End   Sectors   Size Type
/dev/sda1       2048   1050623   1048576   512M EFI System
/dev/sda2    1050624 241874842 240824219 114.9G Linux filesystem
/dev/sda3  241874944 250068991   8194048   3.9G Linux swap

Eu também tentei reinstalar o grub seguindo o guia .

Reinstalar o grub me dá o seguinte erro:

root@ubuntu:/# grub-install --boot-directory=/boot /dev/sda
Installing for x86_64-efi platform.
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
efibootmgr: Skipping unreadable variable "Boot0003": Input/output error
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
efibootmgr: Skipping unreadable variable "Boot0003": Input/output error
efibootmgr: Could not set variable Boot0001: Input/output error
efibootmgr: Could not prepare boot variable: Input/output error
Installation finished. No error reported.

Devolução de reparo de inicialização: link

Alguma idéia de como corrigir isso?

    
por Justus Schock 02.06.2016 / 21:57

1 resposta

0

Tente executar:

sudo grub-install /dev/sda

Se isso não funcionar, inicialize a partir de um live CD e execute o programa bootrepair .

    
por Android Dev 03.06.2016 / 00:39