Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating USB bootable on Linux
#1
Hi, it's really confusing and i tried read and carefully and gives me unsuccessful many times. is that possible if you can upload a video please? thank you
Creating USB bootable in Linux

#2
::bump:: still waiting

#3
To bump after 50 mins is considered rude, please be patient and wait for a answer.

If you are on a Linux machine do the follow as its suggests in that tutorial.

  1. Plugin you USB stick, open a terminal and type: df -h this will help you find out the letter of your USB stick.  (it should be listed as media or similar.)
  2. Right click and open the folder in terminal, this folder will have your Linux ISO inside 

Code:
32bit:
Terminal Command:
                        
sudo dd if=linux-lite-3.2-32bit.iso of=/dev/sdx bs=4M

64bit:
Terminal Command:
                        
sudo dd if=linux-lite-3.2-64bit.iso of=/dev/sdx bs=4M


Change the x in sdx to match the letter of your USB device. (example: sudo dd if=linux-lite-3.2-64bit.iso of=/dev/sdf1 bs=4M) f1 is the drive letter of the USB flash drive.



Its not the way I would go about doing it, but that's how that tutorial is telling you to do it.
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 

#4
thank you Britec, i will try when i get a chance

i will post on next reply with screenshot

#5
Linux works by number

this is my flush drive its dev /sda1

your flash drive should be dev /sda then a number


now you have to cd into the directory

Code:
cd /home/linux/Downloads/

select enter

Code:
sudo dd if=linux-lite-3.2-64bit.iso of=/dev/sda1 bs=4M

or

Code:
sudo dd if=linux-lite-32.-32bit.iso of=/dev/sda1 bs=4M

select enter


the important thing to remember your flash drive be a difference number  2 3

#6
Has this been resolved?
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 

#7
i would like to know am i doing correct?

.png   Untitled.png (Size: 180.36 KB / Downloads: 93)

#8
/dev/sdb1 looks correct to me, its also mounted on media so must be your USB.

So will look like this:

Code:
sudo dd if=linux-lite-3.0-64bit.iso of=/dev/sdb1 bs=4M
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 

#9
yeah that is correct did it complete successfully

#10
thank you Compton but when i inserted the USB flash drive, it doesn't boot up from USB flash drive



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.