How to upgrade Ubuntu on a dual boot system?
I have a dual boot system with a previous 10.04 version of Ubuntu and Windows 7.
I need to upgrade the existing version of Ubuntu while working on my dual boot safely.
Is there a specific way to do that?
upgrade dual-boot
add a comment |
I have a dual boot system with a previous 10.04 version of Ubuntu and Windows 7.
I need to upgrade the existing version of Ubuntu while working on my dual boot safely.
Is there a specific way to do that?
upgrade dual-boot
2
A distribution upgrade on one partition will not modify the other OS. The only possible change effecting the other OS will be an upgrade from GRUB to GRUB2 (and I'm not even sure if this will happen on an upgrade vs a fresh install), however GRUB2 should still auto detect and configure a boot option for Windows 7.
– adempewolff
May 28 '12 at 3:55
add a comment |
I have a dual boot system with a previous 10.04 version of Ubuntu and Windows 7.
I need to upgrade the existing version of Ubuntu while working on my dual boot safely.
Is there a specific way to do that?
upgrade dual-boot
I have a dual boot system with a previous 10.04 version of Ubuntu and Windows 7.
I need to upgrade the existing version of Ubuntu while working on my dual boot safely.
Is there a specific way to do that?
upgrade dual-boot
upgrade dual-boot
edited Jan 7 at 15:34
Kulfy
3,96851240
3,96851240
asked May 28 '12 at 3:50
TharinduTharindu
1112
1112
2
A distribution upgrade on one partition will not modify the other OS. The only possible change effecting the other OS will be an upgrade from GRUB to GRUB2 (and I'm not even sure if this will happen on an upgrade vs a fresh install), however GRUB2 should still auto detect and configure a boot option for Windows 7.
– adempewolff
May 28 '12 at 3:55
add a comment |
2
A distribution upgrade on one partition will not modify the other OS. The only possible change effecting the other OS will be an upgrade from GRUB to GRUB2 (and I'm not even sure if this will happen on an upgrade vs a fresh install), however GRUB2 should still auto detect and configure a boot option for Windows 7.
– adempewolff
May 28 '12 at 3:55
2
2
A distribution upgrade on one partition will not modify the other OS. The only possible change effecting the other OS will be an upgrade from GRUB to GRUB2 (and I'm not even sure if this will happen on an upgrade vs a fresh install), however GRUB2 should still auto detect and configure a boot option for Windows 7.
– adempewolff
May 28 '12 at 3:55
A distribution upgrade on one partition will not modify the other OS. The only possible change effecting the other OS will be an upgrade from GRUB to GRUB2 (and I'm not even sure if this will happen on an upgrade vs a fresh install), however GRUB2 should still auto detect and configure a boot option for Windows 7.
– adempewolff
May 28 '12 at 3:55
add a comment |
1 Answer
1
active
oldest
votes
Whenever it comes to upgrading Ubuntu, there are many ways to do it. What I would recommend (especially to keep the integrity of your dual boot) is to open up "Update Manager" from the Dash menu/Applications menu. Then, run the upgrade to 12.04 that is listed near the top. This will upgrade 12.04 but there will be no negative effect to your dual boot.
I did this and had no troubles. Same for the last 4 versions of Ubuntu on the same machine.
– dibs
May 28 '12 at 4:36
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%2f143116%2fhow-to-upgrade-ubuntu-on-a-dual-boot-system%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
Whenever it comes to upgrading Ubuntu, there are many ways to do it. What I would recommend (especially to keep the integrity of your dual boot) is to open up "Update Manager" from the Dash menu/Applications menu. Then, run the upgrade to 12.04 that is listed near the top. This will upgrade 12.04 but there will be no negative effect to your dual boot.
I did this and had no troubles. Same for the last 4 versions of Ubuntu on the same machine.
– dibs
May 28 '12 at 4:36
add a comment |
Whenever it comes to upgrading Ubuntu, there are many ways to do it. What I would recommend (especially to keep the integrity of your dual boot) is to open up "Update Manager" from the Dash menu/Applications menu. Then, run the upgrade to 12.04 that is listed near the top. This will upgrade 12.04 but there will be no negative effect to your dual boot.
I did this and had no troubles. Same for the last 4 versions of Ubuntu on the same machine.
– dibs
May 28 '12 at 4:36
add a comment |
Whenever it comes to upgrading Ubuntu, there are many ways to do it. What I would recommend (especially to keep the integrity of your dual boot) is to open up "Update Manager" from the Dash menu/Applications menu. Then, run the upgrade to 12.04 that is listed near the top. This will upgrade 12.04 but there will be no negative effect to your dual boot.
Whenever it comes to upgrading Ubuntu, there are many ways to do it. What I would recommend (especially to keep the integrity of your dual boot) is to open up "Update Manager" from the Dash menu/Applications menu. Then, run the upgrade to 12.04 that is listed near the top. This will upgrade 12.04 but there will be no negative effect to your dual boot.
answered May 28 '12 at 3:55
Ryan McClureRyan McClure
3,34393363
3,34393363
I did this and had no troubles. Same for the last 4 versions of Ubuntu on the same machine.
– dibs
May 28 '12 at 4:36
add a comment |
I did this and had no troubles. Same for the last 4 versions of Ubuntu on the same machine.
– dibs
May 28 '12 at 4:36
I did this and had no troubles. Same for the last 4 versions of Ubuntu on the same machine.
– dibs
May 28 '12 at 4:36
I did this and had no troubles. Same for the last 4 versions of Ubuntu on the same machine.
– dibs
May 28 '12 at 4:36
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%2f143116%2fhow-to-upgrade-ubuntu-on-a-dual-boot-system%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
2
A distribution upgrade on one partition will not modify the other OS. The only possible change effecting the other OS will be an upgrade from GRUB to GRUB2 (and I'm not even sure if this will happen on an upgrade vs a fresh install), however GRUB2 should still auto detect and configure a boot option for Windows 7.
– adempewolff
May 28 '12 at 3:55