06-14-2020, 07:37 PM
I got the same problem on a different distro. I have a solution that should work for all distributions.
Ventoy creates a "virtual" disk for us with the ISOs contents on it under the name /dev/dm-0. So to get the system to boot we can just make a link with the name that the system is expecting that points to /dev/dm-0.
After the device times out you should type:
It should mount the disk and boot fine after exiting
I hope this fixes your problem.
Ventoy creates a "virtual" disk for us with the ISOs contents on it under the name /dev/dm-0. So to get the system to boot we can just make a link with the name that the system is expecting that points to /dev/dm-0.
After the device times out you should type:
Code:
ln /dev/dm-0 /dev/disk/by-label/MANJARO_LXQTM_200
exit
It should mount the disk and boot fine after exiting
I hope this fixes your problem.