Why is it not possible to directly boot from an iso? It doesn't seem that hard, technically, although I'm sure there are good reasons against it, or someone would have done it by now. It would be great if we could install unetbootin (or something equivalent) on a flash disk, select which iso to boot, and have it boot. I know this is possible for linux-based images, but I'm talking about something generic.
Isostick: the USB memory stick that thinks it’s an optical drive
71–75 of 75 posts
Re: Isostick: the USB memory stick that thinks it’s an optical drive
#72Why is it not possible to directly boot from an iso? It doesn't seem that hard, technically, although I'm sure there are good reasons against it, or someone would have done it by now. It would be great if we could install unetbootin (or something equivalent) on a flash disk, select which iso to boot, and have it boot. I know this is possible for linux-based images, but I'm talking about something generic.
Grub manual is a useful starting point.
Re: Isostick: the USB memory stick that thinks it’s an optical drive
#73Why is it not possible to directly boot from an iso? It doesn't seem that hard, technically, although I'm sure there are good reasons against it, or someone would have done it by now. It would be great if we could install unetbootin (or something equivalent) on a flash disk, select which iso to boot, and have it boot. I know this is possible for linux-based images, but I'm talking about something generic.
[deleted]
Re: Isostick: the USB memory stick that thinks it’s an optical drive
#74Earlier quoted context omitted.
I have two of those sticks. Do you know if you can expand the partition to arbitrary sizes?
You can, but it was a huge pain in the ass the last time I tried. It looks like things have moved on since then: http://u3-tool.sourceforge.net/
Re: Isostick: the USB memory stick that thinks it’s an optical drive
#75Earlier quoted context omitted.
$ cat /etc/fstab / /dev/sda2 ext4 ro 1 1
That really doesn't protect the device from an infected system - it can just remount it rw. You need a hardware write blocker to protect against a malicious system.