Error with logon screen after installing bootscreen

Tuesday, April 21, 2009 by hazeof3dd | Discussion: WinCustomize Talk

So I wanted to give Bootscreen Vista a try, thought it looked nice at first, but it did something kind of weird. My logon screen (where you enter the password, or in my case, swipe a fingerpring), has had some of the text removed under the icons, just my name appears under my logo icon, and none of the fingerprint reader status message are displayed under the fingerprint icon. Then, when I close my laptop and then open it again (standby mode?), the logon screen looks the same as at startup, but when I logon, the screen flicks black for a second, then when the desktop comes up, it tells me that the Windows Logon User Interface has closed. Any ideas how to fix this issue? I've since restored the Windows default bootscreen and uninstalled bootscreen vista.

First Previous Page 1 of 2 Next Last
yrag
Reply #1 Tuesday, April 21, 2009 11:03 PM

System Restore

or

Command Prompt (As Admin)

sfc /scannow

reboot

 

hazeof3dd
Reply #2 Wednesday, April 22, 2009 12:03 AM

Tried the system restore, told me that the disk has errors and i need to scan it first, so i clicked that and it said it can't scan it while the disk is in use, asked if I wanted to scan on startup, said yes, (schedule scan) and restarted, but no scan ever happened. When I tried your other suggestion, it found problems, and was unable to repair some of them, when I looked in the log file it created, I was unable to figure out what any of it meant haha. Your help is appreciated.

yrag
Reply #3 Wednesday, April 22, 2009 12:10 AM

What's the make and flavor of your lap?

hazeof3dd
Reply #4 Wednesday, April 22, 2009 12:15 AM

Make and flavor huh? haha Cherry? HP TX2000 with Windows Vista Home Premium. That what you wanted to know?

yrag
Reply #5 Wednesday, April 22, 2009 12:26 AM

HP TX2000 was what I needed.....no Vista DVD...correct?

hazeof3dd
Reply #6 Wednesday, April 22, 2009 12:31 AM

Thats mostly correct, I do have a upgrade version of Vista used on a different laptop. While I don't have that disk with me now, I'll have access to it after Sunday.

yrag
Reply #7 Wednesday, April 22, 2009 12:33 AM

Is it only the Fingerprint not working?

hazeof3dd
Reply #8 Wednesday, April 22, 2009 12:38 AM

It's not really that its not working, its just that none of the text below it is working, I can still swipe my fingerprint to log in, it has just removed the "Swipe your fingerprint to log in" and any other messages that come from swiping. But yes, that is the only obvious problem I see right now, just the lack of some text on the log on screen.

yrag
Reply #9 Wednesday, April 22, 2009 12:46 AM

Try two things:

Device Manager > USB Controllers > HX2LP. Roll back driver. (no roll back: un-install/re-install)

Reboot

(if Personal Security Devices appear in Device Manager skip and go to #2)

No joy....

Open Command Prompt (admin): chkdsk /R

Reboot

hazeof3dd
Reply #10 Wednesday, April 22, 2009 12:53 AM

no luck on either I'm afraid. HX2LP does not exist under USB Controllers. And with chkdsk /R, again it tells me it needs to activate on restart, and when i say yes, it never shows up when i restart my computer...

yrag
Reply #11 Wednesday, April 22, 2009 1:05 AM

That ain't good....sounds like the Master File Table is borked. You certainly have more wrong then the Fingerprint text. I guess it would be too much to hope you just got this and there's not much of your stuff on it.....

Let's toy with Vista and see if we can get it to cough up it's problem.

Command Prompt (admin):

sfc /VERIFYONLY=c

 

hazeof3dd
Reply #12 Wednesday, April 22, 2009 1:29 AM

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

C:\Users\Jesse>sfc /VERIFYONLY =c

Microsoft (R) Windows (R) Resource Checker Version 6.0
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

Scans the integrity of all protected system files and replaces incorrect version
s with
correct Microsoft versions.

SFC [/SCANNOW] [/VERIFYONLY] [/SCANFILE=<file>] [/VERIFYFILE=<file>]
    [/OFFWINDIR=<offline windows directory> /OFFBOOTDIR=<offline boot directory>
]

/SCANNOW        Scans integrity of all protected system files and repairs files
with
                problems when possible.
/VERIFYONLY     Scans integrity of all protected system files. No repair operati
on is
                performed.
/SCANFILE       Scans integrity of the referenced file, repairs file if problems
 are
                identified. Specify full path <file>
/VERIFYFILE     Verifies the integrity of the file with full path <file>.  No re
pair
                operation is performed.
/OFFBOOTDIR     For offline repair specify the location of the offline boot dire
ctory
/OFFWINDIR      For offline repair specify the location of the offline windows d
irectory

e.g.

        sfc /SCANNOW
        sfc /VERIFYFILE=c:\windows\system32\kernel32.dll
        sfc /SCANFILE=d:\windows\system32\kernel32.dll /OFFBOOTDIR=d:\ /OFFWINDI
R=d:\windows
        sfc /VERIFYONLY

C:\Users\Jesse>

 

Thats what came up when I did that

hazeof3dd
Reply #13 Wednesday, April 22, 2009 1:34 AM

One thing that makes me very curious is what did BootScreen Vista from Objectdock do that caused this problem? It has to have been the problem, because i had restarted my computer, isntalled bootscreen, added a skin, and restarted with the problem...

yrag
Reply #14 Wednesday, April 22, 2009 1:52 AM

Shit.....I screwed that up. I was going to have you verify the Windows kernel and decided not to. I should have deleted the "=c" part. 

Run:

Command Prompt (admin);

sfc /OFFWINDIR =d:\windows     

One thing that makes me very curious is what did BootScreen Vista from Objectdock do that caused this problem? It has to have been the problem, because i had restarted my computer, isntalled bootscreen, added a skin, and restarted with the problem...
 

No idea, but for something that people see for 2 seconds I wish they'd take a pass. That said, it may not have anything other than bad timing to do with your problem.

hazeof3dd
Reply #15 Wednesday, April 22, 2009 1:58 AM
typed that in and got the same results as last time. and yeah, the 2 seconds of pretty pictures really isn't worth this....
yrag
Reply #16 Wednesday, April 22, 2009 2:03 AM

When that's done:

Command Prompt (admin):

findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt

If any entries are listed as 'Unable to Repair' you're going to have to do a DVD repair. The only other option is the HP Recovery and I would avoid that for obvious reasons.

yrag
Reply #17 Wednesday, April 22, 2009 2:08 AM

typed that in and got the same results as last time

Did you copy/ paste it? 

hazeof3dd
Reply #18 Wednesday, April 22, 2009 2:10 AM

yup, no joy there

yrag
Reply #19 Wednesday, April 22, 2009 2:12 AM

My typing skills suck....do it again:

sfc /OFFWINDIR=d:\windows  

hazeof3dd
Reply #20 Wednesday, April 22, 2009 2:17 AM

hmmmmmmm still no dice...?

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01