Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

Cannot boot from USB

Started by icyflame221, February 04, 2017, 12:45:08 AM

Previous topic - Next topic

icyflame221

Hey guys..  so I tried to boot this sparky distro, but I ran into this problem: Unable to find a medium containing a live file system

And here is what I've tried so far:

  • Boot from a different USB-stick
  • Boot different ISO
  • Creating the bootable stick using a different program 
  • Plugging the stick in a different port

Nothing helped. I am on a Asrock motherboard(UEFI)  running AMD fx6300. I would appreciate it if someone posts a solution here.

Thanks.


pavroo

Did you check the md5/sha sum?
Did you turn the secure boot off?
Did the different iso boot ok?
Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

Serz

Hello, I have the same bug. Today I've downloaded LXDE Home distro to try it on my old Dell Latitude D500. MD5 Sum is Ok. Bootable USB was created with latest Universal USB Installer... Booting stops on the same point.

I have found, that another Debian-based distros had this problem too, but my experiences are so poor, to understand it...

penguin

have you tried to make usb bootable using another software?
inside windows you can use Rufus also i have find that Rufus did not function some times ago with arch iso.
hmmm. have you tried to burn iso in dvd ?

blaze

For transfering iso file to usb on a Linux system it is best to use the dd method from the commandline.

Linux

WARNING, the following instructions will destroy any existing data on your USB stick.

Determine what device your USB is.  With your USB plugged in run:

sudo ls -l /dev/disk/by-id/*usb*

This should produce output along the lines of:

lrwxrwxrwx 1 root root  9 2010-03-15 22:54 /dev/disk/by-id/usb-_USB_DISK_2.0_077508380189-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 2010-03-15 22:54 /dev/disk/by-id/usb-_USB_DISK_2.0_077508380189-0:0-part1 -> ../../sdb1

In this example output, the USB device is sdb

Now cd to where your *.iso is

cd ~/downloads

Example

sudo dd if=filename.iso of=/dev/usbdevice bs=4M; sync

lets say the iso is named mini.iso and your USB device is sdb

Example

sudo dd if=mini.iso of=/dev/sdb bs=4M; sync

NOTE - Be sure to understand that there is never a trailing number on the end of your /dev/sdx USB device
Unstable OpenBoxer

Serz

I have again created the USB bootdisc with the latest version of Rufus.
To have full functional bootdisc, it was necessary to use DD method for transfer!

View the most recent posts on the forum