- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials Software
- >
- Re: vm essentials migration tool after os boot fai...
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
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 Software
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
4 weeks ago - last edited 3 weeks ago by support_s
4 weeks ago - last edited 3 weeks ago by support_s
We are currently conducting a customer proof of concept in a VME 9.0.1 environment.
The customer’s Linux VM is running Rocky Linux 8.9. Following the migration guide, we installed the VirtIO drivers and the QEMU Guest Agent.
The migration completed successfully without any errors. However, when the VM starts, it fails to boot the operating system and enters the UEFI Interactive Shell instead.
We are not sure what we may have missed or which areas we should check again.
We would greatly appreciate any assistance or advice from anyone who has experienced a similar issue.
Thank you.
1.png
Solved! Go to Solution.
- Tags:
- Operating System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
4 weeks ago
SolutionIt would appear from the screenshot that this disk doesn't have a recognisable partition table on it. It only shows the raw disk itself (BLK0:).
What you could try at this point is validate if there is a valid partition table (such as MBR).
dblk blk0: 0 1That dumps the raw bytes at LBA0. A valid partition table (MBR or GPT's protective MBR) ends with the signature 55 AA at the very end of that sector.
Then try:
dblk blk0: 1 1That dumps LBA1 — a genuine GPT header starts with the ASCII text EFI PART near the beginning if one exists.
If both come back as zeros or garbage, the disk this VM is booting from has no partition table the firmware can see at all, which points at something wrong with the migration itself.
At that point go back to the host side and check the actual backing disk file for this VM with qemu-img info on the HVM host. Look at its allocated/used size and whether that matches with anything like a populated OS install or close to empty. The latter would tell us whether the migration job's result was accurate or not.
If either dump does show a valid signature, that would be a more unusual case. Let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
3 weeks ago
Re: vm essentials migration tool after os boot failed
I resolved the issue as follows.
In our test environment, both the VME and VMware servers were using the same DNS server. However, in the customer’s POC environment, the VME and VMware servers were configured to use different DNS servers.
Since the VMware Cloud connection appeared normal in the VME Manager UI, and the ESXi hosts and VMs were displayed correctly, I did not initially suspect a DNS-related issue.
The migration proceeded successfully only after I added the IP addresses and FQDNs of the vCenter Server and ESXi hosts to the /etc/hosts files on both the VME hosts and the VME Manager.
Thank you to everyone who shared their suggestions and insights.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
3 weeks ago
Re: vm essentials migration tool after os boot failed
Hello @jskim88,
Thank you for sharing the resolution. It is very helpful.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]