I have a computer Gigabyte z170x Gaming 5. It worked under Windows 11 but now I want to install Ubuntu Desktop 20.04. What I have made: On other Ubuntu I have downloaded Ubuntu20.04.iso, formatted USB stick (16GB, FAT32), then copied the iso to this USB
ddrescue ubuntu-20.04.6-desktop-amd64.iso /dev/sdb1 --force -D
**> GNU ddrescue 1.23 Press Ctrl-C to interrupt
ipos: 4351 MB, non-trimmed: 0 B, current rate: 1708 kB/s opos: 4351 MB, non-scraped: 0 B, average rate: 5083 kB/s non-tried: 0 B, bad-sector: 0 B, error rate:
0 B/s rescued: 4351 MB, bad areas: 0, run time:
14m 15s pct rescued: 100.00%, read errors: 0, remaining time: n/a time since last successful read: n/a Finished
---------**Ok, then inserted USB to computer , turn on it, pressed F12: selected boot device and received: ------- GRUB Loading Welcome to GRUB! Error: unknown file system Entering rescue mode grub rescue> -------- What I have made incorrect? Is it possible to boot and install Ubuntu from USB? Thanx.