Skip to content

Instantly share code, notes, and snippets.

@russellds
Last active June 26, 2024 03:15
Show Gist options
  • Save russellds/c7a72d25167f5ae6fbf9407f93eba883 to your computer and use it in GitHub Desktop.
Save russellds/c7a72d25167f5ae6fbf9407f93eba883 to your computer and use it in GitHub Desktop.
Ubuntu 24.04 Setup and Configuration

Ubuntu 24.04 Setup and Configuration

Hyper-V VM Creation

  1. Download Ubuntu 24.04
  2. In Hyper-V use "new" to create VM.
  3. Enter values in "new" VM wizard, select "Generation 2".
  4. Complete VM wizard.
  5. Right click physical computer in "Hyper-V Manager" and select "Settings...".
  6. Select "Security" and uncheck "Enable Secure Boot" checkbox.
  7. Click "OK" button.

Ubuntu VM Setup

  1. Start VM
  2. Complete Ubuntu Installation wizard.

Ubuntu VM Configuration

  1. In Settings > Displays set Scale = 200%.
  2. Launch Terminal. (Ctrl+Alt+t)
  3. To fix System > Remote Desktop hanging:
    1. Run: sudo apt-get reinstall gnome-remote-desktop
    2. Run: sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment