I dunno, I used to use ISO linux images because they were write-once and assuming I had a trusted source of the ISO or system writing the ISO, I didn't have to worry about the Linux system getting compromised and I could just run Linux off a CD/DVD. I'm surprised that didn't come up in the original article or comments here on HN. (I am aware of course of non-persistent in-memory worms, and the fact things can persist…
Why ISO was retired (2021)
41–50 of 86 posts
Re: Why ISO was retired (2021)
#42The original https://www.iso.org/ is still here, btw. "Why ISO[-9660 format] images relases were retired from EasyOS" would have have been a more suitable headline. I kind of miss the times when hackers were sticklers for details.
Different ISO ;)
Re: Why ISO was retired (2021)
#43I've always wondered, why are CDs a specific ISO file system and not just whatever the intended target can read (FAT32 / HFS(+)) like other media? Is it just that the write once nature of the media makes pre-composing the file system a pain?
At one time I was tempted into putting a UFS(the dvd filesystem) format on a flash drive, the theory was it would be a better filesystem than FAT and be readable in any OS. The problem was nobody ever implamented write routines for their UFS implementation, they were all read only. Sort of understandable as the key driver of UFS was a read only medium(the dvd). but it dashed my dreams of using it as a cross platform filesystem.
Re: Why ISO was retired (2021)
#44I have no idea how I would install EasyOS in my hypervisor. Well, I could probably boot from a Live linux ISO and then install it from there. And on actual hardware I can mount an ISO over IPMI but I would not immediately be able to install EasyOS that way. Also, the argument that you can store state isn't always an advantage. When I boot a Live ISO I never ever want to save anything, a clean state is one of the feat…
Well, the article is correct that there is nothing unique to ISO on your comment. You can achieve all of that with an EXT-4 or NTFS filesystem too. Our tooling evolves in some strange ways. The only reason you want an ISO is because some software insists that it can't use a simpler FS the same way. It's like the software that insisted on saving things into floppy drivers even after no computer had them anymore. Of co…
On the other hand, ISO is guaranteed to be immutable, you need some real effort to break it.
Re: Why ISO was retired (2021)
#45I've always wondered, why are CDs a specific ISO file system and not just whatever the intended target can read (FAT32 / HFS(+)) like other media? Is it just that the write once nature of the media makes pre-composing the file system a pain?
You're lucky it's standardized at all. Before the ISO specification each and every CD-ROM released had its own format, drivers, and headaches.
Re: Why ISO was retired (2021)
#46I'm about 98.69% sure this is easy to fix with any ol' partition editor. Even if it wasn't, the absolute worst-case scenario here for a fully-in-ramdisk distro (my experience is with Damn Small and Tiny Core, but I'm sure Puppy and EasyOS can do this, too) is to just boot into such a distro and reinstall the whole OS on top of the USB stick; everything's in RAM already anyway, so with such distros you can reformat or even unplug the stick once you're booted up.
Re: Why ISO was retired (2021)
#47I have no idea how I would install EasyOS in my hypervisor. Well, I could probably boot from a Live linux ISO and then install it from there. And on actual hardware I can mount an ISO over IPMI but I would not immediately be able to install EasyOS that way. Also, the argument that you can store state isn't always an advantage. When I boot a Live ISO I never ever want to save anything, a clean state is one of the feat…
Never heard of EasyOS either so I looked it up. It's definitely in a pretty interesting niche: In a traditional "full" installation, the filesystem occupies an entire partition, with the usual /etc, /bin, /usr, /proc, /sys, /tmp, etc. Easy does not install like this. Easy installs to hard drive in what we call frugal mode, which occupies just one folder in a partition, allowing to co-exist with whatever else the part…
Re: Why ISO was retired (2021)
#48Earlier quoted context omitted.
Ventoy is a magic tool that does exactly this, if you weren't aware.
I recall there's another one also. They replace the iOdd virtual CD USB device in all virtualized cases. For physical servers, the iOdd virtual ISO USB drive is very handy.
Re: Why ISO was retired (2021)
#49Earlier quoted context omitted.
Seems easy. Import it as a disk image, and that's it. I just tried under libvirt. It doesn't work as a virtual CD, so just add a virtio disk and point it at the image.
For sure when that works that is easy. I don't have that option and don't know how common it is in actual hypervisors and not desktop VM software.
Re: Why ISO was retired (2021)
#50Earlier quoted context omitted.
To make a windows bootable USB you need windows. Doing dd (or cp) will make a device that boots the installer but ultimately will fail to install.
it's possible, just not straightforward this worked for me a few days ago https://nixaid.com/bootable-usb-windows-linux/