I’m running ElectricEel-24.10.0.2
on a topton n5105 motherboard/cpu combination. I have attempted both the latest ubuntu server and debian ISO with 4 GiB memory, 1vCPU, 2 Cores, 2 Threads per core, but I cannot get either of them to boot. Ubuntu hangs right after:
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
and Debian hangs right after:
BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x4,0x0)/Sata(0x0,0xFFFF,0x0)
BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x4,0x0)/Sata(0x0,0xFFFF,0x0)
Welcome to GRUB!
I downloaded the logs from the UI but see nothing suspicious. The most suspicious log I can find is from libvirtd
showing:
Nov 17 21:02:06 truenas libvirtd[5173]: End of file while reading data: Input/output error
Nov 17 21:18:37 truenas libvirtd[5173]: unable to open /dev/mapper/control: No such device
Nov 17 21:18:37 truenas libvirtd[5173]: unable to open /dev/mapper/control: No such device
Nov 17 21:18:37 truenas libvirtd[5173]: unable to open /dev/mapper/control: No such device
Nov 17 21:18:37 truenas libvirtd[5173]: unable to open /dev/mapper/control: No such device
but when I check /dev/mapper/control/
things look normal:
crw------- 1 root root 10, 236 Nov 17 20:57 /dev/mapper/control
Any ideas? Thanks