Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, since the USB memory stick is getting cheap these days, I am thinking of making a custom-make USB bootdisk myself to help virus checking of Windows system using ClamAV. I dun like to use normal CD-based bootdisk since I can't update the virus definitions that way.
I know there are a lot of instructions that can be found around the web, but I just want some answers to some general, non-distro-specific questions. Hope you bear with me. :-)
1. What is the difference amongst the bootable ISO images of floppy, CDROM and USB drive? Are they all the same?
2. Can we simply install a distro into a USB thumb drive and use it as USB bootdisk? AFAIK, Live-CD like Knoppix compresses its image file so it takes time to uncompress. If we install a distro straight into a USB drive, I guess this will save some time uncompressing the files. Is this true?
1. What is the difference amongst the bootable ISO images of floppy, CDROM and USB drive? Are they all the same?
2. Can we simply install a distro into a USB thumb drive and use it as USB bootdisk? AFAIK, Live-CD like Knoppix compresses its image file so it takes time to uncompress. If we install a distro straight into a USB drive, I guess this will save some time uncompressing the files. Is this true?
1. They are not all the same. In fact, most distros that run on floppies aren't even isos. They are just tgz files that are read when booted. There are many, many, many distros made for floppy discs. Some even have GUIs, believe it or not. CDROMs use isos, but I think USBs, like floppies contain the uncompressed files in order to boot.
An iso by definition is a filing system to iso9660 CD booting standard. It comes in a single file and cannot make any sense anybody in a hard disk. It can only be read if mounted on a loop back device to simulate a CDrom.
An bootable iso file will have a special boot loader packaged inside. This boot loader can only boot from a CD and the de facto standard boot loader used by everybody is isolinux, although a special version of Grub is also used. Therefore if you manage to open up an iso file it will not be bootable from a hard disk, a floppy or a USB device. You need to substitute isolinux with another hard disk-based boot loader.
As a file you can move an iso from media to media.
The following threads are useful if you intend to boot iso directly from a hard disk or USB device.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.