0

Created a bootable USB from an iso-file with

sudo dd if=./ubuntu-18.04.3-desktop-amd64.iso of=/dev/sda1 bs=8M 

using How to make an Ubuntu live USB stick in Fedora? BIOS does not see this USB. Did Fedora 31 mess up my BIOS and what can I do?

Tejas Lotlikar
  • 2,945
  • 5
  • 17
  • 26
  • This seems to be a Fedora issue and not Ubuntu perhaps they can explain whatever it might have changed in your BIOS! – George Udosen Dec 21 '19 at 16:12
  • 3
    You copied ISO to partition, not to drive. System cannot boot from a partition. Use sda, not sda1. Note that this will totally erase drive as DVD type data is in partition area of MBR. You have to use dd to clear first sector to be able to use sda flash drive again. – oldfred Dec 21 '19 at 16:20

0 Answers0