One easy way to have MX18b1_x64 to get installed in Oracle VM VirtualBox UEFI mode together withmanyroads wrote: Mon Dec 03, 2018 4:59 pm I installed on a VirtualBox using UEFI... the install and build went well; as did my customization. On reboot I have a complete and total crash. I will download and try again; as time permits.
straight booting into the Grub-menu without any issues in UEFI mode:
Booting MX18-Linux in UEFI-mode in VirtualBox
This in UEFI install from the LiveISO on Oracle VM VirtualBox.
After installation, rebooting with VirtualBox internal boot menu by selecting manual /EFI/MX18/gubx64.efi.
Within booted MX18-Linux those additonal stepps need to be performed or verified:
1- check/create missing fstab-entry for ESP/efi partition
Code: Select all
echo "UUID=$(lsblk -no 'UUID,LABEL,FSTYPE,PARTLABEL' | grep -m1 -iE 'vfat|esp|efi' | cut -d' ' -f1) /boot/efi vfat defaults 0 0" | sudo tee -a /etc/fstab
UUID=A555-0A81 /boot/efi vfat defaults 0 0
Code: Select all
sudo mount -a
Code: Select all
sudo "mkdir -p /boot/efi/EFI/BOOT && cp /boot/efi/EFI/MX18/grubx64.efi /boot/efi/EFI/BOOT/bootx64.efi"

Note: The above steps could also made within booted LiveISO or potentially as a nice adjustment to the existing installer.