Preso em - grub > na abertura e não é capaz de carregar o menu de inicialização. Precisa de alguma ajuda que os comandos a seguir. Eu tentei:
grub> ls ( here you should see a list of devices/partitions )
now we must find the partition that contains /boot
grub> ls (hd0,gpt1)/ # you may see msdos instead of gpt and the slash is necessary
if this is the right partition we should see :
boot etc root bin ....
grub> set root=(hd0,gpt1)
grub> linux /boot/vmlinuz....(press tab and choose the last working version) ro root=/dev/sda1
grub> initrd /boot/init.....(press tab and select the same version as above)
grub> boot
mas sem ir mais longe em / boot / vmlinuz , pois não há / boot / vmlinuz
Muito obrigado pela sua ajuda! Roland