View Single Post
Re: Officially HATING myself since 2005
Old
  (#18)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Officially HATING myself since 2005 - 23-03-2005

Frosty is right, the partitions' bootloaders can only be executed if the master boot record "chainloads" them (which is what Grub does). A hard disk is sliced in the following way:

512 bytes => MBR (+partition table)
512 bytes => partition 1 boot record
all the rest => actual partition 1
512 bytes => partition 2 boot record
all the rest => actual partition 2
etc.

Where Whistler is wrong though, is that everytime Windows will feel like crushing the MBR again (which it does quite often), any custom bootloader you have will zap. You will still need a UNIX recovery disk to fix it manually, and it's not necessarily trivial.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote