this post was submitted on 01 Mar 2024
22 points (86.7% liked)
Open Source
31133 readers
294 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I tried to solve these cross-distro compatibility problems in a generic way with this "standard", more years ago than I'd like to think about:
https://www.supergrubdisk.org/wiki/Loopback.cfg
If someone wants to come up with a bootloader agnostic solution rather than one tied to grub, like an extension to Bootloader spec , https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ , I'd be happy to evangelize it and add support to grub for using it.
I'm not aware of any other bootloader that supports reading a config file that exists within an iso though, and secure boot support may add additional complications.
Bottom line:
I feel like we could relatively easily get to a point where every Live iso that actually supports loop booting can just be added, as a file, to your USB drive (from Windows, or your android phone even) and be detected at boot in a nice little menu, no editing of config files needed.
I don't have the time or spoons to get the Linux community there alone, but if people are interested in helping I'm more than happy to pick this up again.
(Note: Please don't blindly suggest "Just chain load the iso!" Things aren't that easy, unfortunately).