Command (m for help):
d
Partition number (1-4):
1
# create the first partition
Command (m for help):
n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4):
1
First cylinder (1-522, default 1):
<enter>
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-522, default 522):
+2500M
#If you backtrack ISO is more than 2.5 GB, you need to specify a bigger size
#create the second partition
Command (m for help):
n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4):
2
First cylinder (193-522, default 193):
<enter>
Using default value 193
Last cylinder, +cylinders or +size{K,M,G} (193-522, default 522):
<enter>
Using default value 522
# Setting the partition type for the first partition to vfat/fat32
Command (m for help):
t
Partition number (1-4):
1
Hex code (type L to list codes):
b
Changed system type of partition 1 to b (W95 FAT32)
# Setting the partition type for the second partition to Linux
Command (m for help):
t
Partition number (1-4):
2
Hex code (type L to list codes):
83
# Setting the first partition active
Command (m for help):
a
Partition number (1-4):
1
Command (m for help):
w