You mean its not supported anymore. I thought it did more than just tune a
few things and was useful in finding where the time was spent. I have used it
before on a different machine to find that most of my boot time there was too
much IO to $mft, which was found to be heavily (7 fragments) fragmented (this
is not the current problem because MFT has only two - minimum possible -
fragments in this case). How do you find out about where the boot time is
spent without bootvis? What is the microsoft supported way of finding this?
I did the 'diagnostic msconfig' you mentioned in the other reply. Apart from
making it ugly, it actually booted in 3 minutes instead. So, no its not
services/startup.
My system boots fine, within 15 seconds it says "loading personal settings",
shows me my desktop background (but no desktop items), and then it sits there
for upto 1-2 minutes before painting my desktop items.
This machine is using two WD raptors in raid 0, with AMD 3800 dual core and
should fly during the boot.
> > I am trying to debug a very slow startup but bootvis dies with an error:
> > "number of logical drives in this configuration is 0, invalid system
[quoted text clipped - 23 lines]
> related to "resume time." Knowledge Base is a free information service
> available at: http://support.microsoft.com/?scid=fh;[ln];kbhowto
devsk - 29 May 2006 22:48 GMT
ok, some progress. If I disable all network adapters my system boots in 20
seconds. All adapters are configured with static IP so, there is no DHCP
involved. What does the system do with network that requires so much time?
Its almost as if I can boot with disabled network and put the network enable
thing in Startup folder because enabling it takes 2 seconds.
does anybody know what commands will enable and bring up a network interface?
> You mean its not supported anymore. I thought it did more than just tune a
> few things and was useful in finding where the time was spent. I have used it
[quoted text clipped - 42 lines]
> > related to "resume time." Knowledge Base is a free information service
> > available at: http://support.microsoft.com/?scid=fh;[ln];kbhowto
jmatt@webace.com.au - 29 May 2006 23:50 GMT
> ok, some progress. If I disable all network adapters my system boots in 20
> seconds.
See if any of these help.
Correcting System Hang at Startup
http://www.msfn.org/articles.php?action=show&showarticle=168
http://www.techspot.com/tweaks/winxp_services/services-3.shtml
http://www.techspot.com/tweaks/winxp_services/index.shtml
http://www.techspot.com/tweaks/wfp/index.shtml
Very Slow boot when networking
http://www.tweakxp.com/tweak954.aspx
http://tweakxp.com/SearchResults.aspx?q=Very+Slow+boot+when+networking&Submit=Search
devsk - 30 May 2006 02:24 GMT
thanks for the links. I took the workaround path. Downloaded a utility called
devcon from microsoft.com and using it wrote two small scripts to disable two
network adapters at shutdown and enable them back at restart.
Now, during boot, by 20th second, desktop is ready and CPU usage is zero and
by 22nd second I am on the net...:-)
Thanks for all the help.
For others, devcon is available here:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q311272
You need to get "hardware IDs" for the network adapters from the "Device
Manager" by accessing the "Properties" for the network adapter under
"details" and selecting "hardware ID" from drop down list.
then "devcon disable '<hardware ID>'" to disable the adapter and "devcon
enable '<hardware ID>'" to enable it. Startup/shutdown scripts are under
start->run->gpedit.msc,
Local Computer Policy->Computer Configuration->Windows
Settings->startup/shutdown scripts.
Have fun!!
> > ok, some progress. If I disable all network adapters my system boots in 20
> > seconds.
[quoted text clipped - 10 lines]
> http://www.tweakxp.com/tweak954.aspx
> http://tweakxp.com/SearchResults.aspx?q=Very+Slow+boot+when+networking&Submit=Search
jmatt@webace.com.au - 30 May 2006 03:08 GMT
> For others, devcon is available here:
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q311272
Thanks devsk