I’m installing Aurora for the fist time on a Aspire E 15. I’m using the AMD/Intel image.
I decided to install on /dev/sdb (after installing on /dev/sda gave the same problem), giving the whole disk to the install process.
Everything goes fine, but at reboot, it appears the disk was not make bootable.
Here’s the partition of the disk:
❯ fdisk /dev/sdb -l
Disk /dev/sdb: 119.24 GiB, 128035676160 bytes, 250069680 sectors
Disk model: KINGSTON RBUSNS8
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 413BFFB9-4738-417C-AF2D-CE749643A758
Device Start End Sectors Size Type
/dev/sdb1 2048 1230847 1228800 600M EFI System
/dev/sdb2 1230848 5425151 4194304 2G Linux extended boot
/dev/sdb3 5425152 250068991 244643840 116.7G Linux filesystem
I’m running the live Aurora from USB, and am not sure what I can do now. I’ve tried unsuccessfully to run the grub2-install command (I can’t seem to find the /usr/lib/grub/x86_64-efi/modinfo.sh file).
Any suggestion on how to proceed from this situation?