Skip to content

Instantly share code, notes, and snippets.

@jimmerioles
Last active March 15, 2023 20:59
Show Gist options
  • Save jimmerioles/0900f4c90fb4aba7bcc659aba58da5db to your computer and use it in GitHub Desktop.
Save jimmerioles/0900f4c90fb4aba7bcc659aba58da5db to your computer and use it in GitHub Desktop.
Debian 11 Workstation & Tinkstation dual/multi boot trial 1
1. Install workstation on 500gb ssd - boot, root and all are inside (sda)
2. Install tinkstation on 250gb ssd - boot, root and all are inside (sdb)
3. Login (will default to tinkstation - the only visible)
3.1 Mount all workstation partitions using Disks
3.2 sudo grub-install /dev/sda1
3.3 sudo os-prober
3.4 sudo update-grub2 (will detect workstation)
3.5 Reboot (at this point workstation will be visible)
4. Login to workstation
4.1 Mount all tinkstation partitions using Disks
4.2 sudo grub-install /dev/sda1
4.3 sudo os-prober
4.4 sudo update-grub2 (will detect tinkstation)
4.5 Reboot (starting this point workstation will be the main grub choice and tinkstation will be second)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment