WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: VirtualBox Error : Fail to open a session for the virtual machine  (Read 5207 times)

Offline xho95

  • Newbie
  • *
  • Posts: 5
First I installed Tiny Core Linux on the VirtualBox for the Ubuntu 16.04.

Then, I set a develop environment for Tiny Core Linux with command as shown below.

Code: [Select]
$ tce-load -wi compiletc
I made some simple file open programs with C and C++, and it seemed to work well.



However, someday, after the ubuntu sleep mode, Tiny Core linux on the VirtualBox was broken with an Error code below.



Since then, Tiny Core Linux has not been executed. I have been searching some solution with Google search, but those are not helpful.

Reinstalling of VirtualBox and Tiny Core Linux isn't the solution, too.

If there is any solution about this issue, please tell me.

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: VirtualBox Error : Fail to open a session for the virtual machine
« Reply #1 on: April 19, 2017, 10:04:05 PM »
Tiny Core linux on the VirtualBox was broken with an Error code below.

I have been searching some solution with Google search, but those are not helpful.

Googling with your error code, I found a post (written in 2012) suggesting

1. Remount VirtualBox module:
Code: [Select]
/etc/init.d/vboxdrv setup
2. Check out if the virtual machine would boot:
Code: [Select]
vboxmanage startvm <vmname>
3. Turn off the virtual machine:
Code: [Select]
VBoxManage controlvm <vmname> poweroff
4. Retry the virtual machine normally.

I use virtualbox on windows 7,
usually if a virtual machine does not boot,
update virtualbox and the modules would solve the problem.