Live data from Hacker News

Isostick: the USB memory stick that thinks it’s an optical drive

extremetech.com

71–75 of 75 posts

Re: Isostick: the USB memory stick that thinks it’s an optical drive

#71

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.

[deleted]

Re: Isostick: the USB memory stick that thinks it’s an optical drive

#72

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.

Grub can do this easily. This is how I upgrade my operating systems. I make a clean partition on my mdraid/lvm disk stack, put a minimal network install iso image on my old partition and enter some spells on the grub command line to boot. No external media required, but you need to have an operating system and a bootloader working already.

Grub manual is a useful starting point.

Re: Isostick: the USB memory stick that thinks it’s an optical drive

#73
post #71

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.

[deleted]

Can it do it with a Windows CD?

Re: Isostick: the USB memory stick that thinks it’s an optical drive

#74

Earlier 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/

Fantastic, thank you.

Re: Isostick: the USB memory stick that thinks it’s an optical drive

#75
post #57
post #50

Earlier 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.

You don't need a hardware write blocker, the beauty of "burning" an ISO to a thumb drive is that the ISO format doesn't allow writes. There is no way at all to write to it unless you rewrite the drive itself in which case it becomes fairly obvious.
Post reply on HN