Version 6.1.6 r137129 (Qt5.12.4) with extension pack
sudo VBoxManage showvminfo Xigma
VBoxManage: error: Could not find a registered machine named 'Xigma'
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee nsISupports
VBoxManage: error: Context: "FindMachine(Bstr(VMNameOrUuid).raw(), machine.asOutParam())" at line 2698 of file VBoxManageInfo.cpp
Screen shot showing VM in GUI
I wish to add a USB drive as hard disk for VM to boot off which needs to be done via command line.
Thanks
Ubuntu 19.10 + VBox 6.1.6 VBoxManage failure
-
Martin
- Volunteer
- Posts: 2562
- Joined: 30. May 2007, 18:05
- Primary OS: Fedora other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: XP, Win7, Win10, Linux, OS/2
Re: Ubuntu 19.10 + VBox 6.1.6 VBoxManage failure
Don't use sudo for the command. This switches to the root user instead of your normal user.
The root user doesn't know about the VMs of your normal user.
The root user doesn't know about the VMs of your normal user.
Solved: Ubuntu 19.10 + VBox 6.1.6 VBoxManage failure
Thanks - Solved