• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Boot.ini and Master boot record issues.

Confide

Member
What are the commands for re-writing boot.ini and the master boot record, i used to know it but i cant remember help me out thanks!
Confide
 
For MASTER BOOT RECORD - from a DOS prompt type fdisk /mbr

Typical Boot.ini file:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect

Remember to change the Attributes of the file as it is READ ONLY and be sure to set it back when saving.
 
Back
Top