rahulc07 / tucana-iso

Stuff for the Tucana iso
GNU General Public License v3.0
0 stars 0 forks source link

Loopback/Ventoy Kernel Panic #1

Open rahulc07 opened 2 months ago

rahulc07 commented 2 months ago

Reproduce: Use ventoy or boot from a loopback device and the initrd cannot find the root partition beacuse it is using a label mount as referenced in build-iso.sh device="/dev/disk/by-label/tucana".

Affects: UEFI & Legacy BIOS Boot

Both grub and isolinux seem to be able to find the drive though.

rahulc07 commented 2 months ago

Ventoy actually emulates the drive, so that was an easy fix just needed to add a couple kernel configuration changes.