02-16-2020, 04:37 PM
I used fdisk in expert mode as per: https://superuser.com/questions/687200/s...at-the-sam
And do not forget to mark the partition as bootable.
d to delete the partition
n to create the new partition with the default start sector (2048) and the end sector you want. Remember that this change is pending until you write the partition table, so it doesn't matter it's not 1953 yet. Next give the command x which is
x extra functionality (experts only)
b move beginning of data in a partition
Using b, you will be allowed to input 1953.
r to return to main menu.
At this moment p should show you 1953 as the start sector. If everything looks fine, write changes to disk with w.
And do not forget to mark the partition as bootable.
d to delete the partition
n to create the new partition with the default start sector (2048) and the end sector you want. Remember that this change is pending until you write the partition table, so it doesn't matter it's not 1953 yet. Next give the command x which is
x extra functionality (experts only)
b move beginning of data in a partition
Using b, you will be allowed to input 1953.
r to return to main menu.
At this moment p should show you 1953 as the start sector. If everything looks fine, write changes to disk with w.