0003.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Raspbian (Raspberry Pi) 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,How To,Tutorial,Raspberry Pi,Raspbian,Linux,x86">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Raspbian (Raspberry Pi) 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 Raspbian (Raspberry Pi) VM in Virtualbox</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <ol>
  24. <li>Download Oracle Virtualbox<a href="https://www.virtualbox.org/" target="_blank"> Download</a></li>
  25. <li>Download Raspbian x86 Image<a href="https://downloads.raspberrypi.org/rpd_x86/images/" target="_blank"> Download</a></li>
  26. <li>Install Oracle Virtualbox</li>
  27. <li>Launch Virtualbox</li>
  28. <li>Install VirtualBox Extension Pack</li>
  29. <li>Create a New VM by selecting Machine > New
  30. <p>Name: Raspberry Pi<br />
  31. Machine Folder: C:\VMs<br />
  32. Type: Linux<br />
  33. Version: Debian (32-bit)<br />
  34. Memory Size: 1024 MB<br />
  35. Hard disk: Create a virtual hard disk now</p>
  36. </li>
  37. <li>Click Create</li>
  38. <li>On the Create Virtual Hard Disk dialog<br />
  39. <p>Name the virtual disk image Raspberry Pi.vdi<br />
  40. File size: 8 GB<br />
  41. Hard disk file type: VDI<br />
  42. Storage on physical hard disk: Fixed size
  43. </p>
  44. </li>
  45. <li>Click Create</li>
  46. <li>Select the VM and Click Settings</li>
  47. <li>Select Storage</li>
  48. <li>Click on the empty disc drive</li>
  49. <li>Select the disc dropdown to the right > Choose a virtual optical disk file...</li>
  50. <li>Browse to the downloaded Raspbian x86 Image from step 2</li>
  51. <li>Click OK</li>
  52. <li>Select Network</li>
  53. <li>Set Attached to: Bridge Adapter</li>
  54. <li>Click OK</li>
  55. <li>Make sure the Raspberry Pi VM is selected and click Start > Normal</li>
  56. <li>Scroll down to Install using the arrow keys and press enter</li>
  57. <li>Follow the prompts to partition your virtual hard disk and setup the Raspbian environment</li>
  58. <li>Select Yes to install GRUB loader</li>
  59. <li>Select the Virtualbox Virtual hard disk</li>
  60. <li>Press enter to continue</li>
  61. <li>Press enter on Finish the installation</li>
  62. <li>Select Machine > Reset to boot into the Raspbian desktop</li>
  63. </ol> </div>
  64. </div>
  65. </body>
  66. </html>