I tried to create a USB drive from the 10.3 iso, but when I try to boot from the drive it jumps straight to a GRUB Shell without any options to boot to PureOSLive or install. I downloaded this image/sha256sum:
f4dca2a64547ca4873142418281b0c4cf38fb27df414b63425e359b8ecf869f6 ./pureos-10.3-gnome-live-20230614_amd64.iso
Post download I confirmed the image was good:
sha256sum ~/Downloads/pureos-10.3-gnome-live-20230614_amd64.iso
f4dca2a64547ca4873142418281b0c4cf38fb27df414b63425e359b8ecf869f6 /home/user/Downloads/pureos-10.3-gnome-live-20230614_amd64.iso
I then flashed the image to several different USB drives, using different tools (etcher, Gnome Disks, dd
) and each time confirmed the image sha (/dev/sda
is the USB device):
sudo head -c $(stat -c '%s' /home/user/Downloads/pureos-10.3-gnome-live-20230614_amd64.iso) /dev/sda | sha256sum
f4dca2a64547ca4873142418281b0c4cf38fb27df414b63425e359b8ecf869f6 -
In all cases the checksums matched, but I always end up at the grub shell. I’m running Pop_OS! 22.04. I did try running the same ISO in a VM and everything worked, it presents the PureOS install as expected. I also tried several other ISO’s from other distros just to make sure nothing was wrong with my current setup, they worked and I could run/install as expected.
Are there instructions on how to boot from the grub shell, or is something wrong with the current ISO?