diff --git a/0137.html b/0137.html new file mode 100644 index 0000000..f4c0097 --- /dev/null +++ b/0137.html @@ -0,0 +1,146 @@ + + + + Running a Elementary OS VM in Virtualbox + + + + + + +
+
+
+

Running a Elementary OS VM in Virtualbox

+
+
+
+
    +
  1. Download Elementary OS Download
  2. +
  3. Launch Virtualbox
  4. +
  5. Create a New VM by selecting Machine > New +

    Name: Elementary OS
    + Machine Folder: C:\VMs
    + Type: Linux
    + Version: Ubuntu (64-bit)
    + Memory Size: 4096 MB
    + Hard disk: Create a virtual hard disk now

    +
  6. +
  7. Click Create
  8. +
  9. On the Create Virtual Hard Disk dialog +

    Name the virtual disk image Elementary OS.vdi
    + File size: 30 GB
    + Hard disk file type: VDI
    + Storage on physical hard disk: Dynamically Allocated

    +
  10. +
  11. Click Create
  12. +
  13. Select the VM and Click Settings
  14. +
  15. Select System > Processor
  16. +
  17. Give the VM at least 2 processors
  18. +
  19. Select Display
  20. +
  21. Slide the Video Memory to 128 MB
  22. +
  23. Select Network
  24. +
  25. Set the attached to dropdown to Bridged Adapter
  26. +
  27. Select Storage
  28. +
  29. Click on the CD-ROM drive
  30. +
  31. Select the disc dropdown to the right > Choose a virtual optical disc file...
  32. +
  33. Browse to and select the downloaded Elementary OS .iso file
  34. +
  35. Click OK
  36. +
  37. Make sure the Elementary OS VM is selected and click Start > Normal
  38. +
  39. The Install dialog should load automatically
  40. +
  41. Select a language on the left, then click the Install elementary button
  42. +
  43. Select a keyboard layout > Click Continue
  44. +
  45. Choose whether to install updates during the installation > Click Continue
  46. +
  47. Click Install Now then Continue to confirm the partitions
  48. +
  49. Select a Region > Click continue
  50. +
  51. Enter a name, computer name, username and password > Click Continue
  52. +
  53. Wait while Elementary OS copies files and installs
  54. +
  55. Click Restart Now to complete the installation, the VM will reboot
  56. +
  57. Press Enter at the remove installation medium prompt
  58. +
  59. Login with the username and password created earlier in the process
  60. +
  61. Click Skip All on the Welcome to elementary OS! dialog
  62. +
  63. Welcome to Elementary OS
  64. +
+ +

Optional Steps

+ +
    +
  1. Click the Applications button > Search "terminal" > Click Terminal
  2. +
  3. Run the following commands to install updates +
    sudo apt-get update
    + sudo apt-get upgrade
    + sudo apt-get clean
    + sudo apt-get install gcc make perl
    +
  4. +
  5. Select Devices > Insert Guest Additions CD image...
  6. +
  7. If the installation autoruns, select Run
  8. +
  9. Open the Files application > Select the Guest Additions Disc > Right click in the white space > Open In > Terminal
  10. +
  11. In the Terminal window run the following commands +
    sudo sh ./VBoxLinuxAdditions.run
    + sudo reboot now
    +
  12. +
  13. The VM will reboot
  14. +
  15. Upon rebooting, you can now full screen the VM and the internal resolution will automatically change to match the window size
  16. +
  17. Log back in
  18. +
+
+
+ + + \ No newline at end of file