If I install a GRUB backup on USB flash will it affect my current system GRUB?
I want to be able to boot from HD normally but also boot from USB if something gets broken in my dual-boot setup. It should be transparent to the OSes. Are there any issues with this?
grub2 18.04
add a comment |
I want to be able to boot from HD normally but also boot from USB if something gets broken in my dual-boot setup. It should be transparent to the OSes. Are there any issues with this?
grub2 18.04
add a comment |
I want to be able to boot from HD normally but also boot from USB if something gets broken in my dual-boot setup. It should be transparent to the OSes. Are there any issues with this?
grub2 18.04
I want to be able to boot from HD normally but also boot from USB if something gets broken in my dual-boot setup. It should be transparent to the OSes. Are there any issues with this?
grub2 18.04
grub2 18.04
asked Jan 20 at 19:31
Luke PLuke P
82
82
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you can unplug or disconnect the internal drive, it is rather easy to install Ubuntu (or I would prefer the ultra light-weight Lubuntu) into a USB pendrive.
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
When you have that system, and know that it works, you can turn off the computer and plug in the internal drive again.
Boot into the system installed in the USB drive and run the following command
sudo update-grub
This way, the system should find the operating system(s) in the internal drive and create menu entries for them in the grub menu (of the system in the external drive).
Test that it really works by rebooting and selecting a menu entry for a system in the internal drive.
If you are booting in UEFI mode and dual boot with Windows: Please avoid booting Windows from the internal drive, while the USB drive with your new system is connected. It might destroy the USB drive's boot system.
Sounds good...I may do that. I still have the question: If I did an install of GRUB to USB from my active Ubuntu, will it supersede or bypass my current boot loader? In other words would the USB be my only means of booting?
– Luke P
Jan 20 at 20:36
If you install grub to USB drive with Ubuntu (or Lubuntu), you will not install anything in your internal drive. So it is safe to do that, but be very careful (check and double-check, that you are pointing to the corrent device and file system). In UEFI mode, the system will write to the internal drive -- this is why I suggest to unplug the internal drive. -- You can do the whole thing the manual way and get a very light-weight grub system in your USB drive (but I think it is easier to have an installed system there, so that you can use the standard tools likesudo update-grub
).
– sudodus
Jan 20 at 20:50
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1111454%2fif-i-install-a-grub-backup-on-usb-flash-will-it-affect-my-current-system-grub%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
If you can unplug or disconnect the internal drive, it is rather easy to install Ubuntu (or I would prefer the ultra light-weight Lubuntu) into a USB pendrive.
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
When you have that system, and know that it works, you can turn off the computer and plug in the internal drive again.
Boot into the system installed in the USB drive and run the following command
sudo update-grub
This way, the system should find the operating system(s) in the internal drive and create menu entries for them in the grub menu (of the system in the external drive).
Test that it really works by rebooting and selecting a menu entry for a system in the internal drive.
If you are booting in UEFI mode and dual boot with Windows: Please avoid booting Windows from the internal drive, while the USB drive with your new system is connected. It might destroy the USB drive's boot system.
Sounds good...I may do that. I still have the question: If I did an install of GRUB to USB from my active Ubuntu, will it supersede or bypass my current boot loader? In other words would the USB be my only means of booting?
– Luke P
Jan 20 at 20:36
If you install grub to USB drive with Ubuntu (or Lubuntu), you will not install anything in your internal drive. So it is safe to do that, but be very careful (check and double-check, that you are pointing to the corrent device and file system). In UEFI mode, the system will write to the internal drive -- this is why I suggest to unplug the internal drive. -- You can do the whole thing the manual way and get a very light-weight grub system in your USB drive (but I think it is easier to have an installed system there, so that you can use the standard tools likesudo update-grub
).
– sudodus
Jan 20 at 20:50
add a comment |
If you can unplug or disconnect the internal drive, it is rather easy to install Ubuntu (or I would prefer the ultra light-weight Lubuntu) into a USB pendrive.
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
When you have that system, and know that it works, you can turn off the computer and plug in the internal drive again.
Boot into the system installed in the USB drive and run the following command
sudo update-grub
This way, the system should find the operating system(s) in the internal drive and create menu entries for them in the grub menu (of the system in the external drive).
Test that it really works by rebooting and selecting a menu entry for a system in the internal drive.
If you are booting in UEFI mode and dual boot with Windows: Please avoid booting Windows from the internal drive, while the USB drive with your new system is connected. It might destroy the USB drive's boot system.
Sounds good...I may do that. I still have the question: If I did an install of GRUB to USB from my active Ubuntu, will it supersede or bypass my current boot loader? In other words would the USB be my only means of booting?
– Luke P
Jan 20 at 20:36
If you install grub to USB drive with Ubuntu (or Lubuntu), you will not install anything in your internal drive. So it is safe to do that, but be very careful (check and double-check, that you are pointing to the corrent device and file system). In UEFI mode, the system will write to the internal drive -- this is why I suggest to unplug the internal drive. -- You can do the whole thing the manual way and get a very light-weight grub system in your USB drive (but I think it is easier to have an installed system there, so that you can use the standard tools likesudo update-grub
).
– sudodus
Jan 20 at 20:50
add a comment |
If you can unplug or disconnect the internal drive, it is rather easy to install Ubuntu (or I would prefer the ultra light-weight Lubuntu) into a USB pendrive.
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
When you have that system, and know that it works, you can turn off the computer and plug in the internal drive again.
Boot into the system installed in the USB drive and run the following command
sudo update-grub
This way, the system should find the operating system(s) in the internal drive and create menu entries for them in the grub menu (of the system in the external drive).
Test that it really works by rebooting and selecting a menu entry for a system in the internal drive.
If you are booting in UEFI mode and dual boot with Windows: Please avoid booting Windows from the internal drive, while the USB drive with your new system is connected. It might destroy the USB drive's boot system.
If you can unplug or disconnect the internal drive, it is rather easy to install Ubuntu (or I would prefer the ultra light-weight Lubuntu) into a USB pendrive.
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
- See this link, How do I install Ubuntu to a USB key? (without using Startup Disk Creator)
When you have that system, and know that it works, you can turn off the computer and plug in the internal drive again.
Boot into the system installed in the USB drive and run the following command
sudo update-grub
This way, the system should find the operating system(s) in the internal drive and create menu entries for them in the grub menu (of the system in the external drive).
Test that it really works by rebooting and selecting a menu entry for a system in the internal drive.
If you are booting in UEFI mode and dual boot with Windows: Please avoid booting Windows from the internal drive, while the USB drive with your new system is connected. It might destroy the USB drive's boot system.
answered Jan 20 at 19:46
sudodussudodus
24.1k32875
24.1k32875
Sounds good...I may do that. I still have the question: If I did an install of GRUB to USB from my active Ubuntu, will it supersede or bypass my current boot loader? In other words would the USB be my only means of booting?
– Luke P
Jan 20 at 20:36
If you install grub to USB drive with Ubuntu (or Lubuntu), you will not install anything in your internal drive. So it is safe to do that, but be very careful (check and double-check, that you are pointing to the corrent device and file system). In UEFI mode, the system will write to the internal drive -- this is why I suggest to unplug the internal drive. -- You can do the whole thing the manual way and get a very light-weight grub system in your USB drive (but I think it is easier to have an installed system there, so that you can use the standard tools likesudo update-grub
).
– sudodus
Jan 20 at 20:50
add a comment |
Sounds good...I may do that. I still have the question: If I did an install of GRUB to USB from my active Ubuntu, will it supersede or bypass my current boot loader? In other words would the USB be my only means of booting?
– Luke P
Jan 20 at 20:36
If you install grub to USB drive with Ubuntu (or Lubuntu), you will not install anything in your internal drive. So it is safe to do that, but be very careful (check and double-check, that you are pointing to the corrent device and file system). In UEFI mode, the system will write to the internal drive -- this is why I suggest to unplug the internal drive. -- You can do the whole thing the manual way and get a very light-weight grub system in your USB drive (but I think it is easier to have an installed system there, so that you can use the standard tools likesudo update-grub
).
– sudodus
Jan 20 at 20:50
Sounds good...I may do that. I still have the question: If I did an install of GRUB to USB from my active Ubuntu, will it supersede or bypass my current boot loader? In other words would the USB be my only means of booting?
– Luke P
Jan 20 at 20:36
Sounds good...I may do that. I still have the question: If I did an install of GRUB to USB from my active Ubuntu, will it supersede or bypass my current boot loader? In other words would the USB be my only means of booting?
– Luke P
Jan 20 at 20:36
If you install grub to USB drive with Ubuntu (or Lubuntu), you will not install anything in your internal drive. So it is safe to do that, but be very careful (check and double-check, that you are pointing to the corrent device and file system). In UEFI mode, the system will write to the internal drive -- this is why I suggest to unplug the internal drive. -- You can do the whole thing the manual way and get a very light-weight grub system in your USB drive (but I think it is easier to have an installed system there, so that you can use the standard tools like
sudo update-grub
).– sudodus
Jan 20 at 20:50
If you install grub to USB drive with Ubuntu (or Lubuntu), you will not install anything in your internal drive. So it is safe to do that, but be very careful (check and double-check, that you are pointing to the corrent device and file system). In UEFI mode, the system will write to the internal drive -- this is why I suggest to unplug the internal drive. -- You can do the whole thing the manual way and get a very light-weight grub system in your USB drive (but I think it is easier to have an installed system there, so that you can use the standard tools like
sudo update-grub
).– sudodus
Jan 20 at 20:50
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1111454%2fif-i-install-a-grub-backup-on-usb-flash-will-it-affect-my-current-system-grub%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