Recent content by cppmonkey

  1. C

    Proxmox 9 - UEFI PXE Boot Issue

    This has been driving me up the wall, as I use iPXE on EFI system at work on PVE 7, but my home PVE boxes are running PVE 8 and PVE 9. I had literally cycled through every machine version possible. Adding the VirtIO RNG instantly allowed netboot to function! I guess it pays to read the...
  2. C

    Cant keep bridge up - goes DOWN and wont go UP

    Checking nmcli, it shows the interfaces for my CTs as `managed` Everything else is `external/unmanaged`
  3. C

    Cant keep bridge up - goes DOWN and wont go UP

    Looks like PVE7 is starting to use NetworkManager too. I moved away from ifupdown years ago. Was weird inheriting some PVE6 servers and having to use it all over again
  4. C

    Cant keep bridge up - goes DOWN and wont go UP

    I had this, found that upgrading from PVE 6 to 7 installed NetworkManager and some of the NICs were configured within nmcli. Deleted the configuration from NM and restarted networking and everything was good. I was pulling my hair out at why 1 LACP would come up but not the other. Now I can't...
  5. C

    First time installing, hangs on booting

    Found the answer in the wiki when presented with the grub options, press e and add rootdelay=10 to the end of the command And don't forget to alter the grub default and run update-grub. Otherwise it'll halt during your next boot...
  6. C

    First time installing, hangs on booting

    With PVE 6.3-1 there is an error message Command: /sbin/zpool import -n 'rpool' Message: cannot import 'rpool': no such pool availiable Error: 1 Failed to import pool 'rpool' Manually import the pool and exit. The the boot process ejects you into BusyBox
  7. C

    First time installing, hangs on booting

    I'm having the same issue. Having install PVE 6.3 on a Ryzen powered system with an NVMe for the boot drive, I decided it was time it put it on a proper server. Its a SunServer X4-2L (Dual Xeon E5-2650 v2 and 128GB DDR3) The installation of PVE 6.4-1 seems to have go fine, with the installation...