Results 1 to 7 of 7
Does anyone know of a free program that can write an ISO image to a USB flash drive? It would be awsome just to stick a USB drive into a ...
- 06-10-2005 #1Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
ISO onto USB drive
Does anyone know of a free program that can write an ISO image to a USB flash drive? It would be awsome just to stick a USB drive into a computer with USB boot and run BeatrIX or DSL.
- 06-10-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Maybe DD can? But in that case you might end up with having a iso-filesystem on the USB-pendrive... Want to hear some way me to, the thought certainly sounds cool!
- 06-10-2005 #3Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
you can get an iso program to break up the iso, such as kiso, and then after extracting the files from the iso just copy them to the usb key. as long as your bios supports usb booting you should have no problem
Operating System: GNU Emacs
- 06-10-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
So it's just to extract it to the pendrive? Do you need to create some spesific filesystem on the pendrive too, or can you just use the vfat there allready?
- 06-10-2005 #5Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
not sure, but its wouldn't be hard to make an e2
Operating System: GNU Emacs
- 10-11-2006 #6Just Joined!
- Join Date
- Oct 2006
- Posts
- 1
http://www.althack.com/index.php?opt...d=24&Itemid=27
Originally Posted by a thing
- 09-22-2009 #7Just Joined!
- Join Date
- Sep 2009
- Posts
- 2
you cannot just write the files in the iso to the flash drive.
The system will not know what to boot.
When you boot off a flash drive it starts at the physical beginning or somewhere towards the front and reads instructions from there, and so THE BIOS DOES NOT KNOW HOW TO READ ANY FILE SYSTEM FORMAT.
The flash drive must have at least one instruction at the beginning to have the processor jump to a memory location in the kernel file to start running instructions from there. AT LEAST
So not writing those 4 bytes (32 bits)to the beginning to the flash drive is all it will take to keep it from booting. And those 4 bytes are not located in a file. They are represented in some way by the ISO at an absolute memory location on the flash drive. Which is why you use a CD burner, so it can write ALL the data onto the flash drive at specific locations in a specific order.




