Search results

  1. T

    Moving Vm Root disk back to local-lvm

    Does any one have any suggestions. Ive searched the forums but with no luck I’m now stuck with this container now on storage that I was going to replace. It’s the last one, all the other VM’s and containers moved without issue. Apprciate any help Andy
  2. T

    Moving Vm Root disk back to local-lvm

    I moved the root disk of my vm’s and containers off the local-LVM onto a ZFS drive, now I’m moving them back. All the VM’s moved except one container. Here is the output file. It says no space left, but the target drive has 743GB free. The root disk to be moved is question is 40Gb. Any...
  3. T

    PCI GPU Passthrough

    Out of all the config files and different switches for grub config or VM config. All it took was a bios update for the host hardware. No code 43 error or any issues for the GPU passthrough with an Nvidia card.
  4. T

    PCI GPU Passthrough

    Rebuilt the Win 10 to get over the Uefi boot issues. Now the last item is code 43 on the card. Plenty of items on google to work through..
  5. T

    PCI GPU Passthrough

    I did two things rebuilt a new win 10 with scsi for the hard disk, but I also deleted the IDE cdroms to get rid of the ide0 and ide2 for the original. The error no longer appears and It starts to boot. However the VM gets stuck with this (see attached) in the console and the VM doesn't boot...
  6. T

    PCI GPU Passthrough

    Ok thanks will change the config... Andy
  7. T

    PCI GPU Passthrough

    agent: 1 bios: ovmf boot: order=ide0;ide2;net0 cores: 4 efidisk0: local-lvm:vm-104-disk-1,size=4M hostpci0: 01:00,pcie=1 ide0: local-lvm:vm-104-disk-0,size=100G ide1: ISO:iso/virtio-win-0.1.185.iso,media=cdrom,size=402812K ide2: ISO:iso/Windows.iso,media=cdrom machine: q35 memory: 8096 name...
  8. T

    PCI GPU Passthrough

    Setting up GPU passthrough to a windows VM But now I'm stuck and just need a push in the right direction. Been reading the forums, but I'm no closer to fixing the issue I'm getting this error, which looks like Ive got a config file wrong somewhere. Task viewer: VM 104 - Start OutputStatus...
  9. T

    Network Interface no longer comes up after a reboot

    Getting closer. I used ip a. Found the new name, changed the interface file. Now just searching for the command to bring these up
  10. T

    Network Interface no longer comes up after a reboot

    Yes I added a PCI graphics to use for pass through graphics for a VM. Unfortunately ifconfig -a is not recognized as a command... Any other idea how I can find out the new name
  11. T

    Network Interface no longer comes up after a reboot

    After a reboot of proxmox, the network interface no longer responds. If I do a status of the networking interface it states that the interface enp112so does not exist. Any ideas what might have happened, appreciate any help. Thanks Andy
  12. T

    Restoring container and VMs

    I finally solved it. I deleted the imports and then reimported with the correct storage switch at the end. qmrestore <filename> ID --storage <storage location> Previously I missed the --storage from the command.....My fault.. :) Thanks for the reply.
  13. T

    Restoring container and VMs

    When restoring containers and VMs using the pct restore and qmrestor. How do you get the name in the server tree to have more than just the ID number. The restore works but I’m left with just the ID number in the tree, its not the end of the world, but it wasn’t like that before. I’m...