Can't import appliance

This is for discussing general topics about how to use VirtualBox.
svenyonson
Posts: 2
Joined: 29. Sep 2010, 00:02
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Windows XP, Ubuntu

Re: Can't import appliance

Post by svenyonson »

If the SHA1 code does not match, it is likely that you have edited the .ovf file. If you have, then generate a new SHA1 code and then edit the .mf file, replacing the SHA1 code with the one you just generated. You can generate the SHA1 code on a Linux box using:

Code: Select all

openssl dgst -sha1 <filename>
Post Reply