Skip to content

Installation Changes #63

Answered by AdityaGarg8
DamianNiolet asked this question in Q&A
Discussion options

You must be logged in to vote

You can resize a windows partition using the windows disk management only.

Now what do you want to further do to the created partition? If you wanna merge, then you have to ensure that the partition is not behind the Ubuntu installation. You can share diskutil list from macOS to check the same.

Also, there is a possibility that the MBR has changed to hybrid from protected during installation. This also needs to be fixed. For this boot into Ubuntu, and in the terminal there run

sudo gdisk /dev/nvme0n1

If MBR in output is hybrid and not protected, press x and return for expert mode, then n to change to protected MBR and w to write changes to disk.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by AdityaGarg8
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants