Difference between revisions of "Setting up Virtualbox"

From LFScript
(Created page with "This is a work in progress... == VirtualBox Step by step guide == Head over to http://www.virtualbox.org and download the latest version for your operating system. Once y...")
 
Line 12: Line 12:
  
 
Start by clicking New in the top left corner. On the next window, just click next. Now its time to name you Virtual PC. Call it whatever you like, then select Linux from the Operating System box and Linux 2.6 in the Version box. Click Next.
 
Start by clicking New in the top left corner. On the next window, just click next. Now its time to name you Virtual PC. Call it whatever you like, then select Linux from the Operating System box and Linux 2.6 in the Version box. Click Next.
 +
 +
[insert image here]
  
 
On to memory, I recommend giving at least 1GB of memory to the VM. So that's 1024MB, then click Next.
 
On to memory, I recommend giving at least 1GB of memory to the VM. So that's 1024MB, then click Next.
  
Virtual Hard Disk. Leave the settings on this page just as they are and click Next. In the new window that popped up leave everything as is is again and click Next. To save some space, leave the next window set to Dynamic and click Next. We will now decide on what size of disk you want. I usually go fir about 20GB to be on the safe side. Once you have decided click Next, followed by Create and finally Create again.
+
Virtual Hard Disk. Leave the settings on this page just as they are and click Next. In the new window that popped up leave everything as is is again and click Next. To save some space, leave the next window set to Dynamic and click Next. We will now decide on what size of disk you want. I usually go for about 20GB to be on the safe side. Once you have decided click Next, followed by Create and finally Create again.
  
 
We now have a Virtual PC that can't do anything. We need to add the ISO image we downloaded earlier.
 
We now have a Virtual PC that can't do anything. We need to add the ISO image we downloaded earlier.
  
 
Click Settings on the main window, and select Storage from the list on the left. You will now see an icon that looks like a CD with the word Empty next to it, click that.
 
Click Settings on the main window, and select Storage from the list on the left. You will now see an icon that looks like a CD with the word Empty next to it, click that.
 +
 +
[insert image here]
  
 
Now on the right of the window you will again see a very similar icon with an arrow pointing down, click that one this time. From the list that pop's up click “Choose a Virtual CD/DVD disk file”. Now find the ISO file you downloaded earlier.
 
Now on the right of the window you will again see a very similar icon with an arrow pointing down, click that one this time. From the list that pop's up click “Choose a Virtual CD/DVD disk file”. Now find the ISO file you downloaded earlier.

Revision as of 00:03, 31 January 2012

This is a work in progress...


VirtualBox Step by step guide

Head over to http://www.virtualbox.org and download the latest version for your operating system.

Once you have installed Virtualbox, you will need a Linux distribution to build your LFScript on top of. I recommend heading over to lfscript.org and downloading the latest “From Script” OS. Place the ISO somewhere easy to find.

Now we need to setup Virtualbox.

Start by clicking New in the top left corner. On the next window, just click next. Now its time to name you Virtual PC. Call it whatever you like, then select Linux from the Operating System box and Linux 2.6 in the Version box. Click Next.

[insert image here]

On to memory, I recommend giving at least 1GB of memory to the VM. So that's 1024MB, then click Next.

Virtual Hard Disk. Leave the settings on this page just as they are and click Next. In the new window that popped up leave everything as is is again and click Next. To save some space, leave the next window set to Dynamic and click Next. We will now decide on what size of disk you want. I usually go for about 20GB to be on the safe side. Once you have decided click Next, followed by Create and finally Create again.

We now have a Virtual PC that can't do anything. We need to add the ISO image we downloaded earlier.

Click Settings on the main window, and select Storage from the list on the left. You will now see an icon that looks like a CD with the word Empty next to it, click that.

[insert image here]

Now on the right of the window you will again see a very similar icon with an arrow pointing down, click that one this time. From the list that pop's up click “Choose a Virtual CD/DVD disk file”. Now find the ISO file you downloaded earlier.

We now have a fully working Virtual PC. All you need to do now is click Start in the top corner and watch LFScript Boot from the Live CD.

Now would be a good time to head over to the Quick_Start page