Recommended Posts

yup, this is a good tweak. several notes:

-if you use the bootlogo switch, you will NOT have the progress bar. if you want to do that, you need to hack ntoskrnl.exe, which is more difficult.

-it is important that this bitmap be 16-color/4-bit (the first post is misleading, not 16-bit color).

-another way to edit the boot.ini file is to go to system properties > advanced > system startup settings > edit.

-it isn't always the last or 5th line. just to be safe, instead of just adding the switch to the line like so:

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /bootlogo /noguiboot

you should have two lines. the original:

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

and the switch:

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /bootlogo /noguiboot

that way, when you boot up, you'll have a menu, in case your bitmap is screwed up and messes up the system. once you know you can boot with your switch, you can delete the other line.

i have 2 alternates for booting also:

1. if you want to see what is loading to the system when booting with black background* (so there is nothing in background), just write this line also to the boot.ini file:

/sos /noguiboot

2. only with "/sos" will gives another altenate. (blue background)

i use the 1. version. :)

  • 6 months later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.