|
| |||||||||
| Tags: boot file, windows nt, windows vista, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Mastering Boot.ini Edit, modify and understand the functioning of the Boot.ini file. Edit the Boot.ini Understand the boot.ini file options: Consider the boot.ini file to a computer that has installed two operating systems: Code: [boot loader] timeout = 30 default = multi (0) disk (0) rdisk (0) partition (1) \ WINDOWS [operating systems] multi (0) disk (0) rdisk (0) partition (2) \ WINDOWS = "Windows Server 2003, Enterprise" / fastdetect multi (0) disk (0) rdisk (0) partition (1) \ WINDOWS = "Microsoft Windows XP Professional" / fastdetect
Windows Server 2003 is installed on a partition D:, while the professional version of Windows XP takes the drive letter C:. The parameters of Boot.ini useful for troubleshooting: These options can be used if you suspect a memory card is defective, or solve a problem of resource allocation:
It is easier to check one of these options using the System Configuration Utility. If the boxes are grayed out, try this trick:
Edit the Boot.ini although that has more access to the Windows desktop: Let's say we wanted to reduce the amount of memory (up to 128 MB of RAM) used to check if the problem is not a problem of memory. That is to add this parameter in the Boot.ini file: Code: multi (0) disk (0) rdisk (0) partition (1) \ WINDOWS = "Microsoft Windows XP Professional" / fastdetect / MAXMEM = 128
Once a localized problem go back to editing the Boot.ini file and then delete the entry from the menu that will become obsolete. Setting DEP data (DEP): DEP data (DEP) is a feature both in hardware (provided they have a compatible processor that enables the prevention of physical data) and software made by Service Pack 2 Microsoft Windows XP and prevents code execution in the areas of memory "protected". This prevents attacks caused by other viruses and that can execute lines of code from memory locations reserved for the operating system and programs "secure". The new processors can use the DEP data when the physical address extension is enabled. It's easy to control the Boot.ini to verify if this feature is enabled or not. There are two switches: Quote:
|
|
#2
| ||||
| ||||
| Solving a problem in the Boot.ini Solving a problem in the Boot.ini I have twice the same operating system: This followed a parallel installation of Windows XP. The problem is therefore false information in the boot.ini file. So when you start on a system, it's done as a letter in the mail while on the other you're in the installation process (after, for example, a file copy).
Otherwise simply edit the boot.ini file (it is at the root of your disk).
The file looks like this: Code: [boot loader] timeout = 30 default = multi (0) disk (0) rdisk (0) partition (1) \ WINDOWS [operating systems] multi (0) disk (0) rdisk (0) partition (1) \ WINDOWS = "Microsoft Windows XP Professional" / fastdetect multi (0) disk (0) rdisk (0) partition (2) \ WINDOWS = "Microsoft Windows XP Professional" / fastdetect "Invalid Boot.ini. Starting from c: \ windows": Just edit the boot.ini file:
Code: [boot loader] timeout = 30 default = multi (0) disk (0) rdisk (0) partition (1) \ WINDOWS [operating systems] multi (0) disk (0) rdisk (0) partition (1) \ WINDOWS = "Microsoft Windows XP Professional" / fastdetect
Yes confirm the warning message from Windows: "Do you really want to change the extension?" All you have to restart your computer. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Mastering Boot.ini" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mastering songs is possible in Rocksmith 2 | Kungfu Pandey | Video Games | 6 | 15-12-2011 11:00 AM |
| XP wont boot past option to boot to temp boot device and cant get to F8 option for advanced boot menu | justliam | Windows XP Support | 1 | 23-04-2011 04:41 PM |
| Asus laptop:Reboot & select proper boot device or insert boot media in selected boot device? | animalkindness | Windows XP Support | 1 | 24-05-2010 04:59 PM |
| Mastering Safari's bookmarks | mobo_king | Technology & Internet | 5 | 13-01-2009 01:48 PM |
| Request for e-book- mastering regular exp by oreilly in pdf | knowledge | Ebooks | 0 | 15-06-2007 01:49 PM |