thnx buddy for sharing it, its nice trick.
u can also enable Safemode in boot loader by using following methods:
1.) Open "
C:\BOOT.INI" file in notepad, it should be similar like following:
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" /NOEXECUTE=OPTIN /FASTDETECT
Copy the last line saying "Microsoft Windows XP Professional" and paste it at last of file (i.e., make a copy of last line):
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" /NOEXECUTE=OPTIN /FASTDETECT
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /NOEXECUTE=OPTIN /FASTDETECT
Now add:
Code:
/SAFEBOOT:MINIMAL /BOOTLOG /SOS
at last of the last line in following manner:
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" /NOEXECUTE=OPTIN /FASTDETECT
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional Safe Mode" /NOEXECUTE=OPTIN /FASTDETECT /SAFEBOOT:MINIMAL /BOOTLOG /SOS
Now when u'll reboot, u'll get an extra option for Safe mode also.
2.)
Start -> Run, type
msconfig
Goto
BOOT.INI tab and select the line, saying:
Code:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /NOEXECUTE=OPTIN /FASTDETECT
or something like that and enable:
Code:
/SAFEBOOT
/BOOTLOG
/SOS
options!
PS: As I said earlier, now when u'll select windows XP in the boot loader it'll boot into Safe mode. So its better that before applying above procedure, u also copy the line saying "windows xp professional....." in BOOT.INI file and make changes on that line so u'll be able to boot in both normal as well as safe mode.