{"id":131493,"date":"2022-12-14T13:16:23","date_gmt":"2022-12-14T10:16:23","guid":{"rendered":"https:\/\/computingforgeeks.com\/?p=131493"},"modified":"2023-12-02T01:56:32","modified_gmt":"2023-12-01T22:56:32","slug":"create-vmware-esxi-bootable-usb-stick-linux","status":"publish","type":"post","link":"https:\/\/computingforgeeks.com\/create-vmware-esxi-bootable-usb-stick-linux\/","title":{"rendered":"How To Create VMware ESXi 8 Bootable USB Stick on Linux"},"content":{"rendered":"\n<p>The new release of popular VMware product &#8211; VMware vSphere 8.0 includes VMware ESXi 8.0 and VMware vCenter Server 8.0. These are stable releases and are fit for installation and use in Production environments. VMware vSphere 8 brings the benefits of cloud to on-premises workloads, supercharges performance, and accelerates innovation in your company \/ business. With this vSphere 8, VMware is delivering VMware Tanzu <a href=\"https:\/\/computingforgeeks.com\/install-kubernetes-production-cluster-using-rancher-rke\/\">Kubernetes<\/a> Grid 2.0 that aims at addressing the growing complexity of agile development environments.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"509\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8-1024x509.png\" alt=\"\" class=\"wp-image-131501\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8-1024x509.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8-300x149.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8-768x381.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8-1536x763.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8-696x346.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8-1068x530.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8-846x420.png 846w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8-324x160.png 324w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/VMware-vsphere-8.png 1824w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In this article we shall cover the steps that are used to create a bootable USB drive of VMware ESXi 8. Note that an account with VMware is required to download ISO files. When you download an evaluation you get free <strong>60 days <\/strong>trial period for testing the virtualization software. For home use consider subscribing to VMware <a href=\"https:\/\/www.vmug.com\/membership\/vmug-advantage-membership\/\" target=\"_blank\" rel=\"noreferrer noopener\">VMUG Advantage membership<\/a> which provides exclusive access to 365-day evaluation licenses for 15+ VMware solutions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1 &#8211; Download VMware ESXi 8 ISO<\/h2>\n\n\n\n<p>Visit the&nbsp;<a href=\"https:\/\/customerconnect.vmware.com\/downloads\/info\/slug\/datacenter_cloud_infrastructure\/vmware_vsphere\/8_0\" target=\"_blank\" rel=\"noreferrer noopener\">VMware vSphere Hypervisor downloads<\/a>&nbsp;page to get the latest ISO file. Choose the product from available list and proceed to download.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"452\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/download-vpshere-esxi-8-01-1024x452.png\" alt=\"\" class=\"wp-image-131497\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/download-vpshere-esxi-8-01-1024x452.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/download-vpshere-esxi-8-01-300x132.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/download-vpshere-esxi-8-01-768x339.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/download-vpshere-esxi-8-01-1536x678.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/download-vpshere-esxi-8-01-2048x904.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/download-vpshere-esxi-8-01-696x307.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/download-vpshere-esxi-8-01-1068x472.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/download-vpshere-esxi-8-01-951x420.png 951w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Confirm the ISO file is available locally before you proceed to the next step.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\"> file VMware-VMvisor-Installer-8.0-20513097.x86_64.iso<\/mark>\nVMware-VMvisor-Installer-8.0-20513097.x86_64.iso: ISO 9660 CD-ROM filesystem data 'ESXI-8.0.0-20513097-STANDARD' (bootable)<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2 &#8211; Prepare USB Stick for vSphere ESXi 8 installation<\/h2>\n\n\n\n<p>Insert USB stick into your Linux system and confirm it is in the list of devices plugged in.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">lsblk<\/mark>\nsdb                         8:0    1   3.8G  0 disk<\/code><\/pre>\n\n\n\n<p>Update your package index and install <code>syslinux<\/code> and <code>parted<\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">### Debian \/ Ubuntu ###\n<\/mark><\/em>sudo apt update\nsudo apt install syslinux parted\n\n<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\"><em>### RHEL Based systems ###<\/em><\/mark>\nsudo yum -y install syslinux parted<\/code><\/pre>\n\n\n\n<p>Set your device path<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mydev=<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">sdX<\/mark> #e.g <em><strong>sdc<\/strong><\/em><\/code><\/pre>\n\n\n\n<p>Unmount USB stick on the system if it is mounted.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>df -hT\n<strong><em># Example\n<\/em><\/strong>sudo umount \/dev\/<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">$mydev1<\/mark><\/code><\/pre>\n\n\n\n<p>Wipe the device while to clean state before using it using <code>wipefs<\/code> command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo wipefs --all --force \/dev\/<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">$mydev<\/mark><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Create an MBR partition table and FAT32 partition<\/h3>\n\n\n\n<p>We shall consider using <code>fdisk<\/code> and using <code>parted<\/code> commands.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Option 1: Using fdisk commands<\/h4>\n\n\n\n<p>Copy and paste the commands below as a single command to wipe the target drive, create an MBR partition table, and create a single FAT32 partition (you can ignore any &#8220;<em><strong>Partition #1 contains a vfat signature.<\/strong><\/em>&#8221; warning message):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo fdisk -w always \/dev\/$mydev &lt;&lt;EOF\n  o\n  n\n  p\n  1\n  2048\n  -0\n  t\n  0c\n  a\n  w\nEOF<\/code><\/pre>\n\n\n\n<p>Format the new FAT32 partition with a FAT32 filesystem:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mkfs.vfat -F 32 -n ESXI-8 \/dev\/${mydev}1<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Option 2: Using parted command<\/h4>\n\n\n\n<p>Check partition tables on the device. If you used <code>wipefs<\/code> it should not show <strong><em>unknown<\/em><\/strong>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">sudo parted \/dev\/<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">$mydev<\/mark><\/mark> p<\/mark>\nModel: JetFlash Transcend 4GB (scsi)\nDisk \/dev\/sdb: 4049MB\nSector size (logical\/physical): 512B\/512B\nPartition Table: msdos\nDisk Flags:\n\nNumber  Start  End     Size    Type     File system  Flags\n<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\"> 2<\/mark>      281kB  7514kB  7234kB  primary               esp<\/code><\/pre>\n\n\n\n<p>Remove the partition with the command <strong><em>rm<\/em><\/strong>. In this example, the number is <strong><em>2<\/em><\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">sudo parted \/dev\/<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">$mydev<\/mark><\/mark> rm <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">2<\/mark><\/mark><\/code><\/pre>\n\n\n\n<p>Remove the USB drive then put it back and confirm partition is not available:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cat \/proc\/partitions<\/code><\/pre>\n\n\n\n<p>Create <code>msdos<\/code> partition table.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo parted -s -a optimal -- \/dev\/<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">$mydev<\/mark><\/mark><\/mark> mklabel <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">msdos<\/mark><\/code><\/pre>\n\n\n\n<p>Confirm the setting.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">sudo parted \/dev\/<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">$mydev<\/mark><\/mark><\/mark> p<\/mark>\nModel: JetFlash Transcend 4GB (scsi)\nDisk \/dev\/sdb: 4049MB\nSector size (logical\/physical): 512B\/512B\nPartition Table: <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-cyan-blue-color\">msdos<\/mark>\nDisk Flags:\n\nNumber  Start  End  Size  Type  File system  Flags<\/code><\/pre>\n\n\n\n<p>Create a new partition with <strong><em>FAT32<\/em><\/strong> fileystem.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo parted \/dev\/<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">$mydev<\/mark><\/mark><\/mark><\/mark> mkpart primary <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">fat32<\/mark>  <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-amber-color\">1% 100%<\/mark><\/code><\/pre>\n\n\n\n<p>Give it boot flag:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo parted \/dev\/$mydev set 1 boot on<\/code><\/pre>\n\n\n\n<p>Format the partition created with FAT32 filesystem.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mkfs.vfat -F 32 -n ESXI-8 \/dev\/${mydev}1<\/code><\/pre>\n\n\n\n<p>Validate:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">fdisk -l \/dev\/<\/mark><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">${mydev}<\/mark>\nDisk \/dev\/sdb: 3.77 GiB, 4048551936 bytes, 7907328 sectors\nDisk model: Transcend 4GB\nUnits: sectors of 1 * 512 = 512 bytes\nSector size (logical\/physical): 512 bytes \/ 512 bytes\nI\/O size (minimum\/optimal): 512 bytes \/ 512 bytes\nDisklabel type: dos\nDisk identifier: 0x221a4201\n\nDevice     Boot Start     End Sectors  Size Id Type\n\/dev\/sda1  *    79872 7907327 7827456  3.7G  c W95 FAT32 (LBA)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Install the syslinux bootloader files<\/h3>\n\n\n\n<p>Copy the <strong><em>syslinux<\/em><\/strong> executable boot code into the bootstrap code area of the MBR boot sector.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">sudo dd bs=440 count=1 conv=notrunc <\/mark><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-amber-color\">if=<\/mark><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-cyan-blue-color\">\/usr\/lib\/syslinux\/mbr\/mbr.bin<\/mark> <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-amber-color\">of=<\/mark><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">\/dev\/$mydev<\/mark>\n1+0 records in\n1+0 records out\n440 bytes copied, 0.00130164 s, 338 kB\/s<\/code><\/pre>\n\n\n\n<p>You can use <code>find<\/code> command to locate <code>mbr.bin<\/code> in your system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">### Debian \/ Ubuntu ###<\/mark><\/em>\n$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">sudo find \/ -name mbr.bin 2&gt;\/dev\/null<\/mark>\n\/usr\/lib\/syslinux\/mbr\/mbr.bin\n\/usr\/lib\/SYSLINUX\/mbr.bin\n\n<em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">### RHEL based systems ###<\/mark><\/em>\n$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">sudo find \/ -name mbr.bin 2&gt;\/dev\/null<\/mark><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">\n<\/mark><\/em>\/usr\/share\/syslinux\/mbr.bin<\/code><\/pre>\n\n\n\n<p>Finally install the syslinux bootloader files onto the FAT32 filesystem (ignore the &#8220;<strong><em>Hidden (2048) does not match sectors (62)<\/em><\/strong>&#8221; messages &#8211; modern systems use the partition table):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo syslinux \/dev\/${mydev}1<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3 &#8211; Create VMware ESXi 8 Bootable USB Stick<\/h2>\n\n\n\n<p>Mount VMware ESXI ISO<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir .\/esxi-8\nmount -o loop VMware-VMvisor-Installer-8*.iso .\/esxi-8<\/code><\/pre>\n\n\n\n<p>Confirm it successfully mounts in read only mode.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">df -hT .\/esxi-8<\/mark>\nFilesystem     Type     Size  Used Avail Use% Mounted on\n\/dev\/loop3     iso9660  620M  620M     0 100% \/root\/esxi-8<\/code><\/pre>\n\n\n\n<p>Mount your USB device partition.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mkdir -p \/mnt\/usb\nsudo mount \/dev\/${mydev}1 \/mnt\/usb<\/code><\/pre>\n\n\n\n<p>Check if you were able to mount USB device.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\"> df -hT \/mnt\/usb\/<\/mark>\nFilesystem     Type  Size  Used Avail Use% Mounted on\n\/dev\/sda1      vfat  3.8G  184K  3.8G   1% \/mnt\/usb<\/code><\/pre>\n\n\n\n<p>Copy all ISO files to mount directory.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo cp -r .\/esxi-8\/* \/mnt\/usb<\/code><\/pre>\n\n\n\n<p>Navigate to USB mount point.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/mnt\/usb\/<\/code><\/pre>\n\n\n\n<p>Move <code>isolinux.cfg<\/code> to <code>syslinux.cfg<\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mv isolinux.cfg syslinux.cfg<\/code><\/pre>\n\n\n\n<p>Edit <code>syslinux.cfg<\/code> file and update APPEND line to <code>APPEND -c boot.cfg -p 1<\/code> .<\/p>\n\n\n\n<p>Using sed command for in-place modification:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo sed -i 's\/APPEND -c boot.cfg\/APPEND -c boot.cfg -p 1\/g' .\/syslinux.cfg<\/code><\/pre>\n\n\n\n<p>Or by manually editing the file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-pale-pink-color\">sudo vim syslinux.cfg<\/mark>\nDEFAULT menu.c32\nMENU TITLE ESXi-8.0.0-20513097-standard Boot Menu\nNOHALT 1\nPROMPT 0\nTIMEOUT 80\nLABEL install\n  KERNEL mboot.c32\n  <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">APPEND -c boot.cfg -p 1<\/mark>\n  MENU LABEL ESXi-8.0.0-20513097-standard ^Installer\nLABEL hddboot\n  LOCALBOOT 0x80\n  MENU LABEL ^Boot from local disk<\/code><\/pre>\n\n\n\n<p>Unmount both USB device and mounted ISO file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd ~\/\nsudo umount \/mnt\/usb\numount .\/esxi-8<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4 &#8211; Install VMware ESXI 8 using USB Stick<\/h2>\n\n\n\n<p>Insert USB device into host where ESXI 8 will be installed and boot from it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-01.png\" alt=\"\" class=\"wp-image-131537\" style=\"width:768px;height:576px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-01.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-01-300x225.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-01-768x576.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-01-696x522.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-01-560x420.png 560w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-01-80x60.png 80w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-01-265x198.png 265w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Follow the standard VMware ESXI installation process to the end.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-02.png\" alt=\"\" class=\"wp-image-131538\" style=\"width:768px;height:576px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-02.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-02-300x225.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-02-768x576.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-02-696x522.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-02-560x420.png 560w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-02-80x60.png 80w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2022\/12\/create-vmware-esxi-bootable-usb-linux-02-265x198.png 265w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>We hope the instructions given in this article were informative. Keep checking our website for the latest articles and reviews.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The new release of popular VMware product &#8211; VMware vSphere 8.0 includes VMware ESXi 8.0 and VMware vCenter Server 8.0. These are stable releases and are fit for installation and use in Production environments. VMware vSphere 8 brings the benefits of cloud to on-premises workloads, supercharges performance, and accelerates innovation in your company \/ business. &#8230; <a title=\"How To Create VMware ESXi 8 Bootable USB Stick on Linux\" class=\"read-more\" href=\"https:\/\/computingforgeeks.com\/create-vmware-esxi-bootable-usb-stick-linux\/\" aria-label=\"Read more about How To Create VMware ESXi 8 Bootable USB Stick on Linux\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":131501,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[299,50,86],"tags":[38153],"class_list":["post-131493","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-linux-tutorials","category-virtualization","tag-vmware-esxi-8-bootable-usb"],"_links":{"self":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/131493","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/comments?post=131493"}],"version-history":[{"count":0,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/131493\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media\/131501"}],"wp:attachment":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media?parent=131493"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/categories?post=131493"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/tags?post=131493"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}