-
Notifications
You must be signed in to change notification settings - Fork 0
/
0003.html
69 lines (68 loc) · 3.78 KB
/
0003.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!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="Run Raspberry Pi OS In VirtualBox,How Can I Run Raspberry Pi OS In VirtualBox,VirtualBox,Virtual Machine,Home Lab,Debian,Hypervisor,Raspberry Pi OS,Install Guide,Raspberry Pi,Raspbian,Linux,X86,Raspberry Pi Alternative,VM,VirtualBox VM,Raspberry Pi VM,Raspberry Pi OS VM,Raspberry Pi VirtualBox,Raspberry Pi OS VirtualBox,Raspbian Virtual Machine,Raspberry Pi Desktop On Virtualbox,Install Raspberry Pi OS,How To,Tutorial,i12bretro">
<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">
<meta name="revised" content="03/24/2022 08:24:00 PM" />
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<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>