Hi,
Tring to install MGA8 on a new desktop with no operating systems present (had it working on a previous desktop, and an old laptop since release).
This PC has a WDC WDS240G2G0 NVMe SSD apparently. The BIOS is MSI Click Bios 5.
MGA8 64-bit ISO installed onto USB stick using ISODumper.
Boot with USB stick and it comes to MGA install menu, with message like "/boot/vmlinuz invalid signature" "you must load the kernel first".
Following other posts, went in to BIOS and disabled Secure Boot.
Boot with USB stick and it comes to MGA install menu. Start the install and get message about "cannot read the partition table of device nvme0n1. Its too corrupted for me. Do you want to lose partitioning" (presumably because it is empty). So select Yes.
MGA partitioning page. Select a 300Mb EFI System Partition on /boot/EFI, Linux Swap, /root (ext4), /home (ext4) etc. Select Done.
This then gives "failed to add partition #3 on /dev/nvme0n1".
Following other posts (and the errata that was added for nvme) I then found the nvme_core.default_ps_max_latency_us=5500 setting.
Boot with USB stick and it comes to MGA install menu. Enter the nvm_core.default_ps_max_latency_us=5500 and do the Install again.
Disk partitioning works this time.
For the record I had
NVMe block device (223Gb)
nvme0n1p1 /boot/EFI EFI System Partition (300Mb)
nvme0n1p2 Linux swap
nvme0n1p3 /home ext4 (50Gb)
nvme0n1p4 / ext4 (30Gb)
nvme0n1p5 /spare ext4 (30Gb)
nvme0n1p6 /usr/local ext4 (100Gb)
Everything else installs (as far as I know). Come to reboot time
At reboot it simply goes in to the BIOS screen (as if it hasn't found anything bootable).
I've not used UEFI on a Linux box before, nor NVMe either. Any suggestions as to where to look for clues? Presumably it's not finding the EFI partition on "nvme0n1"
Thanks for any input