Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.67 KB

File metadata and controls

57 lines (39 loc) · 1.67 KB

Ubuntu 24.04 after installation bootstrap

After OS installation

  1. Download, extract, make script executable chmod +x ubuntu_desktop_bootstrap-0.2/bootstrap.sh
  2. Add .ssh directory with your keys to the ubuntu_desktop_bootstrap directory
  3. Edit the USER variable in bootstrap.sh accordingly to the name of your user
  4. Run the script as root sudo ./bootstrap.sh

After script execution

  1. Setup connection to GCP (gcloud init & gcloud auth login)
  2. Use Java installer
  3. Use Composer installer
  4. Use Nodejs installer
  5. Reboot
  6. Perform basic configuration via UI
  7. Move data from backup
  8. Config sensors readme1 readme2
  9. check dmesg errors with sudo dmesg --level=emerg,alert,crit,err,warn,notice,info

Java installation

The script must be run as root. Run the script without options to see examples of usage.

You must have folders with respecting unarchived JDKs next to the script file.

Composer installation

Run it as a user ./composer_installer.sh

NVM & nodejs installation

Run it as a user ./nodejs_installer.sh <version>

Gnome setup

Setup & config manually Extensions used:

Virtual box

If VMs can't run due to

VirtualBox can't operate in VMX root mode.
Please disable the KVM kernel extension, recompile your kernel and reboot.
(VERR_VMX_IN_VMX_ROOT_MODE).

Run sudo modprobe -r kvm_intel