The officially official Devuan Forum!

You are not logged in.

#26 Yesterday 15:24:27

Bobby
Member
Registered: 2026-07-28
Posts: 10  

Re: Installation Problem after selecting Language and Country

There is nothing in /lib/debian-installer-startup.d/S21ventoy-loop. The folder itself exists, though. Edit: Sorry, my bad, thought it was a folder. The file contents are:

sleep 1
DEV=$(blkid -L Ventoy)
mount -t exfat $DEV /mnt
modprobe loop
losesetup -f /mnt/devuan_excalibur_6.1.1_amd64_netinstall.iso

Is it possible that the problem is that the boot order in my BIOS doesn't start from USB? I doubt it, but I'm not too familiar with it to know either way.

Last edited by Bobby (Yesterday 15:31:29)

Offline

#27 Yesterday 15:51:09

rolfie
Member
Registered: 2017-11-25
Posts: 1,481  

Re: Installation Problem after selecting Language and Country

Is it possible that the problem is that the boot order in my BIOS doesn't start from USB? I doubt it, but I'm not too familiar with it to know either way.

Under normal circumstances: no. You have a brandnew efi-only system. To boot from any device connected to your main board you go into the bios and directly select the device or you can use boot-override. This is a nice efi feature: you press a certain key during the boot process, and get the boot menu as result and can select the device to boot from. This key you need to press depends on the mainboard/efi bios manufacturer. On my ASUS mainboard I have to use F8. When I am not mistaken you have a MSI mainboard. Please read the manual, it should be documented in there.

Online

#28 Yesterday 16:44:39

rbit
Administrator
Registered: 2018-06-12
Posts: 138  

Re: Installation Problem after selecting Language and Country

OK, your S21ventoy-loop file looks good.

What does this return?

losetup -a

If it returns nothing, try this

sh /lib/debian-installer-startup.d/S21ventoy-loop ; losetup -a

If there's this line: /dev/loop0: 0 /mnt/devuan_excalibur_6.1.1_amd64_netinstall.iso - then try this:

mkdir -p /cdrom ; mount -t iso9660 /dev/loop0 /cdrom

If it mounts correctly, then see if installation will continue.
If there are any errors/info displayed, please report back.

Offline

#29 Yesterday 17:35:43

kapqa
Member
Registered: 2019-01-02
Posts: 733  

Re: Installation Problem after selecting Language and Country

if you still have doubts, you can press "del" for enter bIOS , and then "F5" or similar for default settings, press "F10" for savings setting, that should settle it for you.

Good luck.

Edit: if you really want to use ventoy, then there is option "partition style" in VentoyMenu > it should be set to "GPT" for coexistance with Win11 i suppose; have checked this just yet, on linux there exist such option. otherwise, with standard-setting "MBR" you run into conflict, most probably. but windows-ventoy might handle it differently. just a warning.

Edit2: just tested this with excalibur.netinstall-iso. with ventoy:

when using standard settings (mbr) > it would fail exactly at the point you described;
when formatting with partition style (gpt) > the netinstall would process, you could proceed.

please disregard the upper portion with "default settings" then; you should set most probably BIOS as described earlier, with SecureBoot (ON or OFF) and if (ON) with "Custom" setting; or the like.

Last edited by kapqa (Yesterday 21:29:23)

Offline

#30 Yesterday 23:08:22

Bobby
Member
Registered: 2026-07-28
Posts: 10  

Re: Installation Problem after selecting Language and Country

`losetup -a` gave nothing

`sh /lib/debian-installer-startup.d/S21ventoy-loop ; losetup -a` gave `/dev/loop0: 0 /mnt/devuan_excalibur_6.1.1_amd64_netinstall.iso` as mentioned.

`mkdir -p /cdrom ; mount -t iso9660 /dev/loop0 /cdrom` gave nothing

Then, continuing installing froze everything (though this happened on the attempt immediately before as well, so likely not because of the above)

I selected GPT when creating my USB with Ventoy

Last edited by Bobby (Yesterday 23:08:59)

Offline

#31 Today 03:19:32

rbit
Administrator
Registered: 2018-06-12
Posts: 138  

Re: Installation Problem after selecting Language and Country

OK.  For now it seems like you need to manually run

sh /lib/debian-installer-startup.d/S21ventoy-loop

to get your iso loop device set up properly.
Could you run the "expert install" and find out on which step does it freeze?  Are you able to change to tty4 at that point and read any debugging text?

Offline

#32 Today 08:30:58

kapqa
Member
Registered: 2019-01-02
Posts: 733  

Re: Installation Problem after selecting Language and Country

well, must have gooten it all wrong, sorry for the previous post;

tried again today:
with ventoy-linux (./VentoyGUI.x86_64) the netinstall went through with both MBR and GPT
with ventoy-windows (Ventoy2Disk) the netinstall went through with MBR and NOT with GPT!

if i used GPT (via Ventoy2Disk), receive the same error you posted earliert

"Incorrect installation media detected"
"The detected media cannot be used for installation."

so i suggest you try again format with Ventoy and let use partition Style "MBR" which is standard setting for Ventoy.
that should work.

https://ibb.co/CKZ7HcsG

Offline

Board footer