Change Linux boot partition

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I want to install a newer Ubuntu distro beside my existing one. At later time I want to delete my old distro and move my new Ubuntu to the partition where the old one was. By doing so, boot configuration of my new Ubuntu would be incorrect. How do I fix this?
boot grub2 partitioning
add a comment |Â
up vote
0
down vote
favorite
I want to install a newer Ubuntu distro beside my existing one. At later time I want to delete my old distro and move my new Ubuntu to the partition where the old one was. By doing so, boot configuration of my new Ubuntu would be incorrect. How do I fix this?
boot grub2 partitioning
If you can, try installing the new one in a partition beside the old one. This way, instead of moving the new one, you can remove the old partition and extend the new one. Extending the partition is much easier than moving the OS to another partition. After that you just need toupdate-grub
â Katu
May 29 at 13:17
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info Depends if UEFI or BIOS. Usually most recent install takes over ESP(UEFI) or MBR (BIOS). May just need to boot into new install and re-install grub from there.sudo grub-install /dev/sdaand thensudo update-grub
â oldfred
May 29 at 13:18
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to install a newer Ubuntu distro beside my existing one. At later time I want to delete my old distro and move my new Ubuntu to the partition where the old one was. By doing so, boot configuration of my new Ubuntu would be incorrect. How do I fix this?
boot grub2 partitioning
I want to install a newer Ubuntu distro beside my existing one. At later time I want to delete my old distro and move my new Ubuntu to the partition where the old one was. By doing so, boot configuration of my new Ubuntu would be incorrect. How do I fix this?
boot grub2 partitioning
asked May 29 at 12:27
menteith
1768
1768
If you can, try installing the new one in a partition beside the old one. This way, instead of moving the new one, you can remove the old partition and extend the new one. Extending the partition is much easier than moving the OS to another partition. After that you just need toupdate-grub
â Katu
May 29 at 13:17
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info Depends if UEFI or BIOS. Usually most recent install takes over ESP(UEFI) or MBR (BIOS). May just need to boot into new install and re-install grub from there.sudo grub-install /dev/sdaand thensudo update-grub
â oldfred
May 29 at 13:18
add a comment |Â
If you can, try installing the new one in a partition beside the old one. This way, instead of moving the new one, you can remove the old partition and extend the new one. Extending the partition is much easier than moving the OS to another partition. After that you just need toupdate-grub
â Katu
May 29 at 13:17
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info Depends if UEFI or BIOS. Usually most recent install takes over ESP(UEFI) or MBR (BIOS). May just need to boot into new install and re-install grub from there.sudo grub-install /dev/sdaand thensudo update-grub
â oldfred
May 29 at 13:18
If you can, try installing the new one in a partition beside the old one. This way, instead of moving the new one, you can remove the old partition and extend the new one. Extending the partition is much easier than moving the OS to another partition. After that you just need to
update-grubâ Katu
May 29 at 13:17
If you can, try installing the new one in a partition beside the old one. This way, instead of moving the new one, you can remove the old partition and extend the new one. Extending the partition is much easier than moving the OS to another partition. After that you just need to
update-grubâ Katu
May 29 at 13:17
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info Depends if UEFI or BIOS. Usually most recent install takes over ESP(UEFI) or MBR (BIOS). May just need to boot into new install and re-install grub from there.
sudo grub-install /dev/sda and then sudo update-grubâ oldfred
May 29 at 13:18
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info Depends if UEFI or BIOS. Usually most recent install takes over ESP(UEFI) or MBR (BIOS). May just need to boot into new install and re-install grub from there.
sudo grub-install /dev/sda and then sudo update-grubâ oldfred
May 29 at 13:18
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1041567%2fchange-linux-boot-partition%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
If you can, try installing the new one in a partition beside the old one. This way, instead of moving the new one, you can remove the old partition and extend the new one. Extending the partition is much easier than moving the OS to another partition. After that you just need to
update-grubâ Katu
May 29 at 13:17
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info Depends if UEFI or BIOS. Usually most recent install takes over ESP(UEFI) or MBR (BIOS). May just need to boot into new install and re-install grub from there.
sudo grub-install /dev/sdaand thensudo update-grubâ oldfred
May 29 at 13:18