• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

Virtual Machine inaccessible status on VirtualBox 4.3

January 26, 2014 by Sharad Chhetri 2 Comments

Problem of the day : Virtual Machine inaccessible status on VirtualBox 4.3 .
Today while working in VirtualBox 4.3 ,I got an issue.The Virtual Machine got the status “inaccessible” .After searching in VirtualBox related directories and commands,I finally able to resolve the issue.For resolving this issue,we will use command line.We have another option i.e by editing the ~/.VirtualBox/VirtualBox.xml file.But for quick solution,I decided to go with command line.

Virtual Box inaccessible

The given below are the troubleshooting steps

Step 1: Open the terminal and list the Virtual Machine in host system.Use the below given command.

vboxmanage list vms

Below given is the reference from my system

sharad@LinuxMintBox ~ $ vboxmanage list vms
“” {602e2ec2-de12-48b4-9b78-5d68c64debcc}
sharad@LinuxMintBox ~ $

Step 2: Now you will get the output. This output is UUID of Virtual Machine .
Copy the uuid and use it in below given command.Here we are unregistering the Virtual Machine.

{602e2ec2-de12-48b4-9b78-5d68c64debcc}
is UUID of my system’s VM.Replace it with UUID which you got

vboxmanage unregistervm {602e2ec2-de12-48b4-9b78-5d68c64debcc}

sharad@LinuxMintBox ~ $ vboxmanage unregistervm {602e2ec2-de12-48b4-9b78-5d68c64debcc}
sharad@LinuxMintBox ~ $ echo $?
0
sharad@LinuxMintBox ~ $

At the end,I used the command echo $?. This is for confirming the last comand success status.In output we got ZERO,hence command run successfully

Now the issue is resolved and I got the good result.See the below given screenshot

Virtual Box inaccessible

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. curl command to check the http status
  2. error command ‘gcc’ failed with exit status 1 in Ubuntu
  3. Xen Virtual Machine Migration (In Hyper-VM)
  4. Create single node Virtual Machine with Vagrant
  5. Create multiple virtual machine with one Vagrantfile
  6. hash:/etc/postfix/virtual is unavailable. open database /etc/postfix/virtual.db: No such file or directory
  7. Find exit status code of last executed command on Linux and Unix
  8. How to configure ethernet in CentOS 6 after installing in Virtual Box
  9. Install VirtualBox on Ubuntu
  10. Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

Filed Under: Linux, Tips And Tricks Tagged With: virtualbox

Reader Interactions

Comments

  1. Mark says

    January 30, 2015 at 8:12 am

    Thanks, It worked

    Reply
    • sharad chhetri says

      January 31, 2015 at 3:58 am

      Welcome Mark,

      Appreciate for providing feedback as it helps other also.

      Regards
      Sharad

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

safest method to remove softlink in linux

How to convert rpm file into deb file

Terminal Recording with script and scriptreplay command

linux release renew dhcp assigned ip address

How to change hostname in Ubuntu 12.04 and 12.10 without system restart

Print double hyphen sign simultaneously in post of Octopress

How to forcefully send mail from mailq in sendmail MTA

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy