- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Re: Issue with Windows Image Deployment
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2025 07:33 AM - last edited on 12-22-2025 03:37 AM by support_s
12-18-2025 07:33 AM - last edited on 12-22-2025 03:37 AM by support_s
Issue with Windows Image Deployment
Hi there,
We have recently deployed a trial of HPE VM Essentials. I've managed to deploy a base image of Windows Server 2022, installed drivers etc. and all is well.
I wanted to create a custom Server 2022 image and found the "Import as Image" option. I ran sysprep on the Server 2022 VM and kept drivers in tact, powered it down and imported the image to the Image Library.
However, when I try deploy another Server 2022 instance based on this imported sysprep'd image - the deployment hangs on "Uploading Image" it gets to 99% and then just hangs there indefinitly.
For context, I also tried this on a Ubuntu 24 VM I deployed, imported the image and this deployed correctly afterwards.
Any assistance appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2026 07:00 AM
01-15-2026 07:00 AM
Re: Issue with Windows Image Deployment
Any chance your storage location on the cluster ran out of space? If you're not using a shared storage location on the cluster, each host would have the image uploaded to it on first provision to that server.
How large is your Windows image? What does Viritual Images show?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
3 weeks ago
Re: Issue with Windows Image Deployment
Hello Deldian
Create A fresh Window Server installation
Apply all updates. and install cloud base init
Do not click sysprep in the cloudbase init. also check the checkbox to allow cloud init to run as a local service.
then at the end do not sysprep the vm.
now if you want unattend installation add this to the unattend.xml
<Conf.....>
<OOBE>..........................</OOBE>
<UserAccounts>
<AdministratorPassword>
<PlainText>true</PlainText>
<Value>YourPassword</Value>
</AdministratorPassword>
</UserAccounts>
<Conf....>
then save file. shut server down and import as image
Kudos.... Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
2 weeks ago
Re: Issue with Windows Image Deployment
Hi @karata ,
Cloud-Base Init is not the recommendation for Windows. A sysprepped, or non-sysprepped system is supported VME/Morpheus. Morpheus will automatically run unattend as long as you set the flag on the virtual image.
Also, the initial ask was timing out on upload so the image creation steps aren't necissarily applicable. Assumption (with out seeing a response about free storage) is storage space ran out on the upload location or a timeout could have occurred.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
2 weeks ago
Re: Issue with Windows Image Deployment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
2 weeks ago - last edited 2 weeks ago
Re: Issue with Windows Image Deployment
Original Poster... Let me know if you still have questions / issues.