proxmox:pve:migration:esxi-pve
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox:pve:migration:esxi-pve [2025/10/14 18:32] – [Linux] gsys | proxmox:pve:migration:esxi-pve [2026/08/23 15:11] (current) – [Linux] gsys | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ==== Linux ==== | ==== Linux ==== | ||
| - | - Uninstall open-vm-tools/ | + | Uninstall open-vm-tools/ |
| - | rpm -qa | grep vm # SLES | + | < |
| + | rpm -qa | grep vm | ||
| + | zypper se open-vm-tools | ||
| zypper rm open-vm-tools | zypper rm open-vm-tools | ||
| apt remove open-vm-tools | apt remove open-vm-tools | ||
| vmware-uninstall-tools.pl | vmware-uninstall-tools.pl | ||
| - | </ | + | </ |
| + | |||
| + | https:// | ||
| + | if dependencies might break system, disable open vm tools: | ||
| + | < | ||
| + | systemctl stop vgauthd open-vm-tools | ||
| + | systemctl disable vgauthd open-vm-tools | ||
| + | systemctl stop vgauthd vmtoolsd | ||
| + | systemctl disable vgauthd vmtoolsd | ||
| + | </ | ||
| === SLES === | === SLES === | ||
| + | == Option 1 == | ||
| < | < | ||
| grep CONFIG_VIRTIO / | grep CONFIG_VIRTIO / | ||
| Line 34: | Line 46: | ||
| </ | </ | ||
| + | |||
| + | == Option 2 == | ||
| + | |||
| + | check available drivers | ||
| < | < | ||
| lsmod | grep virtio | lsmod | grep virtio | ||
| - | dracut -f / | + | </ |
| + | |||
| + | force adding the drivers | ||
| + | < | ||
| + | dracut -f / | ||
| + | </ | ||
| + | |||
| + | check initial ramdisk for drivers | ||
| + | < | ||
| lsinitrd / | lsinitrd / | ||
| </ | </ | ||
| Line 44: | Line 68: | ||
| === Debian === | === Debian === | ||
| + | check initial RAM filesystem | ||
| < | < | ||
| lsinitramfs / | lsinitramfs / | ||
| Line 79: | Line 104: | ||
| - Set VM ID | - Set VM ID | ||
| - Set VM name | - Set VM name | ||
| - | - Set SCSI Controller to VirtIO-SCSI single and Disks to scsiN | + | - Set SCSI Controller to VirtIO-SCSI single and disks to scsiN |
| - Set NIC to VirtIO and set Bridge | - Set NIC to VirtIO and set Bridge | ||
| - Import | - Import | ||
| Line 106: | Line 131: | ||
| systemctl status qemu-guest-agent | systemctl status qemu-guest-agent | ||
| </ | </ | ||
| + | - Change interface names in network configs e.g. '' | ||
proxmox/pve/migration/esxi-pve.1760459546.txt.gz · Last modified: by gsys