Closed ventoy closed 3 years ago
Hi,
It seems it will require to enable device mapper CONFIG_BLK_DEV_DM.
Which platform do you support with ventoy ? According to your website,
x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL UEFI
So we will have to enable it for i386, x86_64 and aarch64 platform ?
Thank you.
Yes.
Currently, CONFIG_BLK_DEV_DM
is not enabled in the dot.config.
To support lakka 2.3.2/3.0/3.1 I built the linux kernel with your dot.config(with CONFIG_BLK_DEV_DM=m) and include the
dm-mod.ko in Ventoy package. So if we contains the ko in the img file in the future, it will be great.
For lakka i386, x86_64, and aarch64
are supported.
Thanks.
Since the ko files are in the squashfs image file system
.
So it's better to set CONFIG_BLK_DEV_DM=y
to build the module directly into the kernel. Then I will no need to extract the ko file before I boot the kernel in the bootloader period.
Thanks.
Perfect!
The dm-mod
is enabled by default and Ventoy can boot it fine.
Thank you.
we keep this open until @gouchi submits the fix :-)
Hi, With Ventoy we can just copy the lakka.img to the USB drive and boot it. But Ventoy need the
dm-mod.ko
which is not included in the img file. Can we build and contain thedm-mod.ko
in the img file by default in the future release?Thanks!