Gparted: Extending to unallocated space in the left












1















I want to resize the boot partition to the unallocated space. I know that I have to run gparted in live usb mode. I can delete the fat32 partition. How can I increase the size of the boot partition without losing data? What's the right way?!
The Screenshot link : here
screenshot of 'sudo parted -l' : here










share|improve this question

























  • If new UEFI system the FAT32 partition has all your UEFI boot files. It is not a boot partition, but the ESP - efi system partition. And most Ubuntu installs do not need a /boot partition nor swap, just ESP & / (root)? Post this: sudo parted -l so we can see partitions here.

    – oldfred
    Feb 1 at 18:57













  • @oldfred Every system should have a swap partition or file. Esp if you plan on hibernating your system.

    – heynnema
    Feb 2 at 1:54













  • Status update please. See my answer, below. Please remember to accept it if it was helpful. Thanks!

    – heynnema
    Feb 5 at 15:39
















1















I want to resize the boot partition to the unallocated space. I know that I have to run gparted in live usb mode. I can delete the fat32 partition. How can I increase the size of the boot partition without losing data? What's the right way?!
The Screenshot link : here
screenshot of 'sudo parted -l' : here










share|improve this question

























  • If new UEFI system the FAT32 partition has all your UEFI boot files. It is not a boot partition, but the ESP - efi system partition. And most Ubuntu installs do not need a /boot partition nor swap, just ESP & / (root)? Post this: sudo parted -l so we can see partitions here.

    – oldfred
    Feb 1 at 18:57













  • @oldfred Every system should have a swap partition or file. Esp if you plan on hibernating your system.

    – heynnema
    Feb 2 at 1:54













  • Status update please. See my answer, below. Please remember to accept it if it was helpful. Thanks!

    – heynnema
    Feb 5 at 15:39














1












1








1








I want to resize the boot partition to the unallocated space. I know that I have to run gparted in live usb mode. I can delete the fat32 partition. How can I increase the size of the boot partition without losing data? What's the right way?!
The Screenshot link : here
screenshot of 'sudo parted -l' : here










share|improve this question
















I want to resize the boot partition to the unallocated space. I know that I have to run gparted in live usb mode. I can delete the fat32 partition. How can I increase the size of the boot partition without losing data? What's the right way?!
The Screenshot link : here
screenshot of 'sudo parted -l' : here







dual-boot partitioning gparted






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 2 at 13:40







justanotheruser

















asked Feb 1 at 18:18









justanotheruserjustanotheruser

62




62













  • If new UEFI system the FAT32 partition has all your UEFI boot files. It is not a boot partition, but the ESP - efi system partition. And most Ubuntu installs do not need a /boot partition nor swap, just ESP & / (root)? Post this: sudo parted -l so we can see partitions here.

    – oldfred
    Feb 1 at 18:57













  • @oldfred Every system should have a swap partition or file. Esp if you plan on hibernating your system.

    – heynnema
    Feb 2 at 1:54













  • Status update please. See my answer, below. Please remember to accept it if it was helpful. Thanks!

    – heynnema
    Feb 5 at 15:39



















  • If new UEFI system the FAT32 partition has all your UEFI boot files. It is not a boot partition, but the ESP - efi system partition. And most Ubuntu installs do not need a /boot partition nor swap, just ESP & / (root)? Post this: sudo parted -l so we can see partitions here.

    – oldfred
    Feb 1 at 18:57













  • @oldfred Every system should have a swap partition or file. Esp if you plan on hibernating your system.

    – heynnema
    Feb 2 at 1:54













  • Status update please. See my answer, below. Please remember to accept it if it was helpful. Thanks!

    – heynnema
    Feb 5 at 15:39

















If new UEFI system the FAT32 partition has all your UEFI boot files. It is not a boot partition, but the ESP - efi system partition. And most Ubuntu installs do not need a /boot partition nor swap, just ESP & / (root)? Post this: sudo parted -l so we can see partitions here.

– oldfred
Feb 1 at 18:57







If new UEFI system the FAT32 partition has all your UEFI boot files. It is not a boot partition, but the ESP - efi system partition. And most Ubuntu installs do not need a /boot partition nor swap, just ESP & / (root)? Post this: sudo parted -l so we can see partitions here.

– oldfred
Feb 1 at 18:57















@oldfred Every system should have a swap partition or file. Esp if you plan on hibernating your system.

– heynnema
Feb 2 at 1:54







@oldfred Every system should have a swap partition or file. Esp if you plan on hibernating your system.

– heynnema
Feb 2 at 1:54















Status update please. See my answer, below. Please remember to accept it if it was helpful. Thanks!

– heynnema
Feb 5 at 15:39





Status update please. See my answer, below. Please remember to accept it if it was helpful. Thanks!

– heynnema
Feb 5 at 15:39










1 Answer
1






active

oldest

votes


















0














Make sure that you have a good backup of your important Ubuntu files, as this procedure can corrupt or loose data.



Keep these things in mind:




  • always start the entire procedure with issuing a swapoff on any mounted swap partitions, and end the entire procedure with issuing a swapon on that same swap partition


  • a move is done by pointing the mouse pointer at the center of a partition and dragging it left/right with the hand cursor


  • a resize is done by dragging the left/right side of a partition to the left/right with the directional arrow cursor


  • if any partition can't be moved/resized graphically, you may have to manually enter the specific required numeric data (don't do this unless I instruct you to)


  • you begin any move/resize by right-clicking on the partition in the lower pane of the main window, and selecting the desired action from the popup menu, then finishing that action in the new move/resize window



Do the following...



Note: if the procedure doesn't work exactly as I outline, STOP immediately and DO NOT continue.




  • boot to a Ubuntu Live DVD/USB

  • start gparted


  • move /dev/sda6 left (or delete it if you wish)


  • move /dev/sda7 left


  • resize /dev/sda7 to the right

  • click the Apply button






share|improve this answer


























  • Best to resize NTFS partitions with Windows tools and reboot into Windows immediately as it has to run chkdsk after any resize. And make sure Windows fast start up which sets hibernation flag is off, or gparted will not see NTFS partitions and may cause issues.

    – oldfred
    Feb 2 at 14:44











  • @oldfred I agree that Windows should be used to manipulate NTFS partitions. However we're working with a FAT32 (probably used for sharing files with Windows), and OP has already indicated that they could just delete it. And, of course, an ext4 partition for /. I assumed that by "boot partition" OP meant Ubuntu root. So I think that we're good to go as per my answer.

    – heynnema
    Feb 2 at 15:23













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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1114794%2fgparted-extending-to-unallocated-space-in-the-left%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









0














Make sure that you have a good backup of your important Ubuntu files, as this procedure can corrupt or loose data.



Keep these things in mind:




  • always start the entire procedure with issuing a swapoff on any mounted swap partitions, and end the entire procedure with issuing a swapon on that same swap partition


  • a move is done by pointing the mouse pointer at the center of a partition and dragging it left/right with the hand cursor


  • a resize is done by dragging the left/right side of a partition to the left/right with the directional arrow cursor


  • if any partition can't be moved/resized graphically, you may have to manually enter the specific required numeric data (don't do this unless I instruct you to)


  • you begin any move/resize by right-clicking on the partition in the lower pane of the main window, and selecting the desired action from the popup menu, then finishing that action in the new move/resize window



Do the following...



Note: if the procedure doesn't work exactly as I outline, STOP immediately and DO NOT continue.




  • boot to a Ubuntu Live DVD/USB

  • start gparted


  • move /dev/sda6 left (or delete it if you wish)


  • move /dev/sda7 left


  • resize /dev/sda7 to the right

  • click the Apply button






share|improve this answer


























  • Best to resize NTFS partitions with Windows tools and reboot into Windows immediately as it has to run chkdsk after any resize. And make sure Windows fast start up which sets hibernation flag is off, or gparted will not see NTFS partitions and may cause issues.

    – oldfred
    Feb 2 at 14:44











  • @oldfred I agree that Windows should be used to manipulate NTFS partitions. However we're working with a FAT32 (probably used for sharing files with Windows), and OP has already indicated that they could just delete it. And, of course, an ext4 partition for /. I assumed that by "boot partition" OP meant Ubuntu root. So I think that we're good to go as per my answer.

    – heynnema
    Feb 2 at 15:23


















0














Make sure that you have a good backup of your important Ubuntu files, as this procedure can corrupt or loose data.



Keep these things in mind:




  • always start the entire procedure with issuing a swapoff on any mounted swap partitions, and end the entire procedure with issuing a swapon on that same swap partition


  • a move is done by pointing the mouse pointer at the center of a partition and dragging it left/right with the hand cursor


  • a resize is done by dragging the left/right side of a partition to the left/right with the directional arrow cursor


  • if any partition can't be moved/resized graphically, you may have to manually enter the specific required numeric data (don't do this unless I instruct you to)


  • you begin any move/resize by right-clicking on the partition in the lower pane of the main window, and selecting the desired action from the popup menu, then finishing that action in the new move/resize window



Do the following...



Note: if the procedure doesn't work exactly as I outline, STOP immediately and DO NOT continue.




  • boot to a Ubuntu Live DVD/USB

  • start gparted


  • move /dev/sda6 left (or delete it if you wish)


  • move /dev/sda7 left


  • resize /dev/sda7 to the right

  • click the Apply button






share|improve this answer


























  • Best to resize NTFS partitions with Windows tools and reboot into Windows immediately as it has to run chkdsk after any resize. And make sure Windows fast start up which sets hibernation flag is off, or gparted will not see NTFS partitions and may cause issues.

    – oldfred
    Feb 2 at 14:44











  • @oldfred I agree that Windows should be used to manipulate NTFS partitions. However we're working with a FAT32 (probably used for sharing files with Windows), and OP has already indicated that they could just delete it. And, of course, an ext4 partition for /. I assumed that by "boot partition" OP meant Ubuntu root. So I think that we're good to go as per my answer.

    – heynnema
    Feb 2 at 15:23
















0












0








0







Make sure that you have a good backup of your important Ubuntu files, as this procedure can corrupt or loose data.



Keep these things in mind:




  • always start the entire procedure with issuing a swapoff on any mounted swap partitions, and end the entire procedure with issuing a swapon on that same swap partition


  • a move is done by pointing the mouse pointer at the center of a partition and dragging it left/right with the hand cursor


  • a resize is done by dragging the left/right side of a partition to the left/right with the directional arrow cursor


  • if any partition can't be moved/resized graphically, you may have to manually enter the specific required numeric data (don't do this unless I instruct you to)


  • you begin any move/resize by right-clicking on the partition in the lower pane of the main window, and selecting the desired action from the popup menu, then finishing that action in the new move/resize window



Do the following...



Note: if the procedure doesn't work exactly as I outline, STOP immediately and DO NOT continue.




  • boot to a Ubuntu Live DVD/USB

  • start gparted


  • move /dev/sda6 left (or delete it if you wish)


  • move /dev/sda7 left


  • resize /dev/sda7 to the right

  • click the Apply button






share|improve this answer















Make sure that you have a good backup of your important Ubuntu files, as this procedure can corrupt or loose data.



Keep these things in mind:




  • always start the entire procedure with issuing a swapoff on any mounted swap partitions, and end the entire procedure with issuing a swapon on that same swap partition


  • a move is done by pointing the mouse pointer at the center of a partition and dragging it left/right with the hand cursor


  • a resize is done by dragging the left/right side of a partition to the left/right with the directional arrow cursor


  • if any partition can't be moved/resized graphically, you may have to manually enter the specific required numeric data (don't do this unless I instruct you to)


  • you begin any move/resize by right-clicking on the partition in the lower pane of the main window, and selecting the desired action from the popup menu, then finishing that action in the new move/resize window



Do the following...



Note: if the procedure doesn't work exactly as I outline, STOP immediately and DO NOT continue.




  • boot to a Ubuntu Live DVD/USB

  • start gparted


  • move /dev/sda6 left (or delete it if you wish)


  • move /dev/sda7 left


  • resize /dev/sda7 to the right

  • click the Apply button







share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 2 at 15:31

























answered Feb 2 at 1:20









heynnemaheynnema

21k22360




21k22360













  • Best to resize NTFS partitions with Windows tools and reboot into Windows immediately as it has to run chkdsk after any resize. And make sure Windows fast start up which sets hibernation flag is off, or gparted will not see NTFS partitions and may cause issues.

    – oldfred
    Feb 2 at 14:44











  • @oldfred I agree that Windows should be used to manipulate NTFS partitions. However we're working with a FAT32 (probably used for sharing files with Windows), and OP has already indicated that they could just delete it. And, of course, an ext4 partition for /. I assumed that by "boot partition" OP meant Ubuntu root. So I think that we're good to go as per my answer.

    – heynnema
    Feb 2 at 15:23





















  • Best to resize NTFS partitions with Windows tools and reboot into Windows immediately as it has to run chkdsk after any resize. And make sure Windows fast start up which sets hibernation flag is off, or gparted will not see NTFS partitions and may cause issues.

    – oldfred
    Feb 2 at 14:44











  • @oldfred I agree that Windows should be used to manipulate NTFS partitions. However we're working with a FAT32 (probably used for sharing files with Windows), and OP has already indicated that they could just delete it. And, of course, an ext4 partition for /. I assumed that by "boot partition" OP meant Ubuntu root. So I think that we're good to go as per my answer.

    – heynnema
    Feb 2 at 15:23



















Best to resize NTFS partitions with Windows tools and reboot into Windows immediately as it has to run chkdsk after any resize. And make sure Windows fast start up which sets hibernation flag is off, or gparted will not see NTFS partitions and may cause issues.

– oldfred
Feb 2 at 14:44





Best to resize NTFS partitions with Windows tools and reboot into Windows immediately as it has to run chkdsk after any resize. And make sure Windows fast start up which sets hibernation flag is off, or gparted will not see NTFS partitions and may cause issues.

– oldfred
Feb 2 at 14:44













@oldfred I agree that Windows should be used to manipulate NTFS partitions. However we're working with a FAT32 (probably used for sharing files with Windows), and OP has already indicated that they could just delete it. And, of course, an ext4 partition for /. I assumed that by "boot partition" OP meant Ubuntu root. So I think that we're good to go as per my answer.

– heynnema
Feb 2 at 15:23







@oldfred I agree that Windows should be used to manipulate NTFS partitions. However we're working with a FAT32 (probably used for sharing files with Windows), and OP has already indicated that they could just delete it. And, of course, an ext4 partition for /. I assumed that by "boot partition" OP meant Ubuntu root. So I think that we're good to go as per my answer.

– heynnema
Feb 2 at 15:23




















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1114794%2fgparted-extending-to-unallocated-space-in-the-left%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?