/How to migrate ESXi installation from an SD Card to a Local Disk

How to migrate ESXi installation from an SD Card to a Local Disk

Migrating ESXi from an SD Card to a Local Disk: My Experience

Recently, I was experiencing some issues with one of my ESXis 8.x that I installed on a 25GB SD card. After troubleshooting, I realized the SD card was failing. I had the choice of repairing it (which I had done a couple of times already, including fresh installations), moving the installation to another server, or installing it on a local disk. Since I was also running low on storage space in my Synology NAS (only 1TB free), I acquired two 4TB SAS disks for my DL360 G9 and installed the new ESXi on these disks. This solved the SD card issue (which VMware recommends avoiding in favor of local storage installations) and simultaneously addressed my storage space concerns.

However, I wanted to avoid configuring the new ESXi installation from scratch. To save time and simplify the process, I decided to use ESXi built-in backup and restore functionality. In this blog post How to migrate ESXi installation from an SD Card to a Local Disk, I’ll walk you through exactly how I did this.

Step 1: Backing Up the ESXi Configuration

The first step was to back up my existing ESXi configuration. I accessed the ESXi shell and executed:

The ESXi server then provided a download link for the backup bundle:

I downloaded this bundle safely to my computer for later use (do not forget to add your IP or FQDN at the beginning of the path).

How to migrate ESXi installation from an SD Card to a Local Disk

Step 2: Installing ESXi on Local Disks

With the backup secured, I proceeded with a fresh installation of ESXi onto the new local disks. The installation was straightforward, using the standard ESXi installation ISO and bootable via Virtual CD. After the installation was completed and ESXi booted up, I was ready to restore my previous configuration.

Step 3: Restoring the ESXi Configuration

Since the backup file name we downloaded is configBundle-DL360-ESXi02.vmwarehome.lab.tgz and the file name to restore is configBundle.tgz, we need to rename the downloaded file to configBundle.tgz so that we can use it for the restore.

I uploaded the renamed backup configuration bundle (configBundle.tgz) to a datastore (datastore1) using the datastore browser.

How to migrate ESXi installation from an SD Card to a Local Disk

Once uploaded, I performed the following steps through the ESXi shell.

First, put the server in maintenance mode and reboot:

After the server is rebooted, you can now start the steps to restore the configuration. First, we need to move the file configBundle.tgz to /tmp/ and then restore the configuration:

ESXi automatically rebooted once the configuration was restored and my previous ESXi IP was set.

How to migrate ESXi installation from an SD Card to a Local Disk

Step 4: Verification and Testing

To confirm everything was working correctly, I verified my VMkernel interfaces and connectivity:

The output:

I also tested network connectivity using jumbo frames to ensure performance:

The ping responses confirmed successful jumbo frame communication with no packet loss and good latency.

After checking that everything was okay, I “re-added” the ESXi to vCenter. Since I had previously disconnected the ESXi host, I could now reconnect.

How to migrate ESXi installation from an SD Card to a Local Disk

After reconnecting without any issues, I double-checked if all was ok, including Virtual Switches, VMkernel, iSCSI network Port Binding, etc.

How to migrate ESXi installation from an SD Card to a Local Disk

All seems ok, and the vSphere installation has been moved to my local disks.

Conclusion

Migrating your ESXi installation from an SD card to local disks is a quick, simple, and effective process. Instead of spending hours reinstalling ESXi and manually reconfiguring your host settings, you can leverage VMware built-in backup and restore functionality to clone your current setup in just a few steps. This method is especially helpful for anyone looking to move away from SD card-based installations—something VMware itself advises against—towards more reliable and supported local storage. It’s not only the fastest route, but also the most secure and hassle-free, allowing you to preserve your configuration exactly as it was.

One thing to remember: Starting with vSphere 7.0 Update 2, if your host has a TPM (Trusted Platform Module) enabled, the configuration might be encrypted using TPM keys. In that case, the -force option during restore won’t work if you’re restoring to a different host. The same TPM that was used during backup must be present during restore, otherwise, the process will fail.

Aside from that scenario, this approach works smoothly and is highly recommended for anyone planning this type of migration. If you’re considering the move, go for it—and feel free to reach out if you hit any bumps along the way.

Share this article if you think it is worth sharing. If you have any questions or comments, comment here, or contact me on Twitter(yes for me is not X but still Twitter).

©2025 ProVirtualzone. All Rights Reserved
By | 2025-03-29T00:01:21+01:00 March 29th, 2025|VMware Posts, vSphere|0 Comments

About the Author:

I have over 20 years of experience in the IT industry. I have been working with Virtualization for more than 15 years (mainly VMware). I recently obtained certifications, including VCP DCV 2022, VCAP DCV Design 2023, and VCP Cloud 2023. Additionally, I have VCP6.5-DCV, VMware vSAN Specialist, vExpert vSAN, vExpert NSX, vExpert Cloud Provider for the last two years, and vExpert for the last 7 years and a old MCP. My specialties are Virtualization, Storage, and Virtual Backup. I am a Solutions Architect in the area VMware, Cloud and Backup / Storage. I am employed by ITQ, a VMware partner as a Senior Consultant. I am also a blogger and owner of the blog ProVirtualzone.com and recently book author.

Leave A Comment