mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
stuck in EB.RH.LRHIP! Err(0XE) <- EB.LD.LF EB.BST.FBS|! Err(0XE) <- EB.RH.LRH after docker run -it... #203
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VictorLee0321 on GitHub (Jun 23, 2021).
OS base info
I have other disk capability
After run
docker run -it ...and stuck in this windowsWhat's the problem, and how can I solve it ? THX.
@DiscordDigital commented on GitHub (Jul 2, 2021):
I just ran into a similar looking issue, however this occurred after I restarted my host and the container was working before the restart.

Not sure what causes it.
@DiscordDigital commented on GitHub (Jul 2, 2021):
Update: I just checked the README and ran "echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs" which fixed the issue for me, however I don't know if the original issue is related to this "solution".
@sickcodes commented on GitHub (Jul 5, 2021):
This is a required command, and actually I had been missing it for a while, I will rearrange the documentation in a bit.
@VictorLee0321 commented on GitHub (Jul 12, 2021):
yes, fixed it by setting this.
@qr4d commented on GitHub (Jan 8, 2023):
where to run this?