How can I have the same Linux installation on multiple devices?
Clash Royale CLAN TAG#URR8PPP
I would like to keep my Linux installation on an external SSD, from both my desktop PC and my laptop.
I would like to keep the OS, all my programs and the configurations for them on the external drive, while keeping just the drivers for the specific device (PC/laptop) on a local partition.
The laptop also has some extra apps and scripts (for the touchpad) that would need to run on startup, but not on the desktop.
Is there any way to do this? I haven't yet installed it on either device, so there is nothing I need to keep.
If it isn't possible to have this exact setup, is it possible to have a something like a live USB on the external SSD?
linux live-usb
add a comment |
I would like to keep my Linux installation on an external SSD, from both my desktop PC and my laptop.
I would like to keep the OS, all my programs and the configurations for them on the external drive, while keeping just the drivers for the specific device (PC/laptop) on a local partition.
The laptop also has some extra apps and scripts (for the touchpad) that would need to run on startup, but not on the desktop.
Is there any way to do this? I haven't yet installed it on either device, so there is nothing I need to keep.
If it isn't possible to have this exact setup, is it possible to have a something like a live USB on the external SSD?
linux live-usb
The only problem I'd see with this would be thewhile keeping just the drivers for the specific device (PC/laptop) on a local partition
... but I also don't see the need for that kind of set-up, since if you have all the drivers as dynamically loadable modules they'll only get pulled in if the device is actually present.
– tink
Feb 21 at 20:12
What distro are you considering?
– ctrl-alt-delor
Feb 21 at 21:25
add a comment |
I would like to keep my Linux installation on an external SSD, from both my desktop PC and my laptop.
I would like to keep the OS, all my programs and the configurations for them on the external drive, while keeping just the drivers for the specific device (PC/laptop) on a local partition.
The laptop also has some extra apps and scripts (for the touchpad) that would need to run on startup, but not on the desktop.
Is there any way to do this? I haven't yet installed it on either device, so there is nothing I need to keep.
If it isn't possible to have this exact setup, is it possible to have a something like a live USB on the external SSD?
linux live-usb
I would like to keep my Linux installation on an external SSD, from both my desktop PC and my laptop.
I would like to keep the OS, all my programs and the configurations for them on the external drive, while keeping just the drivers for the specific device (PC/laptop) on a local partition.
The laptop also has some extra apps and scripts (for the touchpad) that would need to run on startup, but not on the desktop.
Is there any way to do this? I haven't yet installed it on either device, so there is nothing I need to keep.
If it isn't possible to have this exact setup, is it possible to have a something like a live USB on the external SSD?
linux live-usb
linux live-usb
asked Feb 21 at 18:24
VladVlad
1
1
The only problem I'd see with this would be thewhile keeping just the drivers for the specific device (PC/laptop) on a local partition
... but I also don't see the need for that kind of set-up, since if you have all the drivers as dynamically loadable modules they'll only get pulled in if the device is actually present.
– tink
Feb 21 at 20:12
What distro are you considering?
– ctrl-alt-delor
Feb 21 at 21:25
add a comment |
The only problem I'd see with this would be thewhile keeping just the drivers for the specific device (PC/laptop) on a local partition
... but I also don't see the need for that kind of set-up, since if you have all the drivers as dynamically loadable modules they'll only get pulled in if the device is actually present.
– tink
Feb 21 at 20:12
What distro are you considering?
– ctrl-alt-delor
Feb 21 at 21:25
The only problem I'd see with this would be the
while keeping just the drivers for the specific device (PC/laptop) on a local partition
... but I also don't see the need for that kind of set-up, since if you have all the drivers as dynamically loadable modules they'll only get pulled in if the device is actually present.– tink
Feb 21 at 20:12
The only problem I'd see with this would be the
while keeping just the drivers for the specific device (PC/laptop) on a local partition
... but I also don't see the need for that kind of set-up, since if you have all the drivers as dynamically loadable modules they'll only get pulled in if the device is actually present.– tink
Feb 21 at 20:12
What distro are you considering?
– ctrl-alt-delor
Feb 21 at 21:25
What distro are you considering?
– ctrl-alt-delor
Feb 21 at 21:25
add a comment |
1 Answer
1
active
oldest
votes
I only know for Debian (this will probably be true of its derivatives).
Debian installs all common drivers by default, others drivers are added on request. There is no problems caused by having extra drivers installed. The OS and drivers are small compared to MS-Windows.
You may have to do some work in the configuration, in the cases where the auto-configuration does not work the way that you wish, and you need to over-ride it differently for the two devices. (However it will be better to wait and see. You could spend much effort planning, but you will learn by doing, and have to throw your plans away).
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502151%2fhow-can-i-have-the-same-linux-installation-on-multiple-devices%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I only know for Debian (this will probably be true of its derivatives).
Debian installs all common drivers by default, others drivers are added on request. There is no problems caused by having extra drivers installed. The OS and drivers are small compared to MS-Windows.
You may have to do some work in the configuration, in the cases where the auto-configuration does not work the way that you wish, and you need to over-ride it differently for the two devices. (However it will be better to wait and see. You could spend much effort planning, but you will learn by doing, and have to throw your plans away).
add a comment |
I only know for Debian (this will probably be true of its derivatives).
Debian installs all common drivers by default, others drivers are added on request. There is no problems caused by having extra drivers installed. The OS and drivers are small compared to MS-Windows.
You may have to do some work in the configuration, in the cases where the auto-configuration does not work the way that you wish, and you need to over-ride it differently for the two devices. (However it will be better to wait and see. You could spend much effort planning, but you will learn by doing, and have to throw your plans away).
add a comment |
I only know for Debian (this will probably be true of its derivatives).
Debian installs all common drivers by default, others drivers are added on request. There is no problems caused by having extra drivers installed. The OS and drivers are small compared to MS-Windows.
You may have to do some work in the configuration, in the cases where the auto-configuration does not work the way that you wish, and you need to over-ride it differently for the two devices. (However it will be better to wait and see. You could spend much effort planning, but you will learn by doing, and have to throw your plans away).
I only know for Debian (this will probably be true of its derivatives).
Debian installs all common drivers by default, others drivers are added on request. There is no problems caused by having extra drivers installed. The OS and drivers are small compared to MS-Windows.
You may have to do some work in the configuration, in the cases where the auto-configuration does not work the way that you wish, and you need to over-ride it differently for the two devices. (However it will be better to wait and see. You could spend much effort planning, but you will learn by doing, and have to throw your plans away).
answered Feb 21 at 21:30
ctrl-alt-delorctrl-alt-delor
12k42461
12k42461
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502151%2fhow-can-i-have-the-same-linux-installation-on-multiple-devices%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The only problem I'd see with this would be the
while keeping just the drivers for the specific device (PC/laptop) on a local partition
... but I also don't see the need for that kind of set-up, since if you have all the drivers as dynamically loadable modules they'll only get pulled in if the device is actually present.– tink
Feb 21 at 20:12
What distro are you considering?
– ctrl-alt-delor
Feb 21 at 21:25