Running a Fedora 33 Workstation VM in Virtualbox

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=umFlojUsqbw



Duration: 2:28
137 views
3


#Fedora #Linux #Virtualbox

Full steps can be found at https://i12bretro.github.io/tutorials/0261.html

   01. Download Fedora Workstation  https://getfedora.org/
   02. Launch Virtualbox
   03. 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
   04. Click Create
   05. 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
   06. Click Create
   07. Select the VM and Click Settings
   08. Select System ≫ Processor
   09. Give the VM at least 2 processors
   10. Select Display
   11. Slide the Video Memory to 128 MB
   12. Select Network
   13. Set the attached to dropdown to Bridged Adapter
   14. Select Storage
   15. Click on the CD-ROM drive
   16. Select the disc dropdown to the right ≫ Choose a virtual optical disc file...
   17. Browse to and select the downloaded Fedora Workstation .iso file
   18. Click OK
   19. Make sure the Fedora Workstation VM is selected and click Start ≫ Normal
   20. Press Enter to start Fedora Workstation Live
   21. Press Escape to stop the disk check
   22. When the welcome dialog displays click Install to Hard Drive
   23. Select a language ≫ Click Continue
   24. Adjust the keyboard and time zone data if needed
   25. Click the Installation Destination button
   26. Click Done to accept the default values
   27. Click Begin Installation
   28. Wait for the installation to complete copying files
   29. Once complete, Click Devices ≫ Optical Drives ≫ Remove disk from virtual drive
   30. Select Force unmount
   31. Click Finish Installation, the VM will reboot
   32. Click Next
   33. Disable Location Services and Automatic Problem Reporting ≫ Click Next
   34. Click Skip
   35. Enter a name and username ≫ Click Next
   36. Set a password and confirm ≫ Click Next
   37. Click Start Using Fedora
   38. Welcome to Fedora Workstation
 
--------------------------------------------------------------------
Optional Steps
--------------------------------------------------------------------
   01. Click the Activities button ≫ Search "terminal" ≫ Click Terminal
   02. 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-*
   03. Select Devices ≫ Insert Guest Additions CD image...
   04. Open the Files application ≫ Select the Guest Additions Disc ≫ Right click in the white space ≫ Open in terminal
   05. In the Terminal window run the following commands
         sudo sh ./VBoxLinuxAdditions.run
         sudo reboot now
   06. The VM will reboot
   07. Upon rebooting, you can now full screen the VM and the internal resolution will automatically change to match the window size
   08. Log back into Fedora
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Linux
Virtualbox
Virtual Machine
VM
i12bretro
Tutorial
How To
Fedora