So I have read that I can install linux's boot partition on the same boot partition as windows. I want to do this so I can have windows be in my bootloader. But linux needs 500 MiB for it and it only has 100 MiB. How can I make it bigger, gparted says it is already max size.
My parted -l:
Model: ATA HGST HTS721010A9 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 106MB 105MB fat32 EFI system partition boot, esp
2 106MB 240MB 134MB Microsoft reserved partition msftres
3 240MB 881GB 881GB ntfs Basic data partition msftdata
6 881GB 887GB 5268MB linux-swap(v1) - I added in gparted for linux
7 887GB 969GB 82.3GB ext4 - I added in gparted for linux
4 980GB 981GB 839MB ntfs Basic data partition hidden, diag
5 981GB 1000GB 19.4GB ntfs Basic data partition hidden, diag
sudo parted -l
– oldfred Apr 19 '20 at 15:46