You are not logged in.
ntpdate -u pool.ntp.org
hwclock --systohcEasier way to get to xfce. Don't know why I didn't think of this the first time
I managed booting genuen + vdev + seatd + xlibre without any display manager https://www.genuen.org/mirror/excalibur and the result is that coldplug input devices at server start do work (devices present before xlibre starts, or after restarting xlibre with the device already plugged in), but disconnect/reconnect or a newly plugged input/event* node won't respond until xlibre is restarted, unless a workaround is used -for example, adding myself to the input group, which isn't very convincing-; the best workaround I've found is to add startxfce4 to ~/.xinitrc and use exec startx instead. I have:
#!/bin/sh
exec /etc/X11/Xsession startxfce4Btw, I'm curious to try chimera's turnstile, so I downloaded your iso. Thanks!
yes, the time is set incorrectly
There is a service sync-once in /etc/init.d that runs ntpdate the first time it detects a network connection. Anyway, you can run:
# hwclock --set --date "2026-05-11 21:01"and
$ date --set "2026-05-11 21:01"I updated the repo
in /var/log/boot, but you need to install bootlogd
Polkitd looks for authorisation rules in several directories, but cannot find them. Polkit simply reports that these optional directories are not present. But this is not a serious issue as long as it manages to load the basic rules.
Maybe you have various display managers installed (e.g. lightdm and sddm). You should define the one you want in /etc/X11/default-display-manager to end up at the login dm.
Glad you got genuen with Excalibur up and running
Hmmm... ilargi means moon in basque
There have been major updates to vdev, and it's highly recommended to install the latest version 1.3.93
I've updated the iso image as well:
excalibur-backports should provide 6.18.5 pulled from trixie-backports
Good ![]()
I've updated the iso image after adding these virtio_* modules (plus virtio_gpu)
Same at me.
I managed installing the image with Qemu and the following steps in BusyBox worked for me:
Load modules
(initrmafs) modprobe virtio_pci
(initrmafs) modprobe virtio_blk
(initrmafs) modprobe virtio_scsi
(initramfs) modprobe ext4Check partitions:
(initramfs) cat /cryptroot/crypttab | cut -d: -f1
vda3_crypt
(initramfs) blkid | grep crypto_LUKS | cut -d' ' -f1
/dev/vda3Unlock vda3_crypt (adapt it to your needs) typing your encryption password:
(initramfs) cryptsetup luksOpen /dev/vda3 vda3_crypt
Enter passphrase for /dev/vda3:Activate LVM:
(initramfs) lvm vgchange -ayScan /dev/mapper with ls -l /dev/mapper and mount the *-root logical volume (don't forget to load the ext4 module first):
(initramfs) mount /dev/mapper/genuen--vg-root /rootAt this point, the way to get out of Busybox isn't that straightforward. Like live-boot, most of initramfs scripts leave a trace when they run. To prevent BusyBox from asking you to unlock vda3_crypt again after exiting (a process that will fail because the device is busy), we manually create the said control file so that the system can find it and recognize that the mountpoint already exists:
touch /run/initramfs/fsck-rootNow we make use of switch_root in order to replace the current process with the real system:
exec switch_root /root /sbin/initGood luck!
First, I've been running all my tests in Legacy BIOS, but today I discovered that a dependency was missing for grub-efi-amd64, that is, grub-efi-amd64-unsigned. Therefore, I've updated the ISO to prevent the installer from failing.
Second, I guess that some virtio modules are missing in the initrd. Can you try the following commands in the BusyBox console?
1) Check whether the nodes in /dev have be created:
(initramfs) ls -l /dev/vda*For sure, you won't get anything, even thought vdev doesn't ignore them (lines 93-96 in vdevd/helpers/LINUX/disk.sh).
2) Ensure that vdev is still running (via `pidof vdevd`) as it ought to be because the init-bottom scripts have not been invoked yet. Then try to load the following modules:
(initrmafs) modprobe virtio_pci
(initrmafs) modprobe virtio_blk
(initrmafs) modprobe virtio_scsi
(initrmafs) modprobe virtio_ring
(initrmafs) modprobe virtio_console3) Check again the nodes:
(initramfs) ls -l /dev/vda*Do they appear now? If so, you would be able to go ahead with the boot process by exiting:
(initramfs) exitThanks a lot for your patience, prospero!!
are you in qemu?
I added the following lines to the preseed.cfg file:
# Explicitly force the use of LUKS2
d-i partman-crypto/crypto_type string luks2
# Pass the specific arguments to cryptsetup
# grub-2.12 is not compatible with argon2id algorithm; use PBKDF2 instead
d-i partman-crypto/passphrase/options string --pbkdf pbkdf2and d-i with encryption worked. I updated the image.
It seems that libcryptseup-udeb is using the argon2id algorithm in Excalibur, but grub < 2.14 doesn't support it. It's possible to rebuild the udeb package, but i'll try to configure LUKS2 within the preseed.cfg file giving preference to the standard pbkdf2 algorithm in d-i. On the other hand, cryptsetup-initramfs was missing in the system.
Thanks, prospero.
My installation attempt was interrupted here:
grub-installer: grub-install: error: attempt to install to encrypted disk without cryptodisk enabled.
Set `GRUB_ENABLE_CRYPTODISK=y` in file `/etc/default/grub`@prospero: could you give me some details about the circumstances that led you to that point? I upgraded an encrypted gnuinos daedalus disk using vdev to genuen excalibur, and everything is working fine. Vdev recognizes the /dev/mapper/gnuinos--vg-root volume from the original installation, despite the annoying mdadm-related messages.
New iso image after adding libargon and libjson-c5 udeb packages to d-i (as i did months ago in deadalus), and a new vdev versión. I've fixed some issues in qemu sessions.
I've updated the iso image
The module md_mod was missing. I added it to /etc/modules-load.d and updated the iso image.
Sorry, i'm updating the repository right now. It'll be available soon (about an hour).
Yes, you should wait a little while. Yesterday i uploaded severel packages to the repository:
https://packages.genuen.org/genuen/pool/main
But there is still work to be done.
I tried to download the package libusb from the Trisquel Aramo repository
and installed it.
Do not install libusb from Trisquel. It's ubuntu-based. Vdev provides a concrete version of eudev.
You can switch between them via apt:
apt-get install eudev libeudev1or the other way around:
apt-get install vdev libudev1-compatOn the other hand, udev is a transitional package that can be removed from the system.
I need to install also "eudev" and "eudev-dbgsym"
You don't need any *-dbgsym package. The package libusb-1.0-0 is installable from packages.gnuinos.org both with eudev and vdev, and it's the same as in devuan.