Search results

  1. P

    [SOLVED] Install on Gigabyte Brix with AMD

    looking at your screen where is vmbr0 ? , on mine it is that which gets the ip address not the enp2s0 interface .
  2. P

    lxc containers , can I pass a usb and full hard drive like a VM ?.

    I'm looking into if I can converting my linux VMs running Emby and Home assistant into lxc containers. But I need to pass a usb zstick with Home assistant and pass a full zfs hard drive to Emby . A lxc container doesn't look to be as versatile as a VM with only memory , CPUs , and disk space...
  3. P

    [SOLVED] Install on Gigabyte Brix with AMD

    have you checked with a ip a and tested if enp2s0 is the correct interface name and it is in /etc/network/interfaces. I added a nvme drive and after I added the drive the drive would not come up and after I lot of playing I found that it had change my interface from enp1s0 to enp2s0. So after...
  4. P

    IOMMU passthrough HDD

    use eg , qm set 102 -scsi2 /dev/disk/by-id/ata-xxxxxxxxxxxxxxxxxxxxxxxxxx first you need to find the disks id by ,"ls -l /dev/disk/by-id" , then which VM to send it too eg 102 , the scsi2 the second drive , if you need more repeat and increase the scsi number .
  5. P

    Add another drive to VMdata

    I think the answer is a definate YES , I did same thing of wanting to increase the size of the hard drive so closed down all the VMs and backed them up to my NAS. If you have added a hard drive directly to a VM with eg "qm set 104 -scsi1 /dev/disk/by-id/xxxxxxxxxxxxxxxx" you need to do it again...
  6. P

    Vm Windows 11

    I've compared your hardware configs to my windows 11 working setup and the only difference is in the EFI disk size at the end , mine says 4m yours says 528k the rest is more or less the same.
  7. P

    What's your Idle Power Consumption?

    a Deskmini x300 with a Ryzen 5700g 8 core , 64 gb ram , 1 x 4 tb ssd , 1 x 1 tb ssd , 1 x 2tb nvme , 1 x 8tb backup drive . ( the power boost switched off in bios , all core 4.8ghz max) VM1 = Emby server , utorrent server VM2 = Home assistant + it's own docker apps VM3 = docker running pi-hole...
  8. P

    Maximum cores per vm

    I've tried my 8 core , 16 threads and get all 16 Virtual cores in windows.
  9. P

    Windows 21h2 updates borks Windows VM

    I think it is a yes and a no . You will be on the latest version on proxmox stable , But the version of the kernel for that is "proxmox-ve: 7.1-1 (running kernel: 5.13.19-2-pve)" So if you want kernel 5.15 you need to do a "apt update && apt install pve-kernel-5.15" in the Shell . BUT ... I'm...
  10. P

    Windows 21h2 updates borks Windows VM

    That looks o.k now and you should be up to the latest version . ( a guess you haven't a subscription ) Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bullseye/InRelease 401 Unauthorized [IP: 144.217.225.162 443] E: The repository 'https://enterprise.proxmox.com/debian/pve...
  11. P

    Network down after adding a nvme drive .

    Hi ,when I try adding a nvme drive after the interface is down , but still works again after removing the drive. I tried bring the interface up and found the lights are no but no one is there , and still can't connected to the web interface . syslog looks like the nvme drive is working is o.k ...
  12. P

    Deskmini X300 Proxmox Server Configuration

    I don't know if it is a problem with my deskmini x300 , but if I add a Crucial NVME 2TB I loose the network . I can bring the interface up after and the light or on but no one is there . Going to try it in the lower slot , but that is going to be a real pain removing all the sata drives and the...
  13. P

    Windows 21h2 updates borks Windows VM

    You need to add to this :- /etc/apt/sources.list append to the file with :- deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription goto datacentre / pve and look for upgrade button and click
  14. P

    Windows 21h2 updates borks Windows VM

    Hi , I think you need to add the pve-no-subscription repository , before you can upgrade to 7.1.8 which I think is the latest . Which you need to a update / upgrade after and reboot , which should update to 7.1.8 which includes the new kernel.
  15. P

    Windows 10 VMs will not start , Windows 11 and Linux all o.k .

    Thank you , I think I've found my error. I did a update / reset and complete deleted all the windows 10 VMs which wouldn't start , and reinstalled them from backups and THINK I found why they did not start . ( human error ) I tried the first VMs and that still didn't start ,so looked at the...
  16. P

    Windows 21h2 updates borks Windows VM

    I just can't get any of my Windows 10 VMs to start at all now , I just get a QEMU returned a error 1 , so something is now up ?
  17. P

    Windows 10 VMs will not start , Windows 11 and Linux all o.k .

    Can't get any of my Windows 10 VMs to start , just getting a QEMU exited with error 1 . Only Windows 10 VMs will not start Windows 11 and Linux start o.k . It doesn't look to be a EFI disk problem , because it's affecting seabois and uefi machines . I'll looked in the logs and can't see a...