Hi Rabie
My tutorial destroys everything on an USB stick
Back in the days, windows only allow a single partition on an USB stick.
If windows finds more, it would read the first partition and pretend that the rest do not exist.
Therefore, I setup a FAT32 partition as the first for file sharing between the systems.
You don't need this if you're not using TC that way.
I put my EFI in the second partition when TC takes the third.
i get like 9 Partitions
sudo gdisk /dev/sdb
sdb sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8 sdb9
i continue anyway with:
sudo gdisk /dev/sdb
GPT fdisk (gdisk) version 1.0.4
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by
typing 'q' if you don't want to convert your MBR partitions
to GPT format!
***************************************************************
Warning! Secondary partition table overlaps the last partition by
33 blocks!
You will need to delete this partition or resize it in another utility.
This means your disk/USB is not a GPT one.
Converting from MBR to GPT may cause data loss.
It's not a must, but most machine that use UEFI prefer GPT format.
Which part do you have trouble with ?
i don't get this part
Which part of my tutorial do you have trouble with ?