Le 02/09/2017 à 20:50, Mario Castelán Castro a écrit :
On 02/09/17 12:23, Luis Speciale wrote:
Installing GRUB boot loader
66%
Running "update grub"…
I'm going to wait a little and see if it ends the install
When I installed Debian 9, the installer wanted to install grub on a
wrong path. I had to specify the path manually.
Try to specify the path manually to /dev/sdX (where X is one of “a”,
“b”, ... as corresponds to your disk).
I am having problems with GRUB too.
Someone suggests this when prompted by grub rescue>
set root=(hd0.gpt2)
linux vmlinuz root=/dev/sda2
initrd initrd.img
boot
But it complains about
Unknown command linux
Seems that the solution could be something like this
insmod /wherethisfileis/linux.mod
But I didn't find yet this famous file
Thanks for your answer. ¡Gracias!
Luis