Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running in VirtualBox with vmdk #33

Closed
UncoolAsianDad opened this issue Nov 3, 2016 · 3 comments
Closed

Running in VirtualBox with vmdk #33

UncoolAsianDad opened this issue Nov 3, 2016 · 3 comments

Comments

@UncoolAsianDad
Copy link
Contributor

Hi, want to share my finding with the VirtualBox here

I have tried Evan's method of manually creating the vmdk file to wrap the pc.img, however I get a miss matched uuid stored in the media registry. To fix this I had to copy out the UUID of the ones in the media registry and replace it
ddb.uuid.image="69a7ab8a-ac25-42c6-b673-6c6ca1a36594"

but an easier approach is to have the pc.img and run
VBoxManage internalcommands createrawvmdk -filename pc.vmdk -rawdisk pc.img
which will generate the pc.vmdk for you, now you can just mount the vmdk as is.

hope this helps anyone who may have issues.

@evangreen
Copy link
Collaborator

Thanks Brian. Do you mind if I add that command to docs/virtualbox.txt?

@UncoolAsianDad
Copy link
Contributor Author

not a problem, or I can modify and create a pull request

@evangreen
Copy link
Collaborator

Sure, go ahead. I think my manually created vmdk would have worked without headache if I had removed the last 4 ddb.uuid.* properties. So I was planning on yanking those 4 lines and then adding your command line as an alternative suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants