Ticket #15613 (closed defect: fixed)
CentOS 5 machines goes on Guru Meditation (VERR_IEM_ASPECT_NOT_IMPLEMENTED)
Reported by: | nappa85 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.1.0 |
Keywords: | centos | Cc: | |
Guest type: | Linux | Host type: | Mac OS X |
Description
I just upgraded to VirtualBox 5.1.0 r108711 My CentOS 5 machines stopped booting correctly, going on "gurumeditation" state and absorbin 400% of cpu.
Attachments
Change History
comment:2 in reply to: ↑ 1 Changed 4 years ago by kitsunde
Replying to frank:
Without a VBox.log file there is nothing we can do.
I've the exact same issue, so I've attached my log. I'm using box-cutter/centos511 ( https://github.com/boxcutter/centos) as my VM in vagrant and it started failing during boot, even on the simplest Vagrantfile:
Vagrant.configure('2') do |config| config.vm.box = 'box-cutter/centos511' end
I reported it over there and they suggested it's an issue with Virtualbox: https://github.com/boxcutter/centos/issues/55
comment:3 Changed 4 years ago by frank
- Summary changed from CentOS 5 machines goes on "gurumeditation" status when using VirtualBox 5.1 to CentOS 5 machines goes on Guru Meditation (VERR_IEM_ASPECT_NOT_IMPLEMENTED)
comment:4 Changed 4 years ago by frank
Should be finally fixed with the most recent (>=112141) 5.1 test build for Mac OS X. This fix will be part of the next 5.1.x maintenance release.
Without a VBox.log file there is nothing we can do.