1,852
edits
(Minor changes.) |
m (→Virtual Machine: Some wiki markup.) |
||
Line 25: | Line 25: | ||
You also need a .vmx file to be able to start the Virtual Machine with VMWare Player. | You also need a .vmx file to be able to start the Virtual Machine with VMWare Player. | ||
To create a .vmx file with minimal settings, open a text editor and save the following to a file called | To create a .vmx file with minimal settings, open a text editor and save the following to a file called {{Path|Ubuntu.vmx}} next to the VM image you downloaded: | ||
{{File|Ubuntu.vmx| | |||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
.encoding = "windows-1252" | .encoding = "windows-1252" | ||
Line 40: | Line 41: | ||
guestOS = "ubuntu-64" | guestOS = "ubuntu-64" | ||
virtualHW.productCompatibility = "hosted" | virtualHW.productCompatibility = "hosted" | ||
</syntaxhighlight> | </syntaxhighlight>}} | ||
Change the line with | Change the line with {{Path|Ubuntu.vmdk}} to the actual file name of the Ubuntu image you just downloaded. | ||
You can start the VM by double-clicking on the .vmx file you just created. | You can start the VM by double-clicking on the .vmx file you just created. |