LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > AryaLinux
User Name
Password
AryaLinux This forum is for the discussion of AryaLinux.

Notices


Reply
  Search this Thread
Old 11-30-2016, 04:37 PM   #1
lend27
LQ Newbie
 
Registered: Apr 2015
Posts: 4

Rep: Reputation: Disabled
What's the best way to burn a bootable usb drive for hdd install?


I downloaded the MATE iso, but it's not booting.
I get the grub screen with the 2 entries, when I select the first entry it starts to boot then fails.
What's the recommended procedure to create the bootable usb drive?

Thanks
Len
 
Old 11-30-2016, 05:28 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
First check the BIOS or UEFI to make sure that it is possible to boot from a USB drive on your machine. Some hardware will not boot USB drives and some hardware will only boot some of their USB ports and not the rest.

--------------------
Steve Stites
 
Old 11-30-2016, 05:47 PM   #3
lend27
LQ Newbie
 
Registered: Apr 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
I install about 15 distros a week with the computer, all from usb mostly using the dd command in terminal.
Just wondering if the Arya method is different.
 
Old 12-05-2016, 10:35 PM   #4
chandrakant
AryaLinux Maintainer
 
Registered: Aug 2014
Posts: 195

Rep: Reputation: Disabled
dd should work. Can you boot into the second option in the menu - debug mode and post the errors if any here. You get grub menu if you boot in EFI mode. Can you try booting into legacy mode using the same USB. This time you should see a blue menu of isolinux. Try booting using the same again both into the first option as well as the debug mode. Sometimes a boot failure happens for me while using usbs. If I do a vfat formatting and retry dd. It usually works. You may try that as well. One last thing. Are you trying the 32 bit or 64 bit?
 
Old 01-16-2017, 05:00 AM   #5
Wb7odyFred
LQ Newbie
 
Registered: Jan 2017
Posts: 7

Rep: Reputation: Disabled
http://etcher.io There are 64bit and 32bit Linux AppImages to use for burning USB Flash Drives and SD Cards. Graphical and Safe! Works on Linux, MACs, and Windows, maybe later on FreeBSD

http://unetbootin.org Unetbootin also works on Linux, Windows, and MACs

http://rufus.akeo.ie Rufus.exe is a 1.5Megabyte single .EXE file that works fast and easy on Windows Only

http://www.linuxliveusb.com LinuxLive is an windows application that works only on Windows. But can download over 350different .ISO Linux files from the internet and then burn them into a USB Flash Drive and make it bootable.

Code:
dd  if=path/myISOfile.iso  of=/dev/sdx bs=1M conv=sync
The DD command input file myISOfile.iso output file is the USB Flash drive device /dev/sdb or /dev/sdc or /dev/sdd Block Size is 1 Megabytes conv=sync means to write a full output block size padded with NULL bytes

Google FU URL Links
https://wiki.archlinux.org/index.php...allation_media
https://www.linux.com/blog/how-burn-iso-usb-drive
https://www.turnkeylinux.org/blog/iso2usb

Feel Free to add more comments and corrections. The above 4 tools should get you through. Etcher.io is the newest and easiest Graphical User Interface that also protects you from overwriting your hard disk. It also verifies the data written so that you do not end up with a bad unverified burn.

Want write a CD-R disk or DVD disk under MS Windows with a .ISO file. ISO Recorder is a great utility. http://isorecorder.alexfeinman.com/ISOrecorder.htm
 
Old 01-16-2017, 05:01 AM   #6
Wb7odyFred
LQ Newbie
 
Registered: Jan 2017
Posts: 7

Rep: Reputation: Disabled
Talking Etcher.io is a good USB Flash Drive writer.

http://etcher.io There are 64bit and 32bit Linux AppImages to use for burning USB Flash Drives and SD Cards. Graphical and Safe! Works on Linux, MACs, and Windows, maybe later on FreeBSD

http://unetbootin.org Unetbootin also works on Linux, Windows, and MACs

http://rufus.akeo.ie Rufus.exe is a 1.5Megabyte single .EXE file that works fast and easy on Windows Only

http://www.linuxliveusb.com LinuxLive is an windows application that works only on Windows. But can download over 350different .ISO Linux files from the internet and then burn them into a USB Flash Drive and make it bootable.

Code:
dd  if=path/myISOfile.iso  of=/dev/sdx bs=1M conv=sync
The DD command input file myISOfile.iso output file is the USB Flash drive device /dev/sdb or /dev/sdc or /dev/sdd Block Size is 1 Megabytes conv=sync means to write a full output block size padded with NULL bytes

Google FU URL Links
https://wiki.archlinux.org/index.php...allation_media
https://www.linux.com/blog/how-burn-iso-usb-drive
https://www.turnkeylinux.org/blog/iso2usb

Feel Free to add more comments and corrections. The above 4 tools should get you through. Etcher.io is the newest and easiest Graphical User Interface that also protects you from overwriting your hard disk. It also verifies the data written so that you do not end up with a bad unverified burn.

Want write a CD-R disk or DVD disk under MS Windows with a .ISO file. ISO Recorder is a great utility. http://isorecorder.alexfeinman.com/ISOrecorder.htm
 
1 members found this post helpful.
Old 01-16-2017, 06:07 AM   #7
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,627

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
I use easy2boot for usb booting, it allows for multiple iso images.

In your specific case, did you verify that iso file using the checksum?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How do I created a bootable USB stick to install sys on HDD? BW-userx VectorLinux 13 12-25-2015 07:08 PM
How to burn a bootable iso onto a flash drive? HankG Linux - Newbie 6 11-24-2013 04:49 PM
Making a USB Drive Bootable to Install CentOS krazybob Linux - Server 28 10-25-2013 08:01 AM
may install from cdrom to USB FLASH DRIVE(to get it a USB stick bootable) the ubuntu lse123 Linux - Newbie 5 01-02-2009 04:56 PM
Install MandrakeLinux with bootable USB Flash Drive lothario Mandriva 1 12-10-2004 09:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > AryaLinux

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration