How to include second partition in GRUB
up vote
0
down vote
favorite
I have a single hard drive with two partitions, which currently looks like this:
To keep it short and (hopefully) clear, here's what happened:
- Way back I created two partitions as shown, and installed Ubuntu 13.04 onto
sda1
, leavingsda2
empty - I later installed Ubuntu 18.04 onto
sda2
, partitioning it as shown, and moved to this as my primary OS instance - Since I'm not using
sda1
any more I decided to experiment with migrating back tosda1
so that I could expand to use the whole hard drive; so I backed upsda2
to a NAS using CloneZilla Live - After the backup, I restored the backup on top of
sda1
This last step seemed to redo my GRUB configuration automatically, and it only shows me the entries for sda1
.
Since I'm not quite ready to start working in sda1
yet, how do I get GRUB to show me the entries for sda2
?
boot grub2 partitioning
add a comment |
up vote
0
down vote
favorite
I have a single hard drive with two partitions, which currently looks like this:
To keep it short and (hopefully) clear, here's what happened:
- Way back I created two partitions as shown, and installed Ubuntu 13.04 onto
sda1
, leavingsda2
empty - I later installed Ubuntu 18.04 onto
sda2
, partitioning it as shown, and moved to this as my primary OS instance - Since I'm not using
sda1
any more I decided to experiment with migrating back tosda1
so that I could expand to use the whole hard drive; so I backed upsda2
to a NAS using CloneZilla Live - After the backup, I restored the backup on top of
sda1
This last step seemed to redo my GRUB configuration automatically, and it only shows me the entries for sda1
.
Since I'm not quite ready to start working in sda1
yet, how do I get GRUB to show me the entries for sda2
?
boot grub2 partitioning
First of all, runsudo update-grub
, reboot and see what happens.
– mook765
Nov 26 at 18:48
@mook765 I had tried that, and it didn't change anything for me (same GRUB menu). As part of writing this question I experimented with adding theboot
flag tosda6
, and that seems to now boot automatically intosda6
without showing GRUB. I still need to understand how to convince GRUB to show the OS's from both partitions?
– Geoff
Nov 26 at 18:50
I would run boot-repair as it not only repairs broken boots but also sets up grub entries automatically: help.ubuntu.com/community/Boot-Repair.
– WinEunuuchs2Unix
Nov 27 at 2:14
@WinEunuuchs2Unix Thanks - will take a look.
– Geoff
Nov 27 at 13:28
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a single hard drive with two partitions, which currently looks like this:
To keep it short and (hopefully) clear, here's what happened:
- Way back I created two partitions as shown, and installed Ubuntu 13.04 onto
sda1
, leavingsda2
empty - I later installed Ubuntu 18.04 onto
sda2
, partitioning it as shown, and moved to this as my primary OS instance - Since I'm not using
sda1
any more I decided to experiment with migrating back tosda1
so that I could expand to use the whole hard drive; so I backed upsda2
to a NAS using CloneZilla Live - After the backup, I restored the backup on top of
sda1
This last step seemed to redo my GRUB configuration automatically, and it only shows me the entries for sda1
.
Since I'm not quite ready to start working in sda1
yet, how do I get GRUB to show me the entries for sda2
?
boot grub2 partitioning
I have a single hard drive with two partitions, which currently looks like this:
To keep it short and (hopefully) clear, here's what happened:
- Way back I created two partitions as shown, and installed Ubuntu 13.04 onto
sda1
, leavingsda2
empty - I later installed Ubuntu 18.04 onto
sda2
, partitioning it as shown, and moved to this as my primary OS instance - Since I'm not using
sda1
any more I decided to experiment with migrating back tosda1
so that I could expand to use the whole hard drive; so I backed upsda2
to a NAS using CloneZilla Live - After the backup, I restored the backup on top of
sda1
This last step seemed to redo my GRUB configuration automatically, and it only shows me the entries for sda1
.
Since I'm not quite ready to start working in sda1
yet, how do I get GRUB to show me the entries for sda2
?
boot grub2 partitioning
boot grub2 partitioning
asked Nov 26 at 18:12
Geoff
118115
118115
First of all, runsudo update-grub
, reboot and see what happens.
– mook765
Nov 26 at 18:48
@mook765 I had tried that, and it didn't change anything for me (same GRUB menu). As part of writing this question I experimented with adding theboot
flag tosda6
, and that seems to now boot automatically intosda6
without showing GRUB. I still need to understand how to convince GRUB to show the OS's from both partitions?
– Geoff
Nov 26 at 18:50
I would run boot-repair as it not only repairs broken boots but also sets up grub entries automatically: help.ubuntu.com/community/Boot-Repair.
– WinEunuuchs2Unix
Nov 27 at 2:14
@WinEunuuchs2Unix Thanks - will take a look.
– Geoff
Nov 27 at 13:28
add a comment |
First of all, runsudo update-grub
, reboot and see what happens.
– mook765
Nov 26 at 18:48
@mook765 I had tried that, and it didn't change anything for me (same GRUB menu). As part of writing this question I experimented with adding theboot
flag tosda6
, and that seems to now boot automatically intosda6
without showing GRUB. I still need to understand how to convince GRUB to show the OS's from both partitions?
– Geoff
Nov 26 at 18:50
I would run boot-repair as it not only repairs broken boots but also sets up grub entries automatically: help.ubuntu.com/community/Boot-Repair.
– WinEunuuchs2Unix
Nov 27 at 2:14
@WinEunuuchs2Unix Thanks - will take a look.
– Geoff
Nov 27 at 13:28
First of all, run
sudo update-grub
, reboot and see what happens.– mook765
Nov 26 at 18:48
First of all, run
sudo update-grub
, reboot and see what happens.– mook765
Nov 26 at 18:48
@mook765 I had tried that, and it didn't change anything for me (same GRUB menu). As part of writing this question I experimented with adding the
boot
flag to sda6
, and that seems to now boot automatically into sda6
without showing GRUB. I still need to understand how to convince GRUB to show the OS's from both partitions?– Geoff
Nov 26 at 18:50
@mook765 I had tried that, and it didn't change anything for me (same GRUB menu). As part of writing this question I experimented with adding the
boot
flag to sda6
, and that seems to now boot automatically into sda6
without showing GRUB. I still need to understand how to convince GRUB to show the OS's from both partitions?– Geoff
Nov 26 at 18:50
I would run boot-repair as it not only repairs broken boots but also sets up grub entries automatically: help.ubuntu.com/community/Boot-Repair.
– WinEunuuchs2Unix
Nov 27 at 2:14
I would run boot-repair as it not only repairs broken boots but also sets up grub entries automatically: help.ubuntu.com/community/Boot-Repair.
– WinEunuuchs2Unix
Nov 27 at 2:14
@WinEunuuchs2Unix Thanks - will take a look.
– Geoff
Nov 27 at 13:28
@WinEunuuchs2Unix Thanks - will take a look.
– Geoff
Nov 27 at 13:28
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1096254%2fhow-to-include-second-partition-in-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
First of all, run
sudo update-grub
, reboot and see what happens.– mook765
Nov 26 at 18:48
@mook765 I had tried that, and it didn't change anything for me (same GRUB menu). As part of writing this question I experimented with adding the
boot
flag tosda6
, and that seems to now boot automatically intosda6
without showing GRUB. I still need to understand how to convince GRUB to show the OS's from both partitions?– Geoff
Nov 26 at 18:50
I would run boot-repair as it not only repairs broken boots but also sets up grub entries automatically: help.ubuntu.com/community/Boot-Repair.
– WinEunuuchs2Unix
Nov 27 at 2:14
@WinEunuuchs2Unix Thanks - will take a look.
– Geoff
Nov 27 at 13:28