Disk immutable

This is for discussing general topics about how to use VirtualBox.
Post Reply
dforce
Posts: 3
Joined: 1. Jun 2007, 13:14

Disk immutable

Post by dforce »

I made an virtual machine using the GUI interface of Virtualbox. I made like I wanted it with everything installed on it. I deleted the machine in the gui. I unregistered the machine and registered it again as immutable.

Code: Select all

VBoxManage registerimage disk <full path + name vdi> -type immutable
When I want to start it from the commanline (using Linux) it says that the vdi file is not registered.

Code: Select all

VBoxManage startvm <(full path +) filename> -type gui
What am I doing wrong or how can I solve this problem ?[/code]
Post Reply