fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


proxmox:pve:migration:esxi-pve

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox:pve:migration:esxi-pve [2026/08/23 09:43] – [Linux] gsysproxmox:pve:migration:esxi-pve [2026/08/23 15:11] (current) – [Linux] gsys
Line 25: Line 25:
 === SLES === === SLES ===
  
 +== Option 1 ==
 <code> <code>
 grep CONFIG_VIRTIO /boot/config-$(uname -r) grep CONFIG_VIRTIO /boot/config-$(uname -r)
Line 45: Line 46:
 </code> </code>
  
 +
 +== Option 2 ==
 +
 +check available drivers
 <code> <code>
 lsmod | grep virtio lsmod | grep virtio
-dracut -f /boot/initrd-$(uname -r) --add-drivers "virtio virtio_pci virtio_blk virtio_net virtio_ring virtio_scsi"     # force adding the drivers+</code> 
 + 
 +force adding the drivers 
 +<code> 
 +dracut -f /boot/initrd-$(uname -r) --add-drivers "virtio virtio_pci virtio_blk virtio_net virtio_ring virtio_scsi" 
 +</code> 
 + 
 +check initial ramdisk for drivers 
 +<code>
 lsinitrd /boot/initrd-$(uname -r) | grep virtio lsinitrd /boot/initrd-$(uname -r) | grep virtio
 </code> </code>
Line 55: Line 68:
 === Debian === === Debian ===
  
 +check initial RAM filesystem  for drivers
 <code> <code>
 lsinitramfs /boot/initrd.img-$(uname -r) | grep virtio lsinitramfs /boot/initrd.img-$(uname -r) | grep virtio
Line 117: Line 131:
 systemctl status qemu-guest-agent systemctl status qemu-guest-agent
 </code> </code>
- 
   - Change interface names in network configs e.g. ''ens192'' -> ''ens18''   - Change interface names in network configs e.g. ''ens192'' -> ''ens18''
  
proxmox/pve/migration/esxi-pve.1787470987.txt.gz · Last modified: by gsys