Linux Virtual Machine

Handian Sudianto 6,096 Reputation points
2025-03-27T01:19:13.83+00:00

I migrate my Redhat from vmware to Azure Local but after ,migration the redhat stuck in dracut#.

Anyone know how to fix this?

User's image

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,014 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anusree Nashetty 4,380 Reputation points Microsoft External Staff Moderator
    2025-03-27T07:32:40.93+00:00

    Hi Handian Sudianto,Please try following trouble shooting steps:

    As the error shows that /dev/mapper/rhel-root is missing, first check if the disk is recognized.
    If you find your root partition, try mounting it manually. Once the filesystem is mounted, change root to the installed system.
    Since the migration changed the underlying hypervisor, the disk UUIDs may have changed. Verify them, If the UUIDs do not match those from blkid, update /etc/fstab with the correct ones.
    Once /etc/fstab is corrected, rebuild the initramfs.

    For detailed information, please check: Azure Linux virtual machine fails to boot and enters dracut emergency shell
    You can try Offline troubleshooting which might better for your issue: Offline troubleshooting

    If you have any further queries, please do let us know. If the answer is helpful, please click "Accept Answer" and "Upvote it"
    User's image

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.