Re: How to restore grub in UEFI mode

2016-01-06 Thread Rodolfo
You are welcome =D. 2016-01-05 18:44 GMT-04:00 real bas : > Hi again, > I fix it after several hours, I followed what Rodolfo say about boot > options (I noticed that liveCD or liveInst of debian doesn't do UEFI boot, > only legacy boot) and use this answer [1] to complement (very explain) > usin

Re: How to restore grub in UEFI mode

2016-01-05 Thread Steve McIntyre
realba...@gmail.com wrote: > >Hi, I recently upgrade my debian (UEFI) and grub is gone.. I try to >recovery grub but failed or I`m doing something wrong. >This steps I following are: >-create usb with live cd >-change boot option to legacy mode and disable secure boot consequently >-boot from live

Re: How to restore grub in UEFI mode

2016-01-05 Thread real bas
Hi again, I fix it after several hours, I followed what Rodolfo say about boot options (I noticed that liveCD or liveInst of debian doesn't do UEFI boot, only legacy boot) and use this answer [1] to complement (very explain) using ubuntu CD (with UEFI boot). [1] http://superuser.com/a/376471 I h

Re: How to restore grub in UEFI mode

2016-01-05 Thread jdd
Le 05/01/2016 20:40, real bas a écrit : error: /boot/efi doesn't look like an EFI partition is it fat32? jdd

Re: How to restore grub in UEFI mode

2016-01-05 Thread real bas
I following this links but gets error to install grub like as my partition doesn't look like a EFI 2016-01-05 19:44 GMT+00:00 Rodolfo : > Well, than is diferent to me, I used only this steps that i told to you > and it works. > > Look these two links: > > https://wiki.debian.org/GrubEFIReinstall

Re: How to restore grub in UEFI mode

2016-01-05 Thread real bas
I try mount my partition /dev/sda9 in /boot/efi but say /boot/efi doesn't exist (no have efi directory in boot then I create it and mounted in /boot/efi) then I reinstalled grub-efi and try grub-install /dev/sda but say: error: /boot/efi doesn't look like an EFI partition 2016-01-05 19:34 GMT+00:0

Re: How to restore grub in UEFI mode

2016-01-05 Thread real bas
I leave it UEFI and only disable secure boot, when I use this command: [ -d /sys/firmware/efi ] && echo EFI || echo LEGACY return EFI normally but when I use grub-install: grub-install --root-directory=/mnt /dev/sda say: grub-install: error: cannot find EFI directory 2016-01-05 19:00 GMT+00

Re: How to restore grub in UEFI mode

2016-01-05 Thread Rodolfo
Well, than is diferent to me, I used only this steps that i told to you and it works. Look these two links: https://wiki.debian.org/GrubEFIReinstall and https://www.thomas-krenn.com/en/wiki/Restore_Ubuntu_UEFI_Boot_Entries_after_BIOS_Update Maybe help you. 2016-01-05 15:40 GMT-04:00 real bas

Re: How to restore grub in UEFI mode

2016-01-05 Thread Rodolfo
When i recovered my grup-efi, and i remember that i reinstalled it with apt-get, and automatically do the right configurations. Do not use grub-install, reinstall the package and leave the configurations to it. 2016-01-05 15:31 GMT-04:00 real bas : > I leave it UEFI and only disable secure boot,

Re: How to restore grub in UEFI mode

2016-01-05 Thread Thiago Zoroastro
Could you to install mbr?   I think GPT is not good in this case. De: realba...@gmail.comEnviada: Terça-feira, 5 de Janeiro de 2016 18:35Para: debian-user@lists.debian.org,debian-lap...@lists.debian.org,debian-user-portugu...@lists.debian.orgAssunto: How to restore grub in UEFI mode Hi, I

Re: How to restore grub in UEFI mode

2016-01-05 Thread Rodolfo
Hi, -change boot option to legacy mode and disable secure boot consequently I think in this part you do not need to turn to legacy, leave it UEFI, only disable secure boot. Debian Jessie has support for UEFI boot. Try reinstall grub using the normal installation cd, in it has an option to recov