Originally posted by: skrewler2
bozo sorry but I really couldnt' follow what you were saying, in any case none of that is needed:
if he can get into windows, just use diskmgmt.msc and only mark partition that he's currently booting from active. then in the BIOS make sure that drive is first in the hard drive priority.
Thats the point guy, he cant get into windows with the ntldr missing error, hence the name NT loader. He's in kind of a pickle.
Thats why I went thru all that stuff
And as far as understanding my post, drive volumes only use letters, and there are only 26 letters in the alphabet, and A and B are reserved for floppy drives, so that leaves 24.
Note here that MBR's (master boot records) have only 4 "records" or data lines to describe partitions, hence the posibility to describe only 4 primaries, which is why extended with internal logicals were invented
(Quote)
How disks are partitioned?
All hard disks on all IBM compatible computers have the same way of partitioning. First sector of the disk, called MBR (Master Boot Record), which we will be discussing in details later, contains partition table. This table has four records, each of them can describe one partition. In the simplest case we would have all disk space assigned to one partition, like in the following example:
http://www.ranish.com/part/primer.htm
=================
Windows makes it appear it can only make one primary per drive, but if you use other software to make 4, each O/S installed per partition will work with the XP bootloader.
(Quote)
* Single Partition Windows PC: Many PCs have all of their disk space made into a single partition, and use one of the FAT file systems. Such a machine would have just a single FAT primary partition on it, and nothing else. The other three "slots" for partitions on the disk would be empty.
* Multiple Partition Windows PC - To use more than one partition at a time on a DOS/Windows system, two partitions are used. One is a regular DOS primary partition (which becomes the "C" drive). The other is the extended DOS partition. Within the extended DOS partition, all the other logical drives are created. So a drive with four logical drive letters would have the first (C) be the active primary partition, and the other three (D:, E: and F) would be logicals within the extended DOS partition.
* Multiple Operating System PC - A system with multiple operating systems could use one primary partition for each of up to four different file systems.
http://www.pcguide.com/ref/hdd/file/struct_Partitions.htm
http://www.pcguide.com/ref/hdd/file/struct_Active.htm