Installing VMware Workstation Player on a Linux Ubuntu 20.04 Host with a Windows 10 Evaluation Guest

Channel:
Subscribers:
7,760
Published on ● Video Link: https://www.youtube.com/watch?v=Y4Np7dpySac



Duration: 14:21
21,637 views
135


I have made a number of videos where I have installed Ubuntu 20.04 on a VMware Virtual Machine for evaluation. In this video I will instead look at installing a Windows 10 Developer Enterprise (50 Day) Virtual Machine using VMware Player and a Ubuntu 20.04 host.

This is a bit more complicated as a number of perquisites are required. In addition the vm services used for a Windows 10 guest need to be enabled when Ubuntu 20.04 Boots. To pass Secure Boot a new Machine Owner Key (MOK) needs to be created and passed through the UEFI BIOS.

Written Guide:
https://dellwindowsreinstallationguide.com/vmware-ubuntuhost-windowsguest/

Download Links:
https://my.vmware.com/en/web/vmware/downloads/info/slug/desktop_end_user_computing/vmware_workstation_player/16_0
https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/

Commands for Checking the zip checksums:
cd Downloads
sha256sum WinDev2008Eval.VMware.zip

Commands for installing prequisites:
sudo apt install build-essential

Commands for installing VMware Player bundle file:
cd Downloads
sudo sh VMware-Player-16.0.0-16894299.x86_64.bundle

Commands to create a new MOK key with VMware Services:
openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out MOK.der -nodes -days 36500 -subj "/CN=VMware/"
sudo /usr/src/linux-headers-`uname -r`/scripts/sign-file sha256 ./MOK.priv ./MOK.der $(modinfo -n vmmon)
sudo /usr/src/linux-headers-`uname -r`/scripts/sign-file sha256 ./MOK.priv ./MOK.der $(modinfo -n vmnet)
sudo su
mokutil --import MOK.der
exit
reboot

#vmware #ubuntu #windows10




Other Videos By Philip Yip


2020-11-18Updating the Dell UEFI BIOS with the Ubuntu Linux Firmware Update Manager or USB Flash Drive
2020-11-14Updating the Dell UEFI BIOS in Ubuntu 20.04 Using the Linux Vendor Firmware Service (LVFS)
2020-10-11Making a Screen Recording in Windows 10 using the Free VokoscreenNG
2020-10-04Securely Wiping All Internal Drives from the Dell UEFI BIOS Setup Using Dell Data Wipe (OptiPlex)
2020-10-04Accessing Ubuntu Recovery Options when Stuck on Ubuntu Dell Splash Screen After Updates
2020-10-01Securely Wiping All Internal Drives from the Dell UEFI BIOS Setup Using Dell Data Wipe (XPS 13 9365)
2020-10-01UEFI BIOS Updates Patch GRUB2 Security Vulnerability Verification Failed 0x1A Security Violation
2020-09-28Fixing the FireFox Touchscreen Issue in Ubuntu 20.04
2020-09-28Installing VMware Workstation Player on a Windows 10 Host with a Windows 10 Evaluation Guest
2020-09-27Making a Screen Recording in Ubuntu 20.04 using the Free VokoscreenNG
2020-09-27Installing VMware Workstation Player on a Linux Ubuntu 20.04 Host with a Windows 10 Evaluation Guest
2020-09-23Installing DeepIn 20 as a Virtual machine in VMware Workstation Player
2020-09-23Changing the Search Provider to Google in Chromium Edge
2020-09-21A Clean Install of Linux Deepin 20 (Lenovo UEFI BIOS with Secure Boot)
2020-09-14DeepIn 20 Update Fails because Update Server isn't Included in Hosts File
2020-09-12Securely Wiping Internal Drives using the Lenovo UEFI BIOS
2020-09-12A Clean Install of Linux Ubuntu 20.04 (Lenovo UEFI BIOS with Secure Boot and MOK)
2020-09-09Windows 10 Insider Preview Build 20206 Emoji Panel Feedback
2020-09-04Create Windows 10 (UEFI Only) Bootable USB on Mac OS X 10.14
2020-08-10Setting up a Google Pixel 3A with Android 10 and using the Windows 10 Phone Companion App
2020-08-01Uninstalling and Hiding a Problematic Windows 10 Update Using Advanced Boot Options