VMWare ESXi is a virtualization system, allowing us to run several virtual machines on the same host. VMWare recently released an ARM version, so that we can install it on Raspberry Pi.
But β¦ how to say β¦ we have already seen easier systems to install π
The official installation guide is almost 20 pages long, but I will summarize it here for you.
Check the link below for more details
βββ- Links βββ-
Learn more by reading this post:
π₯οΈ Related post: https://raspberrytips.com/install-vmware-esxi-raspberry-pi/
π An SSD drive is highly recommended, my favorite: https://amzn.to/39ERh1P
π Check the links below to see all my hardware (and the Raspberry Pi 4 you need to try this).
Master your Raspberry Pi in 30 days (e-book)
π https://raspberrytips.com/yt-ebook
πRaspberryTips: https://raspberrytips.com/
πRecommended hardware: http://raspberrytips.com/resources
π Firmware: https://codeload.github.com/raspberrypi/firmware/zip/master
π UEFI Bios: https://github.com/pftf/RPi4/releases/
π VMWare Download: https://flings.vmware.com/esxi-arm-edition
βββ- Commands βββ-
On Raspberry Pi OS:
sudo apt update
sudo apt upgrade
sudo apt full-upgrade
sudo rpi-update
sudo rpi-eeprom-update -d -a
On ESXi (SSH):
/etc/init.d/usbarbitrator stop
chkconfig usbarbitrator off
partedUtil mklabel /dev/disks/mpx.vmhba32:C0:T0:L0 msdos
βββ- My stuff βββ-
(affiliate links)
β Raspberry Pi: https://amzn.to/36eyo3o
β SD card: https://amzn.to/36jK3hL
β Case: https://amzn.to/39jvahb
β Keyboard: https://amzn.to/2Jjl59p
β Touch screen: https://amzn.to/36cOAlW
β Video capture: https://amzn.to/3fHn9Ui
βββ- Follow Me! βββ-
πTwitter: https://twitter.com/TipsRaspberry
πPinterest: https://www.pinterest.com/raspberrytips/
#raspberrypi #vmware #esxi
Note: This description contains affiliate links.
If you use them, Iβll get a small commission.
The commission comes at no additional cost to you.
RaspberryTips is a participant in the Amazon Associates and other companies affiliate programs.
source