Hi @BarryK,
I'm trying to install EasyOS to a laptop that has Windows 11.
When the computer boots, rEFInd menu has two options to choose from:
- Windows
- Limine
When booting from limine, I'm able to choose the keyboard layout, and to encrypt the partition.
But the copy of the vmlinuz file fails.
The script tries to copy it like so:
Code: Select all
/mnt/nvme0n1p7/EasyOS/Daedalus/wkg_dir/vmlinuz /mnt/nvme0n1p7/EasyOS/daedalus/wkg_dir/releases/easy-6.5.3/vmlinuz
There's a vmlinuz file at /mnt/nvme0n1p7/EasyOS/Daedalus/
but not inside its sub-directory wkg_dir.
Code: Select all
# ls -l /mnt/nvme0n1p7/EasyOS/Daedalus/
total 931840
-rw-r--r-- 1 root root 940011520 Dec 27 16:15 easy.sfs
-rw-r--r-- 1 root root 6575104 Dec 27 16:15 initrd
-rw-r--r-- 1 root root 7603200 Dec 27 16:15 vmlinuz
drwxr-xr-x 9 root root 4096 Jan 6 15:35 wkg_dir
# ls -l /mnt/nvme0n1p7/EasyOS/Daedalus/wkg_dir/
total 20
drwxr-xr-x 6 root root 4096 Jan 7 14:34 containers
drwxr-xr-x 2 root root 4096 Jan 7 14:34 data
drwxrwsr-x 13 root 122 4096 Jan 7 14:34 files
drwxr-xr-x 3 root root 4096 Jan 6 15:35 releases
drwxr-xr-x 5 root root 4096 Jan 7 14:34 sfs
The limine.cfg entry is:
Code: Select all
:EasyOS Daedalus64 (partition nvme0n1p7, path EasyOS/Daedalus)
COMMENT=EasyOS Daedalus bootup
RESOLUTION=800x600
PROTOCOL=linux
KERNEL_CMDLINE=rw wkg_uuid=e5f2c887-ac1d-46b9-aa90-498eec9395ad wkg_dir=EasyOS/Daedalus/wkg_dir/
KERNEL_PATH=guid://aba5be6d-f6ee-48a3-a7a0-2dde3777d418/EasyOS/Daedalus/vmlinuz
MODULE_PATH=guid://aba5be6d-f6ee-48a3-a7a0-2dde3777d418/EasyOS/Daedalus/initrd
So, vmlinuz is said to be under /EasyOS/Daedalus, not inside /EasyOS/Daedalus/wkg_dir.
Is this a bug?
Or do I have some configuration that is wrong?