Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating USB bootable on Linux
#11
open the flash drive to see if any files are on there

you need to format the flash drive to fat32 before wiring the iso to the flash drive

Code:
sudo umount /dev/sdb1

sudo mkfs.vfat /dev/sdb1

#12
thanks for reply Compton, i would like to know how do i format to fat32?

Never mind i got it working

.png   Untitled.png (Size: 66.33 KB / Downloads: 78)

tried create USB flash drive bootable with with terminal, i tried to boot up from USB flash drive, it says missing or corrupted or something, any suggestions?

#13
re download the iso

#14
after redownload, how do i verify the file with MD5, SHA, hash, etc. on linux?

#15
Code:
cd /home/linux/Downloads/

Code:
md5sum linux-lite-3.2-64bit.iso

or

Code:
md5sum linux-lite-32.-32bit.iso

select enter


   

   

#16
yeah i know, where i can find the software for linux to verify the file?

#17
GtkHash

#18
i have downloaded file, i would like to know how do install it?
   

#19
Code:
sudo apt-get update

sudo apt-get install gtkhash

   

#20
thank you for the reply Compton, i have downloaded the iso file couple days ago and the iso file should not be corrupted
   



Forum Jump:


Users browsing this thread:
1 Guest(s)

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