- Jan 3, 2006
- 8,336
- 942
- 136
recently uninstalled Madrake and want to know how to get it to boot directly to windows, and not the multi partion boot menu.
Originally posted by: Fallen Kell
Pop in a Win98 boot floppy, boot off that then at DOS prompt:
fdisk /MBR
Reboot... Done.
Originally posted by: ChronoReverse
It depends on whether you've installed a linux bootloader or if you're using the Windows one.
Since it's likely the former, you just need to run that fdisk command to write a new bootloader (fdisk isn't on the bootdisk WinXP makes). You can also boot from the WinXP CD and use the recovery console to do the same.
Originally posted by: JM Aggie08
Originally posted by: Fallen Kell
Pop in a Win98 boot floppy, boot off that then at DOS prompt:
fdisk /MBR
Reboot... Done.
ive done it before without a disk. and why Win98? i dont use that.
Master Boot Record, a small program that is executed when a computer boots up. Typically, the MBR resides on the first sector of the hard disk. The program begins the boot process by looking up the partition table to determine which partition to use for booting. It then transfers program control to the boot sector of that partition, which continues the boot process. In DOS and Windows systems, you can create the MBR with the FDISK /MBR command.