You are not logged in.
Pages: 1
Installation was successful! It seems like it was just that mounting issue and the occasional freeze for some reason.
I do seem to have some issues getting and upgrading packages, but I assume that's more of a networking issue I can figure out (I don't have ethernet, so I used my phone's internet during the installing).
Thanks for all the help, everyone!
Oh, it seems to have progressed now! I reinstalled Ventoy onto my USB by disabling the Secure Boot option (don't know if this did it, since I disabled Secure Boot in the BIOS, but maybe it did) then recopied over the iso. After running it with Expert Install, it gave the same "no installation media" error, but then, after I ran "sh /lib/debian-installer-startup.d/S21ventoy-loop", it finally detected it.
I don't know if this was because of what I did to Ventoy/recopy, or if it would have worked before with just the command, and I just gave up after it froze too soon, but it finally worked. I'll continue with the installation and see if everything works. I'll report back if I reach another error or if it finishes with no more problems.
Edit: it then froze when clicked Network Config option. It seems like the freezing was a separate issue from the media detection issue (or maybe it's just that error = freeze at times or something like that)
Edit 2: Yeah, it probably is a separate problem. Doing it again, I easily got past detecting network. Maybe the freezing is just a hardware issue, or maybe an idling issue?
`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
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.
Oh, yeah, I see the error (not that I understand why). After setting keyboard type, I get:
mount: mounting /dev/sda1 on /cdrom failed: Invalid argument
mount: mounting /dev/sda1 on /cdrom failed: Invalid argument
mount: mounting /dev/sda2 on /cdrom failed: Invalid argument
mount: mounting /dev/nvme0n1 on /cdrom failed: Invalid argument
Then:
cdrom-detect: CD-ROM mount failed: device=/dev/nvem0n1 fstype=vfat
cdrom-detect: CD-ROM mount failed: device=/dev/sda fstype=iso9660
cdrom-detect: CD-ROM mount failed: device=/dev/sda fstype=vfat
Also, output of "mkdir -p /cdrom ; mount -t iso9660 /dev/sr0 /cdrom" gives me:
mounting /dev/sr0 on /cdrom failed: no such file or directory.
And "ls /sys/class/block" gives me:
loop0 through loop7, nvme0n1, and sda through sda2
Yes, the usb with Ventoy is formatted with exfat and is labeled "Ventoy"
I've tried using both Rufus and Ventoy on my usb stick to install. With Rufus, I just get a black screen that says "syslinux UEFI bootloader booting devuan." After trying with Ventoy, it's as I stated before: it gets to the install, but then fails.
I disabled secure boot and two windows-listed settings in the BIOS, and it now actually continued, but it continued to a "Detect and mount installation media" window:
"Incorrect installation media detected"
"The detected media cannot be used for installation."
"Please provide suitable media to continue with the installation."
Then it went to:
"Installation step failed"
"An installation step failed. You can try to run the failing item again from he menu, or skip it and choose something else. The failing step is detect and mount installation media."
CPU: Ryzen 9 9900X
GPU: Radeon RX 9070 XT
Motherboard: MSI B850 Gaming Plus WiFi
I tested on a virtual machine on a Windows 11 laptop, and everything seems fine there (just quickly went through the install process without really caring about the settings). So I assume it must be a hardware issue, I guess. I'm installing on a newly built PC: AMD CPU and graphics card with an MSI motherboard, and the iso file is on a usb stick. Could that be the problem?
I verified the iso file and everything was good (I did so on Windows 11). I used this mirror (mirror.leaseweb.com/devuan/) to download this iso (devuan_excalibur_6.1.1_amd64_netinstall.iso) on a usb stick.
I'm trying to use those commands you mentioned (alt-F4 et al), now with a re-downloaded iso and a new day/boot, but it won't do anything (it also turned off num lock and won't let me turn it back on for some reason, or at least the light on my keyboard turned off and won't turn back on). I did see it do one to three things real fast (grey box that filled up), but then it stopped after that.
I'll keep it on for a bit to see if maybe it'll continue, but then I'll try expert install like you suggested.
Edit: After some time, now all my lock keys don't work, or at least don't light up.
Hi, new to this forum.
I tried to install Devuan, but I've been stuck on this blue screen with a white bar at the bottom with a small black rectangle at the left. I entered my language and country (maybe one or two other related things) and then it stayed on this screen without doing anything else. Is it just taking long to do anything or is something wrong (most likely) and what should I do? Thanks.
Edit after solved: seems like the issue was installing with Ventoy on a USB (though using Rufus also didn't work, but might have been for a different reason). I needed to run "sh /lib/debian-installer-startup.d/S21ventoy-loop" before the "mounting the installation media" menu. Might have also been an issue with the secure boot option being enabled on Ventoy, but I can't be sure (secure boot was already disabled in the BIOS).
Pages: 1