Recent content by 1nspy

  1. 1

    [SOLVED] Install a VM using qm on PVE

    Ups, thanks a lot ! Works great with semicolon.
  2. 1

    [SOLVED] Install a VM using qm on PVE

    Hi, When I want to install a VM on my pve, I do this kind of command : qm create 105 --ide2 ISO_bank:iso/W2019_x64.iso,media=cdrom --ide0 ISO_bank:iso/virtio-win.iso,media=cdrom --name Test-Serv --memory 5000 --onboot no --sockets 1 --cores 2 --net0 virtio,bridge=vmbr1 --net1...
  3. 1

    [SOLVED] VM W7 not working on PVE

    Ok done...Weird, I tried with an old vm disk and that worked.
  4. 1

    [SOLVED] VM W7 not working on PVE

    Hi Dominic, Thank you for the answer. I set up all my VMs like that, and it worked, it seems that this Windows 7 VM is an exception >.<.. I converted the vmdk using the command : qemu-img convert -f vmdk -O qcow2 VMW7.vmdk vm-102-disk-0.qcow2 And then, put this one on my share. The share is...
  5. 1

    [SOLVED] VM W7 not working on PVE

    Hi, I wanted to export a Windows 7 VM from my virtualbox (VM works on VirtualBox) to my PVE (VM doesn't work). In order to do so, I exported an .ova and then converted the .vdmk into .qcow2. Here are my VM's configuration in my PVE : When I start the VM : I see a Windows Error. When I decide...
  6. 1

    [SOLVED] Problem importing qcow2 to proxmox

    I found the problem... In Options menu -> Boot Order = scsi1 ... and that boot. Sorry ^^
  7. 1

    [SOLVED] Problem importing qcow2 to proxmox

    Hello, Currently, on my PC, I have a VM standing in VirtualBox. My main goal is to import this one to my Proxmox server. But it seems that I am not able to do that :/. I exported the VM to OVF 1.0 Format and extracted the .ova file. I sent the ".vmdk" to my proxmox server, and imported the VM...
  8. 1

    [SOLVED] Error during update: "pve-manager"

    I was stuck with this. apt dist-upgrade did the trick. Thank you guys :)