0

I'm new at this and have never installed Linux before. Every time that I try to install using a USB drive that I formatted with Rufus, it results in the error "/init: line 49: can't open /dev/sr0/: no medium found" and refuses to install and boot. What can I do to fix this?

  • 1
    From the error message either the ISO was invalid (did you verify it? https://tutorials.ubuntu.com/tutorial/tutorial-how-to-verify-ubuntu#0) or the write to installation media failed (did you verify it? how this is done varies on release which you didn't say, so verify using the appropriate method for your unstated release). In my experience it's mostly the write to installation media that fails. – guiverc Jun 15 '21 at 01:42
  • 1
    Please note my first comment, in my experience it's more the write to media that is faulty (and that's from writing 150-380 ISOs to media per year) than the ISO being downloaded incorrectly.. but it's the first item to check. You didn't provide release details, but SR0 refers to your installation media not being found! meaning it was faulty (ie. did you verify it?) or badly written to your installation media (and thus faulty). – guiverc Jun 15 '21 at 01:46
  • Sorry for late response I have verified the ISO, what next? – NonambulatoryCat Jun 15 '21 at 14:16
  • As I said, the next step is to verify the write of the ISO to your installation media. As stated you didn't provide any release details, so I can't provide the appropriate link/details for that, as how you verify varies on Ubuntu release (which I don't know). – guiverc Jun 15 '21 at 14:23
  • OK I downloaded 20.04 LTS – NonambulatoryCat Jun 15 '21 at 15:28

1 Answers1

1

For creating Ubuntu install media from windows, use win32diskimager as per the Ubuntu website. Most distro's can be written using balena etcher, it will verify if it imaged the USB correctly or not which is the #1 issue usually with bad installs. If you insist on Rufus, 95% of the time you should always use DD mode to image the drive. In the future, if you're still using Linux, or even Mac for that matter, use the dd command as it gets the job done every time and it's very simple.