Search results

  1. M

    PBS Migrate to Another Server

    I have a PBS running ver 2.x and have a Datastore on NFS mount. I installed a new server 3.x on another machine and i want to move all the configuration and mount the same datastore on it. i created a remote on the new server but when i try to use the same datastore nfs mount i get a "EPERM...
  2. M

    Proxmox VE 7.4 released!

    this is mentioned in the Release Notes.. what does this mean & can you please provide an example? It is now possible to override the specific subdirectories for content (ISOs, container templates, backups, guest disks) to custom values through the content-dirs option.
  3. M

    Dell R710 Attempting to Install Error ACPI Handler IPMI

    Hi, i'm having the same issue. please let me know if you were able to install it my guess is that it doesnt like the raid controller, going to try install proxmox 6x and see what happens
  4. M

    Import vmdk with 2 drives

    Hi I'm moving from VMWare ESXi 6.0 to Pve environment. i'm able to migrate all VMs with just 1 hard disk using the qm import command. i have a windows vm that has 2 disks & when import that, i only get one hard disk. the vmdk config file shows only one disk. win10.vmdk win10-flat.vmdk...
  5. M

    PVE 7: LE certificate renew fails

    you are better off using a reverse proxy like caddy as it'll make your life easier, i in fact run a caddy in a lxc container and reverse proxy all servers including the pve thro that for SSL all you need is a Caddyfile with this. Caddy will do the renewal on it own { # email to use on...
  6. M

    [SOLVED] Download templates LXC containers

    Hi, i know this is kinda old, but how do i do this exactly? is there a guide to download from linuxcontainers.org?
  7. M

    Imported Windows 10 from ESXI

    finally resolved, used virtio disk, SCSI still didnt work thanks
  8. M

    Imported Windows 10 from ESXI

    i installed and it booted but i get a BSOD during boot only IDE works for now.. not sure why
  9. M

    Import OVF into LVM

    Hi Question1: I imported a few Ubuntu VMs from ESXi into PVE. this is he command i used. qm importovf 111 /mnt/usbdevice/websrv/websrv.ovf local-array --format qcow2 I'm able to start the VM without any issues. However I'm unable to take any snapshots. If i create an identical VM from...
  10. M

    Imported Windows 10 from ESXI

    you are right this is what i see i've installed all the drivers Virtio drivers But if i choose SATA OR VIRTIO i'm able to see the new hard disk
  11. M

    Imported Windows 10 from ESXI

    Did that too.. still no luck
  12. M

    Imported Windows 10 from ESXI

    thanks, did that & i now the vm wont boot if i reset it back to IDE it boots. tried SCSI, SATA
  13. M

    Imported Windows 10 from ESXI

    hi I have successfully imported Windows 10 from esxi to proxmox ve by following the guide i did this to make it to boot sed -i 's/scsi/ide/g' /etc/pve/qemu-server/130.conf i've installed all the drivers and enabled QEMU as well. how do i change this disk to SCSI ? will changing it improve...
  14. M

    Import OVF into ZFS

    Hi I am an absolute beginner here. I installed a proxmox ve with ZFS. I have a few VMs from esxi 7.0 that i want to move to proxmox. I followed the wiki and now want to know how i can import the ovf file into the zfs storage i ran qm importovf 102 Caddy2.ovf but i get this 400 not enough...