Looks like something went wrong when creating the USB drive. How exactly have you done that? Details matter very much here. My gut feeling tells me that you may have written the ISO to a partition instead of the whole raw block device.
Wrong:
dd if=image.iso of=/dev/sda1
And grub then can’t find the device, because the offset is wrong.
If you are using the Disks application, that would mean you have a currently installed Ubuntu or Linux OS which has that application. What installed OS and release version are you using? Did you verify the download of the iso file before writing it to the USB? This is explained on the download page.
Typically we use a simple USB flash drive (dongle) for the live/installation media. Others may or may not work. (And in any case it doesn’t need to be “scrubbed”, writing an image file (ISO or others) to a device does that).
And, indeed, as commented above, please verify the downloaded ISO before burning.
Yes, that’s the grub menu of the live installer. But you said that message comes up before it. My next question would have been what happens when you just ignore it:
So something is wrong, but grub seems the wrong starting point.
I’ll say, go with the dd option and verify the USB device afterwards. You still need to verify the image before writing it, because that script calculates different hashes.
Actually, you might want to run diff-image-drive before doing anything else. No need to write it again, if it’s identical and the SHA-256 sum of the image is correct.
No, you shouldn’t use external HDDs or SSDs or even a SD/microSD (not in a USB adapter) for creating live/installation media. Some work for that purpose, others just don’t. It may depend on the target computer as well, on how it initializes devices. Again, use a simple known good USB stick large enough.
Well I’ll purchase I nice big USB stick tomorrow. The ones I have here are a tad small.
BTW, I have had my suspicions about the target computer too (GMKtec NucBox G3) … many unexplained crashes running Win11. Hence I scrubbed it clean. (Windows refugee)
Is your installation attempt failing at this step? If so, is there any change the following warning applies to you?
Warning
Some PCs use Intel RST (Rapid Storage Technology), which is not supported by Ubuntu. If this is the case, you won’t be able to proceed with the installation unless you disable RST on your machine.
When we use Disks>Drive Options>Restore Disk Image we end up with a Ubuntu Try/Live/Install operating system.
So, I do not see the point of writing the Ubuntu ISO image to the drive in the GMKtec NucBox G3. Unless you want to use it as a Ubuntu installer.
If you want to install Ubuntu to the drive in the GMKtec NucBox G3 and use it as an operating system, then write the ISO to a USB memory stick, boot into it and select Install Ubuntu and direct the installer to write to the drive in the GMKtec NucBox G3.
By the way we can also use Startup Disk Creator to create Ubuntu Try/Live/Install version of Ubuntu.
… were his last words. Read the part about removable media. That’s where this is most relevant. But I can’t do more than drive the point home. Consider yourself extra thoroughly warned.
I think this much is clear and OP hasn’t done that.
That’s probably just the installer’s ESP. Do the verification steps outlined above. If everything checks out and it still doesn’t work, it’s probably like @celticwarrior said.