"EFI stub: Exiting boot services and installing virtual address map..." need my files from ubuntu. HELP #3606
Replies: 6 comments 1 reply
-
After more research I found out that apparently when you force quit , the distro gets corrupted. and now its so corrupted that I can not run it in full graphics mode, I can only run it on text only. anyone? |
Beta Was this translation helpful? Give feedback.
-
You might want to change your QCOW flags on your drive images to stop this from happening... I'm not sure how you do that with the current UI though. |
Beta Was this translation helpful? Give feedback.
-
Thanks bud , I have some files that I need. looks like im going to create a new virtual machine and just copy my files over. |
Beta Was this translation helpful? Give feedback.
-
Using UTM 3.1.5 on Macbook Pro M1 Pro chipset I have two issues. I am getting disk corruption too often. time to time I lost IP connection to the VM. in this case I stop the vm and got "Do you want to force stop this VM and lose all unsaved data?" warning. There is no choose in most case. then vm file system is getting corrupted easily. I don't know it is QEMU problem or UTM. I was not getting file system corruption on Virtualbox (on intel macbook) While bootloader in pending state, I could ssh to the box but it is too slows.
my disk and inode usage:
|
Beta Was this translation helpful? Give feedback.
-
Not really. I tried a few times but did not work. then switched to https://multipass.run/ |
Beta Was this translation helpful? Give feedback.
-
This actually worked for me! Thank you very much. I did not have a backup of this VM. Actually this was the backup. Was working in the original VM when both got corrupted. I blame the government. The key was that you said to exit the Barebox. I literally typed in exit (Not just closing the VM) and when it asked me for my login I knew it was restored. Mine also was: fsck -y /dev/mapper/ubuntu--vg-ubuntu--lv |
Beta Was this translation helpful? Give feedback.
-
I have already checked and according to people this is what fixes the problem
When disk corruption happens, you might get a EFI stub: Exiting boot services and installing virtual address map... message on the next startup and the bootloader will hang. If your guest VM is based on Ubuntu, this can be solved by:
Turning off the VM
In the VM settings in the UTM management UI, under Display, switch the VM over to console-mode instead of full graphics.
Restart the VM and wait for it to boot into load into a BareBox bootloader.
Run fsck on the ubuntu disk partition (probably fsck /dev/mapper/ubuntu--vg-root if installed under default settings)
exit Barebox. This should try to restart the VM and load into the Ubuntu VM. If the Ubuntu VM loads, then your disk issues are fixed.
Turn off your VM again and switch back to full graphics in UTM.
for me it was /dev/mapper/ubuntu--vg-ubuntu--lv
however Whenever i : sudo fsck -y /dev/mapper/ubuntu--vg-ubuntu--lv
it says its mounted, I try to unmount and it says "busy or something"
what can I do ?
Beta Was this translation helpful? Give feedback.
All reactions