2

I want to install the latest LTS Xubuntu version (16.04) on an external SSD hard drive. This is what I'm planning to do:

  1. Prepare a Xubuntu boot stick
  2. Install the Xubuntu version on the new external hard drive

So now the question: Can I use this installed version as a boot stick on my laptop and on my tower PC as well?

Zanna
  • 70,465
lastro
  • 21

1 Answers1

5

Short answer: Yes :-)

Long answer:

Yes, an installed Ubuntu family operating system is portable between computers with the same architecture PCs with Intel or AMD processors.

But there are things to consider.

  • 32-bit operating systems work in 32-bit and 64-bit computers, but 64-bit operating systems work only in 64-bit computers

  • Avoid proprietary drivers (for example for graphics)

  • Normally, an installed system will work only in the boot mode, that was running when installed

    • if installed in UEFI mode, the installed system works in UEFI mode
    • if installed in BIOS mode (alias CSM alias legacy mode), the installed system works in BIOS mode
  • You can tweak an installed system to boot (and work) both in UEFI mode and BIOS mode, but it is not easy, and if connected when Windows is updating, this feature might be destroyed.

  • a live-only or persistent live system is more portable (but an installed system is more flexible concerning what can be installed and updated & upgraded).

See this link for further details,

Boot Ubuntu from external drive.

sudodus
  • 46,324
  • 5
  • 88
  • 152