I keep getting an impression i'd have to "spin" my own .ISO while also mastering what's hard-wired inside the ramdisk, which i'm pleased to call a "ramdisk" just because it reminds me of PC-DOS v3.3 on a pair of 360 KB diskettes, stuffed with DOS internet utilities, since even those pilots weren't actually integrated to the OS just yet... Lots of changes occured since then, Linux and now bootloaders, which makes me want to post this YUMI/GrUB excerpt of code intended to AUTO-Magically handling between Legacy/BiOS/CSM vs UEFi/ESP:
if [ "$grub_platform" = "efi" ]; then
export grub_normal_menu_title="YUMI UEFI [Grub ${grub_version}]"
else
export grub_normal_menu_title="YUMI BIOS [Grub ${grub_version}]"
fi
Now THAT is what i expect from any OS, portable/live or otherwise. And yes, booting is essential, evidently. We got the modular organisation, it's simple enough to prove useful in the hands of non-experts and hence that's some feature Porteus should promote/protect at all times. Then there's the problem of packages selection. It could fit so well in COPY2RAM mode on so many more machines than most other flavours i think, what a shame!
Still about the YUMi menu with multiple flavour scenarios, here's some other side-note i kept on my to-do list:
set root --label MULTIBOOT --hint hd0,msdos1
I gather the "hint" directive is only that, an optional hint which hits or misses. GrUB still provides a comfy CLi environment anyway, especially the recent 2.05/2.06 versions it seems.
What's so great about it is that Porteus modules would fit nicely in auxiliary repositories of the flash drive that never get touched by YUMi while updating after new .ISOs are published. Keeping up-to-date wouldn't imply re-copying those modules again, not to mention captures like from HardInfo that i wish were always part of Porteus, much the same of PlOP for similar reasons. At least it wouldn't hurt to import inspiration from the people of YUMi when it comes to having 32 AND 64 bits choices on a same flash-drive. And now i've shown that YUMi is ready to pick either BiOS or EFi without a need for human intervention, leaving our minds free for more noble challenges, eventually.
In the mean time, how do you like 'Etcher'? It's cross-platform and over-simplified; perfect for future converts...
