This is a grub menu entry:
Code: Select all
title slax linux
find --set-root /boot/slax.iso
map --mem /boot/slax.iso (0xff)
map --hook
chainloader (0xff)
boot
It mean that search boot/slax.iso in ALL partitions of ALL disks, then set the partition as '/' , load the iso file into memory and boot the iso like a real cd.
I think this way is very simple and useful, hope our limine can do this
BTW, why easyos need the wkg_uuid?
It is only for one partition, after we move the easyos from a partition to another partition , we must edit the limine.cfg file.
Is there a universal way to boot easyos from any partition without uuid?