0355.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Deepin 20.1 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,i12bretro,How To,Tutorial,Linux,Deepin">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Deepin 20.1 VM in Virtualbox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Running a Deepin 20.1 VM in Virtualbox</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Download Deepin 20.1&nbsp;<a href="https://www.deepin.org/en/download/" target="_blank">Download</a></li>
  26. <li>Launch Virtualbox</li>
  27. <li>Create a New VM by selecting Machine &gt; New
  28. <p>Name: Deepin 20.1<br />
  29. Machine Folder: C:\VMs<br />
  30. Type: Linux<br />
  31. Version: Debian (64-bit)<br />
  32. Memory Size: 4096 MB<br />
  33. Hard disk: Create a virtual hard disk now</p>
  34. </li>
  35. <li>Click Create</li>
  36. <li>On the Create Virtual Hard Disk dialog
  37. <p>Name the virtual disk image Deepin 20.1.vdi<br />
  38. File size: 80 GB<br />
  39. Hard disk file type: VDI<br />
  40. Storage on physical hard disk: Dynamically Allocated</p>
  41. </li>
  42. <li>Click Create</li>
  43. <li>Select the VM and Click Settings</li>
  44. <li>Select System &gt; Processor</li>
  45. <li>Give the VM at least 2 processors</li>
  46. <li>Select Display</li>
  47. <li>Slide the Video Memory to 128 MB</li>
  48. <li>Select Network</li>
  49. <li>Set the attached to dropdown to Bridged Adapter</li>
  50. <li>Select Storage</li>
  51. <li>Click on the CD-ROM drive</li>
  52. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  53. <li>Browse to and select the downloaded Deepin 20.1 .iso file</li>
  54. <li>Click OK</li>
  55. <li>Make sure the Deepin 20.1&nbsp;VM is selected and click Start &gt; Normal</li>
  56. <li>Press Ctrl+C to cancel the disk check</li>
  57. <li>When the install dialog displays click Install Deepin 20.1</li>
  58. <li>Select a keyboard layout &gt; Click Continue</li>
  59. <li>Uncheck Download updates while installing Deepin 20.1 &gt; Click Continue</li>
  60. <li>Click Install Now</li>
  61. <li>Click Continue to write the changes to the disk</li>
  62. <li>Select a Region &gt; Click continue</li>
  63. <li>Enter a name, computer name, username and password &gt; Click Continue</li>
  64. <li>Wait while Deepin copies files and installs</li>
  65. <li>When prompted to Restart Now, Select Devices &gt; Optical Drives &gt; Remove disk from virtual drive</li>
  66. <li>Click Restart Now to complete the installation, the VM will reboot</li>
  67. <li>Login with the username and password created earlier in the process</li>
  68. <li>Select Skip &gt; Next &gt; Select No, Don&#39;t send system info &gt; Next &gt; Next &gt; Done</li>
  69. <li>Welcome to Deepin 20.1</li>
  70. </ol>
  71. </div>
  72. </div>
  73. </body>
  74. </html>