Comment 55 for bug 1396379

Revision history for this message
oldfred (oldfred) wrote :

Just installed Hirsute as of April 18,2021.
hirsute-desktop-amd64.iso

Same issue.

I tried to use Ubiquity installer options to change where grub is installed and they did not work.

Used grub2's loopmount to boot ISO. It mounts isodevice to NVMe drive but installer, when it asks to remove mounts does not remove it. I have to manually unmount it.
Then it does not show mount of ESP on NVMe drive, but once past partitioning screen and saying not to use ESP on NVMe drive, it mounts ESP on NVMe drive.

I have to check mounts during install process, unmount isodevice and unmount incorrect ESP and mount correct ESP.
mount
sudo umount -lrf /dev/nvme0n1p5
lsblk -f
mount
sudo umount /dev/nvme0n1p1
sudo mount /dev/sda1 /target/boot/efi