Search results

  1. G

    Bond + Vlan Interface

    With this setup iface enp1s0f0np0 inet manual iface enp1s0f1np1 inet manual auto bond0 iface bond0 inet manual bond-slaves enp1s0f0np0 enp1s0f1np1 bond-miimon 100 bond-mode 802.3ad bond-xmit-hash-policy layer3+4 auto vmbr0 iface vmbr0 inet static...
  2. G

    boot pcs with proxmox via pxe from serva in an proxmox vm

    Interesting. I am able to pxe boot the proxmox installer with a vm (and real hardware) that runs 16GB ram or less. As a test, I would suggest looking at the netbootxyz option at github to see if you still get the same error with that loader.
  3. G

    boot pcs with proxmox via pxe from serva in an proxmox vm

    @Chris Carby correct I did not specify ram disk settings. Full disclosure, I haven't used a "grub based" pxe booting method for a long while now. I quickly tested my old grub pxe setup and that line still booted proxmox (8 and 9) via pxe.
  4. G

    boot pcs with proxmox via pxe from serva in an proxmox vm

    After repacking the initrd file with the proxmox iso my grub line looks like this and it boots. linux pxe/proxmox/linux26 initrd pxe/proxmox/initrd.img
  5. G

    Proxmox Virtual Environment 9.0 released!

    I just updated 3 of my 4 homelab proxmox hosts from 8.4.x to 9.0.6. On all the hosts they had a user that was given Administrator level privileges. One of those permissions was the ability to use the "drive_add" command in the vm monitor. In proxmox 8 this command succeeded with the admin...
  6. G

    [SOLVED] NFS server in LXC

    The steps here to get it to work should be considered obsolete; you can just use a debian 12 ct and enable the nesting and nfs features of the ct then install nfs-kernel-server as usual as well as your other services. I had re-done my ct a while back with that method (debian 12 ct, nesting, nfs...
  7. G

    Migrate physical Windows 10 to VM and start on console

    At one point in time I created a headless debian system and launched all GUI apps from the cli. I installed kvm/qemu to run virtual machines and then I launched everything from the cli to include the remote viewer to access the virtual machine console. That was ages ago. I don't know where...
  8. G

    Migrate physical Windows 10 to VM and start on console

    You can use the noVNC option per the vm and access its console that way in a new browser window. You can use virt-viewer if the display option is configured correctly in the vm. You can use remina for linux to windows remote desktop connection. You can use xrdp for linux to windows remote...
  9. G

    Migrate physical Windows 10 to VM and start on console

    How I connect to my windows vm depends on how it's setup and/or what I plan to do with it. If it's basic stuff then I use remote desktop. If it's gaming then I use sunshine/moonlight with the nvidia cards I passthrough to the vm.
  10. G

    Migrate physical Windows 10 to VM and start on console

    1. I'm not using virtio stuff because it causes the machine to show up as a virtual machine in taskmanager. This is to allow some programs to work correctly. You can use virtio if you want. 2. If I import a disk to a vm it usually imports as qcow2. You are free to experiment. 3. I...
  11. G

    Migrate physical Windows 10 to VM and start on console

    Proxmox would give me a complaint about no efi disk present even though the cloned machine had its own efi partition. I just Add > EFI Disk from the hardware section to get proxmox to not complain. It would give the same complaint (No efi disk) if I were creating a new vm and installing...
  12. G

    Migrate physical Windows 10 to VM and start on console

    I have used the vmware standalone convertor software to convert a bare metal windows machine to a virtual machine that I imported to a proxmox vm. I had to play with the vm configs (efi boot, edi disk etc) to get it to boot but it was doable. You could try cloning the baremetal windows with...
  13. G

    Feature Request: Memory Buttons

    I would also prefer textbox with option to choose whatever iB.
  14. G

    Firewall crap !

    I do the same. nftables on the proxmox host. nftables on all linux machines. And my windows vms use the windows firewall because its there. Then there is the router firewall that I use for routing between vlans. Plus, with my kvm connected to the proxmox host, I can login to the cli/console...
  15. G

    Any way to just show VM names?

    Have you seen how RHEV does their stores? Proxmox is easier in comparison (IMO).
  16. G

    run nftables in debian 12 lxc-container

    Your error suggest apparmor is the culprit. Where it is could be anyones guess. Are you using apparmor profiles somewhere that might be associated to this particular lxc? Are you able to get nftables started by just creating a vanilla lxc without any other custom configs?
  17. G

    run nftables in debian 12 lxc-container

    Because nesting is not needed to make nftables work in debian 12 lxc...at least not in my lxcs. I only use nesting (for the most part) to reduce the lag in ssh/cli/terminal sessions.
  18. G

    run nftables in debian 12 lxc-container

    I have multiple deb12 lxcs currently running nftables with no issues. I have both priv/unpriv lxcs. The nesting featuring (so far for me) is what helps reduce the lag when ssh into the lxc.
  19. G

    [SOLVED] NFS server in LXC

    I am still using an lxc to share folders on the host via nfs/tftp/smb. I am sharing the host storage to other devices on my network and not necessarily exclusively to vms/cts. I bind mount host directories to cts. Since my server has all the ssds for my storage I didn't want to create...
  20. G

    Best approach to share host FS to VM, NFS direct or NFS via LXC?

    Virtiofsd to share host directory directly to vm. https://forum.proxmox.com/threads/nfs-server-in-lxc.105073/post-648836 https://forum.proxmox.com/threads/virtiofsd-in-pve-8-0-x.130531/