what does marking a partition as "active" do?

BlueWeasel

Lifer
Jun 2, 2000
15,944
475
126
Isn't that the old FDISK way of marking a partition as the bootable partition? DOS wouldn't boot if the C:\ partition wasn't marked as active.
 

Fern

Elite Member
Sep 30, 2003
26,907
174
106
Originally posted by: BlueWeasel
Isn't that the old FDISK way of marking a partition as the bootable partition? DOS wouldn't boot if the C:\ partition wasn't marked as active.

Yup
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Just sets a bit in the partition table, if you really want you can set multiple partitions active with certain partition tools.

The basic MS MBR looks for the first active partition and then passes control off to it, nothing more. If you've installed a 3rd party boot record setting a partition active may or may not do anything at all.