12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Running a Raspbian (Raspberry Pi) VM in Virtualbox</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="VirtualBox,Virtual Machine,How To,Tutorial,Raspberry Pi,Raspbian,Linux,x86">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Running a Raspbian (Raspberry Pi) VM in Virtualbox">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Running a Raspbian (Raspberry Pi) VM in Virtualbox</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download Oracle Virtualbox<a href="https://www.virtualbox.org/" target="_blank"> Download</a></li>
- <li>Download Raspbian x86 Image<a href="https://downloads.raspberrypi.org/rpd_x86/images/" target="_blank"> Download</a></li>
- <li>Install Oracle Virtualbox</li>
- <li>Launch Virtualbox</li>
- <li>Install VirtualBox Extension Pack</li>
- <li>Create a New VM by selecting Machine > New
- <p>Name: Raspberry Pi<br />
- Machine Folder: C:\VMs<br />
- Type: Linux<br />
- Version: Debian (32-bit)<br />
- Memory Size: 1024 MB<br />
- Hard disk: Create a virtual hard disk now</p>
- </li>
- <li>Click Create</li>
- <li>On the Create Virtual Hard Disk dialog<br />
- <p>Name the virtual disk image Raspberry Pi.vdi<br />
- File size: 8 GB<br />
- Hard disk file type: VDI<br />
- Storage on physical hard disk: Fixed size
- </p>
- </li>
- <li>Click Create</li>
- <li>Select the VM and Click Settings</li>
- <li>Select Storage</li>
- <li>Click on the empty disc drive</li>
- <li>Select the disc dropdown to the right > Choose a virtual optical disk file...</li>
- <li>Browse to the downloaded Raspbian x86 Image from step 2</li>
- <li>Click OK</li>
- <li>Select Network</li>
- <li>Set Attached to: Bridge Adapter</li>
- <li>Click OK</li>
- <li>Make sure the Raspberry Pi VM is selected and click Start > Normal</li>
- <li>Scroll down to Install using the arrow keys and press enter</li>
- <li>Follow the prompts to partition your virtual hard disk and setup the Raspbian environment</li>
- <li>Select Yes to install GRUB loader</li>
- <li>Select the Virtualbox Virtual hard disk</li>
- <li>Press enter to continue</li>
- <li>Press enter on Finish the installation</li>
- <li>Select Machine > Reset to boot into the Raspbian desktop</li>
- </ol> </div>
- </div>
- </body>
- </html>
-
|