by worez on 8/3/23, 10:06 AM with 81 comments
by tjoff on 8/3/23, 6:57 PM
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 features of a Live ISO.
I don't know what EasyOS is, and it is for sure possible that it lives in a niche where it never makes sense to have an ISO. But I don't get the crusade against ISO.
>There are some multi-boot tools, that enable putting many ISO files on the one USB-stick; however, the ISO format does not have any intrinsic avantage, these boot managers could also be made to boot image files.
Well, they don't. Maybe that ought to be a hint?
by lucideer on 8/3/23, 7:08 PM
This is paradoxical statement: overcoming said ignorance (read: ease of use) is by definition an advantage (actual, not just "perceived")
by Aloha on 8/3/23, 8:48 PM
If we had built ISO support into EFI, you could just copy an ISO (like a container) to a MBR or GPT partitioned thumb drive and boot it - no magic tools required, no bits to set. Yes FAT32 has a 4gb limitation, but there is nothing saying that couldn't be fixed with future versions of EFI, or by using multiple partitions on thumb drive.
Either way, I feel like an opportunity was missed.
by koito17 on 8/3/23, 7:18 PM
I figure this is probably the vast majority of people who install Linux from a physical device rather than network booting. (I have dealt with PXE about a decade ago but I can't figure out how to use it anymore.)
by gregw2 on 8/3/23, 11:36 PM
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 in places other than the filesystem, but I presume they are much rarer.)
by programmer_dude on 8/3/23, 7:36 PM
by themerone on 8/3/23, 7:20 PM
With a disk image, I would need to identify the file system and go hunting for tools that can do this.
by donatj on 8/3/23, 8:58 PM
Is it just that the write once nature of the media makes pre-composing the file system a pain?
by cvccvroomvroom on 8/3/23, 9:33 PM
If you don't provided a convenient means to test your tiny OS, I'm not going to jump through hoops that could've been automated and solved at the scale of 1 release process vs. N users.
by yellowapple on 8/4/23, 2:13 AM
I'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.
by zgluck on 8/3/23, 8:10 PM
"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.
by toastal on 8/4/23, 5:25 AM
by miga on 8/4/23, 11:27 AM
Kernel image files already use bzimage for a long time.
That would make it boot much faster, and use less memory than ISO:
https://blog.sigma-star.at/post/2022/07/squashfs-erofs/
First step of system installation on Ubuntu (Debian) is uncompressing the filesystem. Why not use compressed FS for this purpose too, and shorten the whole process to few seconds?
by cat_plus_plus on 8/4/23, 4:18 AM
by JohnFen on 8/3/23, 7:55 PM
by jillesvangurp on 8/4/23, 9:29 AM
by ChrisArchitect on 8/4/23, 7:04 AM
Why I stopped releasing EasyOS as an ISO file
by Paianni on 8/4/23, 4:08 PM
by qwerty456127 on 8/4/23, 8:12 AM
Another interesting thing: the author mentions boot managers which let you boot from a number of ISOs (see? I don'r even wan to bother saying "disk images" even though HDD images are meant to be supported here) put on a single USB drive but he forgets USB drives with have such managers integrated with the hardware (e.g. Zalman ZM-VE200) - I intend to buy one but who knows if these support non-ISO drive images.