Open TacitTactics opened 8 months ago
I'm experiencing the same issue, haven't found a fix yet.
Just switch SCSI Controller in Hardware section of VM settings from VirtIO SCSI to one called default for some reason -- LSI 53C895A. Other "real" will do as well, I guess.
Or via CLI:
qm set <vmid> --scsihw lsi
And you'd also want to switch Network Device Model from VirtIO (paravirtualized) to Intel E1000E:
qm set <vmid> --net<n> model=e1000e
Greetings, Just wanted to post this to see if anyone else has found a solution to this issue. After I run through the installation steps on the webpage as well as using the deb packages from releases, my system stops booting and prompts for initramfs.
My setup: Proxmox 8.1.4 Same results with the following ubuntu versions: 22.04.6, 22.03.10 I have also tried using both NVMe and Spin drive I have tried with both EFI and without EFI on both hdd types
Is this just problem with trying to install on a Proxmox VM? If someone else has successfully installed on a ProxMox VM please, please provide steps. Thank you,.