Ventoy Forums

Full Version: Ventoy and Devuan 5.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
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.