Ventoy Forums
Ventoy and Devuan 5.0 - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: Ventoy and Devuan 5.0 (/showthread.php?tid=2722)



Ventoy and Devuan 5.0 - joril - 11-03-2023

Hi everyone!

I've been using Ventoy to boot all my ISO installers, it's very useful!
I'm having a problem with the Devuan 5.0 netinstall though. After the preamble phase, I get this error:
Code:
mount: mounting LABEL=DEVUAN501 on /cdrom failed: No such file or directory
mount: mounting UUID= on /cdrom failed: No such file or directory

I guess that the installer is looking for a partition labeled DEVUAN501 but cannot find it, is this something that has to be fixed on the Ventoy side?

Thanks for your time!


RE: Ventoy and Devuan 5.0 - Steve2926 - 12-30-2023

If you use Easy2Boot, you can run the shell and type
mount /dev/sda4 /cdrom
to mount the E2B partition 4 (which is the ISO) as /cdrom
then type 'exit' and continue install

tested using Legacy mode.