From 67fc5715285f0731b8f8e8dc7ba637ac26d94ae9 Mon Sep 17 00:00:00 2001 From: i12bretro <54692756+i12bretro@users.noreply.github.com> Date: Thu, 11 Mar 2021 00:05:01 -0500 Subject: [PATCH] 0261: Running a Fedora 33 Workstation VM in Virtualbox --- 0261.html | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 0261.html diff --git a/0261.html b/0261.html new file mode 100644 index 0000000..33be8d1 --- /dev/null +++ b/0261.html @@ -0,0 +1,156 @@ + + + + Running a Fedora 33 Workstation VM in Virtualbox + + + + + + +
+
+
+

Running a Fedora 33 Workstation VM in Virtualbox

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

    Name: Fedora Workstation
    + Machine Folder: C:\VMs
    + Type: Linux
    + Version: Fedora (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 Fedora Workstation.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 Fedora Workstation .iso file
  34. +
  35. Click OK
  36. +
  37. Make sure the Fedora Workstation VM is selected and click Start > Normal
  38. +
  39. Press Enter to start Fedora Workstation Live
  40. +
  41. Press Escape to stop the disk check
  42. +
  43. When the welcome dialog displays click Install to Hard Drive
  44. +
  45. Select a language > Click Continue
  46. +
  47. Adjust the keyboard and time zone data if needed
  48. +
  49. Click the Installation Destination button
  50. +
  51. Click Done to accept the default values
  52. +
  53. Click Begin Installation
  54. +
  55. Wait for the installation to complete copying files
  56. +
  57. Once complete, Click Devices > Optical Drives > Remove disk from virtual drive
  58. +
  59. Select Force unmount
  60. +
  61. Click Finish Installation, the VM will reboot
  62. +
  63. Click Next
  64. +
  65. Disable Location Services and Automatic Problem Reporting > Click Next
  66. +
  67. Click Skip
  68. +
  69. Enter a name and username > Click Next
  70. +
  71. Set a password and confirm > Click Next
  72. +
  73. Click Start Using Fedora
  74. +
  75. Welcome to Fedora Workstation
  76. +
+ +

Optional Steps

+ +
    +
  1. Click the Activities button > Search "terminal" > Click Terminal
  2. +
  3. Run the following commands to install updates +
    sudo dnf check-update
    + sudo dnf update
    + sudo dnf clean all
    + sudo dnf install dkms kernel-devel gcc bzip2 make curl
    + sudo dnf update kernel-*
    +
  4. +
  5. Select Devices > Insert Guest Additions CD image...
  6. +
  7. Open the Files application > Select the Guest Additions Disc > Right click in the white space > Open in terminal
  8. +
  9. In the Terminal window run the following commands +
    sudo sh ./VBoxLinuxAdditions.run
    + sudo reboot now
    +
  10. +
  11. The VM will reboot
  12. +
  13. Upon rebooting, you can now full screen the VM and the internal resolution will automatically change to match the window size
  14. +
  15. Log back into Fedora
  16. +
+
+
+ + + \ No newline at end of file