I also ran into this issue recently (Ubuntu Server 20.04 setup stuck at "Block probing did not discover any disks"). Attempting to install ubuntu-20.04.3 onto a Dell Optiplex 5080.
The following does not work for me unfortunately on ubuntu-20.04.3-live-server-amd64
Early-commands:
losetup -d /dev/loop0
umount /isodevice
Any ideas as to what I am doing wrong? I have done both checking the hash in the iso file and execute the unmount of the /isodevice...
I am physically at the machine with a USB that I flashed via Rufus. The issue has already been addressed in the linked post, "The solution is to unmount the ISO, but there are two pitfalls here:" which the two commands do not resolve my issue as it does others.
– PongGone Nov 23 '21 at 13:57I currently do not have a Ubuntu Desktop machine available, this Optiplex 5080 is going to be the first install.
As mentioned before, the issue is around unmounting the ISO but the commands that work for everyone else appears to not resolve my issue.
– PongGone Nov 23 '21 at 16:52