QUOTE(par0x @ Sep 4 2006, 11:33 AM) [snapback]48117[/snapback]
ok thankyou. will windows still boot cos its not on the E drive..
When a computer start, it looks at the boot up order defined in the BIOS which is usually something like this "Floppy, Harddisk, CD-ROM", but it can be in any other.
If floppy is first, then it tries to boot from the floppy, if it cant find any diskette in the drive, it goes to the next, and tries to boot from that, which usually is the Harddisk i think, then it tries to read the MBR (Master Boot Record) or the bootsector. There it will check if there is any bootloader present (usually that is NTLDR but there are others like LILO and GRUB, etc). Then the bootloader either boots the operating system or if you have more than one operating system it might ask which operating system to boot if it is a so called "multi-bootloader".
Wikipedia has an article about
booting.