VMware ESXI 7.0 on hardware with unsupported CPUs: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
Zeile 9: Zeile 9:
 
*vi /mnt/boot.cfg  
 
*vi /mnt/boot.cfg  
 
*kernelopt= weaselInstalled autoPartition=FALSE '''allowLegacyCPU=true'''
 
*kernelopt= weaselInstalled autoPartition=FALSE '''allowLegacyCPU=true'''
 +
 +
=Weitere Links=
 +
*https://www.linkedin.com/pulse/allow-unsupported-cpus-when-installingupgrade-esxi-70-khani-fijani/

Aktuelle Version vom 24. März 2024, 21:29 Uhr

Reboot into boot media again

  • After the ESXi boot menu when the “Loading ESXi Installer” is starting
  • click SHIFT+O within 5 seconds to add boot options.
  • Type allowLegacyCPU=true behind the line.

permanent

  • boot kali
  • mnt /dev/sda5 /mnt
  • vi /mnt/boot.cfg
  • kernelopt= weaselInstalled autoPartition=FALSE allowLegacyCPU=true

Weitere Links