If you’ve ever attempted a P2V migration using VMware vCenter Converter Standalone 9.0, you’ll know that the product can be as unpredictable as a British summer. One minute everything looks fine, the next minute you’re stuck at 91%, the Helper VM has thrown a wobbly, and the Estimated Time Remaining has declared itself fictional.
And yet… when it works, it really works.
This post is the follow-up to Part 100: HOW TO: P2V a Linux Ubuntu PC, where I walked through the seed conversion. In Part 101, I push things further and demonstrate how to synchronize changes — a feature newly introduced for Linux sources in Converter 9.0.
I won’t sugar-coat it: recording this episode took over 60 hours, spread across five days, with 22 hours of raw footage just to create a 32-minute usable video. Multiple conversion attempts failed, sequences broke, the change tracker stalled, and several recordings had to be completely redone. But I was determined to prove that the feature does work — and with enough perseverance, patience, and the power of video editing, the final demonstration shows a successful, validated P2V Sync Changes workflow.
Why Sync Changes Matters
Traditionally, a P2V conversion requires a maintenance window or downtime. After the initial seed conversion, any new data written to the source must be copied over manually, or the source must be frozen until cutover.
Converter 9.0 introduces a long-requested feature for Linux environments:
Synchronize Changes
This allows you to:
Perform an initial seed P2V conversion
Keep the source machine running
Replicate only the delta changes
Validate the final migration before cutover
It’s not quite Continuous Replication, but it’s closer than we’ve ever had from VMware’s free tooling.
Behind the Scenes: The Reality of Converter 9.0
Converter 9.0 is still fairly new, and “quirky” is an understatement.
Some observations from extensive hands-on testing:
The Helper VM can misbehave, especially around networking
At 91%, the Linux change tracker often stalls
The job status can report errors even though the sync completes
Estimated Time Remaining is not to be trusted
Each sync job creates a snapshot on the destination VM
Converter uses rsync under the hood for Linux sync
Despite all this, syncing does work — it’s just not a single-click process.
Step-by-Step Overview
Here’s the condensed version of the procedure shown in the video:
Start a seed conversion (see Part 100).
Once complete, use SSH on the source to prepare a 10GB test file for replication testing.
Run an MD5 checksum on the source file.
Select Synchronize Changes in Converter.
Let the sync job run — and don’t panic at the 91% pause.
Review any warnings or errors.
Perform a final synchronization before cutover.
Power off the source, power on the destination VM.
Verify the replicated file using MD5 checksum on the destination.
Celebrate when the checksums match — Q.E.D!
Proof of Success
In the final verification during filming:
A 10GB file was replicated
Both source and destination MD5 checksums matched
The Linux VM booted cleanly
Snapshot consolidation completed properly
Despite five days of interruptions, failed jobs, and recording challenges, the outcome was a successful, consistent P2V migration using Sync Changes.
Watch the Full Video (Part 101)
If you want to see the whole process — the setup, the problems, the explanations, the rsync behaviour, and the final success — the full video is now live on my YouTube channel:
This video was one of the most challenging pieces of content I’ve created. But the end result is something I’m genuinely proud of — a real-world demonstration of a feature that many administrators will rely on during migrations, especially in environments where downtime is limited.
Converter 9.0 may still have rough edges, but with patience, persistence, and a bit of luck, it delivers.
Thanks for reading — and as always, thank you for supporting Andysworld! Don’t forget to like, share, or comment if you found this useful.
DIY UnRAID NAS Build – Part 4: Installing a 10GBe Intel X710-DA NIC (Plus an Outtake!)
Welcome back to another instalment of my DIY UnRAID NAS Build series.
If you have been following along, you will know this project is built around an Intel NUC chassis that I have been carefully (and repeatedly!) taking apart to transform into a compact but powerful UnRAID server.
In Part 4, we move on to a major upgrade: installing a 10GBe Intel X710-DA network interface card. And yes, the eagle-eyed among you will notice something unusual at the beginning of the video, because this episode starts with a blooper. I left it in for your entertainment.
A Fun Outtake to Start With
Right from the intro, things get a little chaotic. There is also a mysterious soundtrack playing, and I still do not know where it came from.
If you can identify it, feel free to drop a comment on the video.
Tearing Down the Intel NUC Again
To install the X710-DA NIC, the NUC requires almost complete disassembly:
Remove the back plate
Remove the backplane retainer
Take off the side panels
Open the case
Remove the blanking plate
Prepare the internal slot area
This NUC has become surprisingly modular after taking it apart so many times, but it still puts up a fight occasionally.
Installing the Intel X710-DA 10GBe NIC
Once the case is stripped down, the NIC finally slides into place. It is a tight fit, but the X710-DA is a superb card for a NAS build:
Dual SFP+ ports
Excellent driver support
Great performance in VMware, Linux, and Windows
Ideal for high-speed file transfers and VM workloads
If you are building a NAS that needs to move data quickly between systems, this NIC is a great option.
Reassembly
Next, everything goes back together:
Side panels reinstalled
Back plate fitted
Case secured
System ready for testing
You would think after doing this several times I would be quicker at it, but the NUC still has a few surprises waiting.
Booting into Windows 11 and Driver Issues
Once everything is reassembled, the NUC boots into Windows 11, and immediately there is a warning:
Intel X710-DA: Not Present
Device Manager confirms it. Windows detects that something is installed, but it does not know what it is.
Time to visit the Intel website, download the correct driver bundle, extract it, and install the drivers manually.
After a reboot, success. The NIC appears correctly and is fully functional.
Why 10GBe
For UnRAID, 10GBe significantly improves:
VM migrations
iSCSI and NFS performance
File transfers
Backup times
SMB throughput for Windows and macOS clients
It also future-proofs the NAS for any future network upgrades.
The Mystery Soundtrack
Towards the end of the video I ask again: what is the music playing in the background?
I genuinely have no idea, so if you recognise it, please leave a comment on the video.
Watch the Episode
You can watch the full episode, including all teardown steps, NIC installation, Windows troubleshooting, and the blooper, here:
Thank You for Watching and Reading
Thank you for following along with this NAS build.
Part 5 will continue the series, so stay tuned.
If you have built your own UnRAID NAS or have a favourite NIC for homelab projects, feel free to comment and share your experience.
HOWTO: P2V a Linux Ubuntu PC Using VMware vCenter Converter Standalone 9.0
Migrating physical machines into virtual environments continues to be a key task for many administrators, homelabbers, and anyone modernising older systems. With the release of VMware vCenter Converter Standalone 9.0, VMware has brought back a fully supported, modernised, and feature-rich toolset for performing P2V (Physical-to-Virtual) conversions.
In this post, I walk through how to P2V a powered-on Ubuntu 22.04 Linux PC, using Converter 9.0, as featured in my recent Hancock’s VMware Half Hour episode.
This guide covers each stage of the workflow, from configuring the source Linux machine to selecting the destination datastore and reviewing the final conversion job. Whether you’re prepping for a migration, building a new VM template, or preserving older hardware, this step-by-step breakdown will help you get the job done smoothly.
Video Tutorial
If you prefer to follow along with the full step-by-step: Embed your YouTube video here once uploaded.
What’s New in VMware vCenter Converter Standalone 9.0?
A refreshed and modern UI
Improved compatibility with modern Linux distributions
Updated helper VM for Linux conversions
Support for newer ESXi and vSphere versions
Better overall performance and reliability
Linux P2V via passwordless sudo-enabled accounts
This makes it far easier to bring physical Linux workloads into your virtual infrastructure.
Full Tutorial Breakdown (Step-by-Step)
Below is a summary of all the steps demonstrated in the video:
Step 1 — Open Converter & Select “Convert Machine”
Step 2 — Choose “Powered On”
Step 3 — Detect Source Machine
Step 4 — Select “Remote Linux Machine”
Step 5 — Enter FQDN of the Linux PC
Step 6 — Use a passwordless sudo-enabled user account
Step 7 — Enter the password
Step 8 — Proceed to the next stage
Step 9 — Enter ESXi or vCenter Server FQDN
Step 10 — Authenticate with username and password
Step 11 — Continue
Step 12 — Name your destination VM
Step 13 — Choose datastore & VM hardware version
Step 14 — Go to the next screen
Step 15 — TIP: Avoid making unnecessary changes!
Step 16 — Next
Step 17 — Review settings and click “Finish”
Step 18 — Monitor the conversion job
Step 19 — Review Helper VM deployment on ESXi
Step 20 — Cloning process begins
Step 21 — Converter best practices & tips
Step 22 — Conversion reaches 98%
Step 23 — Conversion reaches 100%
Step 24 — Disable network on the destination VM
Step 25 — Power on the VM
Step 26 — Teaser: Something special about Brother 52 (esxi052)!
Why Disable the Network Before First Boot?
Doing this avoids:
IP conflicts
Hostname duplication
Duplicate MAC address issues
Unwanted services broadcasting from the cloned system
After confirming the VM boots correctly, you can safely reconfigure networking inside the guest.
Final Thoughts
VMware vCenter Converter Standalone 9.0 brings P2V workflows back into the modern VMware ecosystem. With full Linux support—including Ubuntu 22.04—it’s easier than ever to migrate physical workloads into vSphere.
If you’re maintaining a homelab, doing DR planning, or preserving old systems, Converter remains one of the most valuable free tools VMware continues to offer.
Stay tuned — the next video showcases something special about Brother 52 (esxi052) that you won’t want to miss!
Don’t Forget!
Like the video
Subscribe to Hancock’s VMware Half Hour
Leave a comment — What P2V tutorial should I do next?
Welcome back to Part 2 of our DIY Unraid NAS adventure! In Part 1, we unboxed the hardware, checked the spec, and got ready to build a tiny but mighty home-brew NAS around the Intel NUC “Skull” chassis.
Before committing this machine to Unraid full-time, I wanted to run a quick hardware test — and what better way than to throw a Windows 11 installation at it? Simple, right?
Well… maybe not. As usual, things went a bit Pete Tong along the way! ?
Booting the NUC – and Immediate Problems
The video starts with the NUC firing up nicely… until I discover the mouse isn’t working. Not ideal when you’re trying to install an OS.
After poking around, I realise the issue is down to the NanoKVM I use for remote access. The trick? Switch the KVM to HID mode only — suddenly the mouse returns from the dead.
Lesson learned: Tiny KVMs can cause BIG installation headaches.
Ventoy + Windows 11 ISO = Let’s Try This Again
Once the input devices were behaving, I booted Ventoy from USB and selected the Windows 11 ISO.
This part should be smooth. Except it wasn’t.
Windows 11 booted fine… The setup loaded… Language and keyboard selected… Version chosen… Installation begins…
Then: “Windows 11 installation has failed.”
No reason. No explanation. Just a failure screen and a shrug.
Excellent.
If At First You Don’t Succeed – Install Again
Time for round two.
Ventoy ? Windows 11 ISO ? Setup ? Install Copying files…
YES! It finally completes.
That warm feeling of success lasted a whole ten seconds before Windows restarted to continue configuration — and hit me with another set of “what now?!” delays.
Still, persistence wins. Eventually we get to:
Keyboard setup
Feature selection
Updates
Account creation
Security questions
More updates
Even more updates
Whoever said installing Windows 11 only takes 10 minutes was telling porkies.
Finally… Windows 11 Desktop
After the second attempt, repeated reboots, KVM issues, updates, and the bizarre initial failure, we finally land on a clean, working Windows 11 desktop.
Why bother with all this before Unraid?
Because hardware burn-in testing NOW can save hours (or days) of pain LATER.
Welcome to AndysWorld.org.uk! Today, we’re diving into a project that’s perfect for anyone looking to build a powerful, yet compact, DIY Network-Attached Storage (NAS) solution. In this post, I’ll walk you through the first part of building a ‘MEGA’ NVMe NAS using the Intel NUC 11 Extreme (Beast Canyon). This mini-PC packs a punch with its powerful hardware, making it a great choice for a NAS build, especially when combined with UnRAID to handle storage and virtualization.
Why Choose the Intel NUC 11 Extreme for a NAS?
If you’ve been looking into NAS setups, you know the balance between power, size, and expandability is crucial. The Intel NUC 11 Extreme (Beast Canyon) checks all the right boxes, offering:
Compact Form Factor: It’s a small but powerful solution that doesn’t take up much space.
High-Performance NVMe Support: NVMe drives provide incredibly fast data transfer speeds—perfect for a NAS that needs to handle heavy workloads.
Flexibility for Virtualization: With UnRAID, you can set up multiple virtual machines, containers, and storage arrays, making it a versatile solution for any home or small office.
For this build, we’re focusing on using NVMe storage for high-speed access to files and a 64GB Kingston Fury DDR4 RAM kit to ensure smooth performance under load.
What You’ll Need for This Build:
Intel NUC 11 Extreme (Beast Canyon)
64GB Kingston Fury DDR4 RAM
2 x 512GB XPG GAMMIX NVMe SSDs
UnRAID Operating System
A few basic tools for assembly (screwdriver, anti-static mat, etc.)
If you’ve never worked with the Intel NUC before, don’t worry! I’ll guide you through every step of the assembly process. Let’s get into it!
Step-by-Step Build Process:
1. Unboxing the Intel NUC 11 Extreme
First things first, let’s unbox the Intel NUC 11 Extreme (Beast Canyon). When you open the box, you’ll find the compact, sleek chassis, which packs quite a punch for such a small form factor. This NUC is equipped with an 11th Gen Intel Core i7 processor and can support a variety of high-speed storage options, including NVMe SSDs.
2. Installing the RAM and NVMe Drives
With the NUC unboxed, the next step is to install the Kingston Fury RAM and XPG GAMMIX NVMe SSDs. Be careful during installation—especially with the tiny NVMe screws! The NUC has an easy-to-access compute board where both the RAM and NVMe drives will fit.
Installing the RAM: Simply slot the 64GB Kingston Fury DDR4 RAM sticks into the dedicated slots, making sure they’re fully seated.
Installing the NVMe SSDs: These go directly onto the motherboard and can be secured using small screws. Be sure to handle them gently as the connectors are quite delicate.
3. Reassembling the NUC
Once the RAM and NVMe drives are installed, it’s time to reassemble the NUC. This involves:
Reattaching the fan tray and shroud
Reinstalling the side and back panels
At this stage, everything should feel secure and ready for the next steps.
Why NVMe Storage for a NAS?
NVMe drives are game-changers when it comes to NAS storage. Here’s why:
Speed: NVMe offers lightning-fast read/write speeds compared to SATA SSDs or traditional HDDs. For anyone who works with large files or needs to serve data quickly, NVMe is a must.
Future-Proofing: With more applications and data being handled in the cloud, having NVMe in your NAS ensures your storage solution is ready for the future.
Reliability: NVMe drives are more reliable than traditional spinning hard drives, with less moving parts and faster data recovery times.
What’s Next?
Now that we’ve completed the hardware installation, in the next post, we’ll dive into setting up UnRAID on the NUC. UnRAID will allow us to easily configure our storage arrays, virtual machines, and containers—all from a user-friendly interface. Stay tuned for Part 2, where we’ll cover configuring the software, optimizing the NAS, and making sure everything runs smoothly.
Helpful Resources:
To help you along the way, I recommend checking out the blog posts from two experts in the field:
This build was just the beginning! The Intel NUC 11 Extreme provides an excellent foundation for a fast, reliable NAS. With NVMe storage and the flexibility of UnRAID, you can build a high-performance system that’s both versatile and compact.
What do you think of this build? Have you used the Intel NUC for similar projects? Drop a comment below or connect with me on social media—I’d love to hear about your experiences!
Follow Andy’s World for More DIY Tech Projects Don’t forget to check out the latest posts and tutorials on AndysWorld.org.uk to keep up with all things tech and DIY. Happy building!
Minisforum MS-A2 Hyper-V to Proxmox 9.0 Migration Minisforum MS-A2 Series Part 15 Ultimate #homelab
In this episode of Hancock’s VMware Half Hour, I walk you through migrating Hyper-V virtual machines to Proxmox 9.0 on the Minisforum MS-A2.
We’ll cover connecting to the Proxmox server via SSH, exploring datastores, working with VHDX files, and running migration demos—including moving a full VM in under 60 seconds! This step-by-step guide shows how easy it is to transition workloads from Hyper-V into Proxmox for your #homelab or production environment.
Whether you’re testing, learning, or planning a migration, this video gives you the tools and knowledge to make it happen smoothly.
Scripts are here on GitHub – https://github.com/einsteinagogo/Hyper-VtoProxmoxMigration.git
Minisforum MS-A2 Windows Server 2025 Driver Fix Minisforum MS-A2 Series Part 13 Ultimate #homelab
In this episode of the Minisforum MS-A2 Ultimate #homelab series, I walk you through fixing missing drivers in Windows Server 2025 on the MINISFORUM MS-A2. From troubleshooting Device Manager issues to installing the AMD chipset drivers, PSP device, SMBus controller, GPU drivers, and Microsoft Pluton driver, this video will help you get your MS-A2 running smoothly on Server 2025.
Along the way, I also highlight some community contributions, share key tips like disabling power saving mode, and test the latest AMD Software: PRO Edition 25.Q2 for GPU support.
What you’ll learn in this video:
How to fix missing drivers in Windows Server 2025 on the Minisforum MS-A2
Which drivers are required: AMD PSP, SMBus, GPU, Microsoft Pluton
Why you must disable power saving mode for stability
How to install AMD Software: PRO Edition 25.Q2 for GPU support
Special thanks to the community:
LoCo (Scott Fell) for the T-shirt
Jason Macialek
Mark Howell
Perfect for homelab enthusiasts, VMware users, and anyone testing Windows Server 2025 on Minisforum MS-A2.
Don’t forget to like, comment, and subscribe for more VMware + homelab content from Hancock’s VMware Half Hour!
Barebone Minisforum MS-A2 https://amzn.to/3GEoiOA
Crucial DDR5 RAM 96GB Kit (2x48GB) 5600MHz SODIMM https://amzn.to/3Uatfl4
Crucial DDR5 RAM 128GB Kit (2x64GB) 5600MHz SODIMM,https://amzn.to/3Uhef4U
Samsung 990 PRO with Heatsink https://amzn.to/4ePjYsr
Crucial P310 NVMe 1TB 2230 M.2 SSD https://amzn.to/44x055Y
NFHK M.2(A+E Key) 2230MM to NVME M-Key Extension Card Adapter for Motherboard NVME SSD Hard Drive Port Extension 2230/2242/2260/2280MM https://amzn.to/3Ix7rxz
MINISFORUM DEG1 Docking Station, PCIe x16 (PCIe4.0x4), Force Power On, ATX/SFX Power https://amzn.to/41pIYAQ
Purchases made through some store links may provide some compensation to Hancock’s VMware Half Hour
Enjoying the content? Support me with an espresso coffee! Buy Me an Espresso Coffee! – https://buymeacoffee.com/einsteinagogo
Donate – https://www.paypal.com/paypalme/AndrewHancock
Want to support British beekeeping? Get RAW PURE honey here! https://meltonbyhoney.com/ Sorry UK only, unless demand increases to international destinations!
Welcome to Hancock’s VMware Half Hour! In this episode of the Minisforum MS-A2 Series – Part 12 Ultimate #homelab, we take the compact but powerful MS-A2 and push it to the limits by installing VMware vCenter Server 9.0 on ESXi 9.
From installation to configuration and performance benchmarks, I’ll walk you through every step — including DNS setup, deployment options, datastore selection, and SSO configuration. We’ll also run boot speed benchmarks to see just how fast vCenter Server 9.0 can run on the MS-A2. Spoiler: it’s blazing fast! ? It’s on FIRE !
If you’re thinking of building a small, efficient, and powerful #homelab capable of enterprise-level virtualization, this is the video for you.
Minisforum MS-A2 Can it Run ESXi 9.0.0? Minisforum MS-A2 Series Part 11 Ultimate #homelab
Can the Minisforum MS-A2 handle VMware’s latest ESXi 9.0.0?
In Part 11 of the Ultimate #homelab series, we put the MS-A2 to the test with the brand-new VMware vSphere Hypervisor ESXi 9.0. From BIOS boot to creating a demo virtual machine, you’ll see the entire installation process and whether this mini PC can run the latest VMware tech.
Can the powerful Minisforum MS-A2 run VMware vSphere 8.0?
In Part 10 of the Ultimate #homelab series, we put this compact beast to the test by installing VMware vSphere Hypervisor ESXi 8.0.3g and seeing how it performs. From BIOS setup to creating a demo virtual machine, this episode covers the full journey.
What’s Inside This Video:
Installing ESXi 8.0.3g on the Minisforum MS-A2
BIOS configuration & USB boot with Ventoy
Full ESXi setup walkthrough
Creating & running a test VM
Enabling NVMe Memory Tiering with NVMe namespaces
Checking performance and confirming a successful install
If you’ve been wondering whether the MS-A2 can handle serious VMware workloads in a home lab, this is the episode to watch!