Any check of MBR, Boot Sector a.s.o. at boot time?

Does a normal PC (the BIOS) do any checks of MBR, boot sector and boot files at boot time? Are there any checksums ? Are there differences between FAT-12, FAT-16, FAT-32 and NTFS? Juergen

Reply to
Juergen Marquardt
Loading thread data ...

files

The boot sector is loaded by the BIOS. The BIOS does not know about file systems (FAT, NTFS etc). The code in the boot sector is responsible for loading the rest of the bootloader and knows about the file system on the disc. Yes there are checks to prevent the BIOS loading and executing garbage.

Regards Sergio Masci

formatting link
- optimising PIC compiler

Reply to
Sergio Masci

Not much of a check, though - just looking for two bytes set to a magic value! The BIOS _ALSO_ knows nothing of the MBR structure except for those two blessed bytes that indicate a "bootable" disk.

Reply to
Lewin A.R.W. Edwards

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.