0084.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Windows Server 2016 VM in Virtualbox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="VirtualBox,Virtual Machine,Windows Server,i12bretro,How To,Tutorial,Microsoft,Server 2016,Windows Server 2016">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Windows Server 2016 VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Running a Windows Server 2016 VM in Virtualbox</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <ol>
  24. <li>Locate a Windows Server 2016 iso</li>
  25. <li>Launch Virtualbox</li>
  26. <li>Create a New VM by selecting Machine &gt; New
  27. <p>Name: Windows Server 2016<br />
  28. Machine Folder: C:\VMs<br />
  29. Type: Microsoft Windows<br />
  30. Version: Windows 2016 (64-bit)<br />
  31. Memory Size: 4096 MB<br />
  32. Hard disk: Create a virtual hard disk now</p>
  33. </li>
  34. <li>Click Create</li>
  35. <li>On the Create Virtual Hard Disk dialog
  36. <p>Name the virtual disk image Windows Server 2016.vdi<br />
  37. File size: 50.00 GB<br />
  38. Hard disk file type: VDI<br />
  39. Storage on physical hard disk: Dynamically Allocated</p>
  40. </li>
  41. <li>Click Create</li>
  42. <li>Select the VM and Click Settings</li>
  43. <li>Select System &gt; Processor</li>
  44. <li>Give the VM at least 2 processors</li>
  45. <li>Select Display</li>
  46. <li>Slide the Video Memory to 128 MB</li>
  47. <li>Select Storage</li>
  48. <li>Click on the CD-ROM drive</li>
  49. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  50. <li>Browse to and select the Windows Server 2016 .iso file</li>
  51. <li>Click OK</li>
  52. <li>Make sure the Windows Server 2016 VM is selected and click Start &gt; Normal</li>
  53. <li>Click Next</li>
  54. <li>Click Install Now</li>
  55. <li>Select the desired edition &gt; Click Next</li>
  56. <li>Check the I accept box &gt; Click Next</li>
  57. <li>Click Custom (advanced) &gt; Click Next</li>
  58. <li>Wait for Windows to copy files, the VM will reboot</li>
  59. <li>Enter a password &gt; Re-type the password &gt; Enter a password hint &gt; Click Next</li>
  60. <li>Select Input &gt; Keyboard &gt; Ctrl-Alt-Del</li>
  61. <li>Input the administrator password and login</li>
  62. <li>Welcome back to Server 2016</li>
  63. </ol>
  64. <h2>Optional Steps</h2>
  65. <ol>
  66. <li>Select Devices &gt; Insert Guest Additions CD image...</li>
  67. <li>If VirtualBox Guest Additions doesn&#39;t autorun, open&nbsp;My Computer &gt; CD Drive &gt; Double click VBoxWindowsAdditions-amd64.exe</li>
  68. <li>Install Guest Additions accepting the defaults</li>
  69. <li>Accept any driver popups from the Guest Additions installer by clicking the Yes button</li>
  70. <li>After the installation completes select Reboot now &gt; Click Finish</li>
  71. </ol>
  72. </div>
  73. </div>
  74. </body>
  75. </html>