OK<
i retried, taking care that the whole disk had a GPT partition table, and the /boot-partition was flagged as “bios-grub”. Then I did manual partitioning, and essentially assigned mount points, and everything pretty much looked like step 5i of https://tracker.pureos.net/w/installation_guide/live_system_installation/
(with /, /home and swap being LVM logical volumes).
Error message is similar, but ‘grub-install’ has different flags:
Command ‘grub-install --target=i386-pc --force /dev/nvme0n1’ returned non-zero exit status 1.
Installing for i386-pc platform grub-install: error: cannot find a device for /boot/grub (is /dev mounted?).
Errors for line 457 and 429 are like above, modules.bootloader/main.py however has a problem in "line 340, in install_grub bootloader[“installPath”]])
Why target =i386-pc?