Hi,
As for my second question.
I copy the three mentioned files to a /easyos/kirkstone in a ext4 partition of a nvme drive.
When I run the Limine installer, it only detects the Windows system at the first partition of the disk /dev/sda1, not the EasyOS files at /dev/sda5.
It shows a grep command that fails to find the files (I think vmlinuz).
What is missing here?
Third question.
In the documentation as well as in other forum topics, there's some examples of the configuration to boot EasyOS from Limine, like:
Code: Select all
:EasyOS Kirkstone64 (partition nvme0n1p3, path Puppy/easyos)
COMMENT=EasyOS bootup
PROTOCOL=linux
KERNEL_CMDLINE=rw wkg_uuid=0C448DF6448DE336 wkg_dir=Puppy/easyos
KERNEL_PATH=guid://b120f417-18ee-4d76-b08c-8d5cc3e30521/Puppy/easyos/vmlinuz
MODULE_PATH=guid://b120f417-18ee-4d76-b08c-8d5cc3e30521/Puppy/easyos/initrd
I got the guids for KERNEL_PATH and MODULE_PATH from blkid.
But what about the KERNEL_CMDLINE. Where does the wkg_uuid comes from? What is it?
What is the wkg_dir? What does it refer to?