It appears you have not yet registered with our community. To register please click here...

HOME  |  FORUM  |  CONTACT US     

Old Skool Anthemz  

 
3 in 1 Search - Gemm, Netsounds & Musicstack
Search over 60 million vinyl/cd's for sale now! (more info)
 

Go Back   Old Skool Anthemz > Forum > General > Help

Register FAQ Members List Calendar Arcade Search Today's Posts Mark Forums Read





Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1  
Old 26th February 2006, 01:51 PM
Registered Member
 

Join Date: Dec 2001
Gender: Male
Posts: 5,677
need some dos heads in the house!

Howdy.

My dads laptop has become corrupted. When you start it, it says the MSGINA.dll has failed to load and the only option is to restart. Theres no safe mode, last good config doesnt work, nothing.

Ive found his Gericom recovery CD version of Windows XP home sp1, and can get to the c:windows prompt from the "R" recorvery option on th windows setup.

Theres no floppy disk drive on this laptop, and I cant seem to open a USB drive .

Ive checked the system 32 folder and it seems the file is missing, or just hidden.

What I was thinking of doing is copying my "msgina.dll" off my PC onto a cd and replacing it on his laptop into the system32 folder.......

Will this work?

If so, how do i do that in the command prompt. Im terribly rusty with what to type to change directories, copy, rename, etc in the command promt mode.

Can somebody kindly list how I would get msgina.dll from a CD drive into the system 32 folder on my dads laptop?

Also, before I do that, I notice on mine that there is a hidden folder called "last good". C:\windows\lastgood\system32\msgina.dll. Would I be able to access a similar folder on my dads laptop and see if I can replace the file that way? How would I do that?

Cheers

Sirius
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 26th February 2006, 02:11 PM
Board Addict
 

Join Date: Oct 2001
Location: Sheffield / Astley
Gender: Male
Posts: 3,343
Send a message via MSN to fugjostle
MSGina is the user interface for logging into the system. It is a hidden system file and so make sure that its not there first. You can do that from the DOS prompt using:

C:\> cd windows (to speed up the search)
C:\WINDOWS> dir msgina.dll /s/b

Assuming D:\ is the CD drive, this is the copy command:

C:\>copy d:\msgina.dll c:\windows\system32\

or to copy from the lastgood folder:

C:\>copy C:\windows\lastgood\system32\msgina.dll C:\windows\system32\

I've seen this type of thing happen under three conditions:- 1. Virus Infection, 2. Using a 3rd party GINA and 3. When multiple OSes are installed (for example, you have a C:\WINDOWS and C:\WINNT).

Good luck,
f.
__________________

Fug's pearl necklace of wisdom:
- "A cult is a religion with no political power"
- "Age is a high price to pay for maturity"
- "Always remember you're unique. Just like everyone else"
- "A gross ignoramus: 144 times worse than an ordinary ignoramus"
- "Depression is merely anger without enthusiasm"
- "All it takes to fly is to hurl yourself at the ground... and miss"

Last edited by fugjostle : 26th February 2006 at 02:23 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 26th February 2006, 03:00 PM
Registered Member
 

Join Date: Dec 2001
Gender: Male
Posts: 5,677
Thanks bud, but Ive had no luck

C:\> cd windows (to speed up the search)
C:\WINDOWS> dir msgina.dll /s/b

gives me: "The parameter is not valid".

:\>copy C:\windows\lastgood\system32\msgina.dll C:\windows\system32\

Gives me "The system cannot find the file specified".

Plus, I cant eject the startup recovery CD from the drive, it wont allow me whilst its in the recover mode/dos style black screen bit. Therefore I cannot put in my CD Ive just made with the dll on it.



Sirius
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 26th February 2006, 03:50 PM
Board Addict
 

Join Date: Oct 2001
Location: Sheffield / Astley
Gender: Male
Posts: 3,343
Send a message via MSN to fugjostle
Quote:
Originally Posted by sirius
Thanks bud, but Ive had no luck

C:\> cd windows (to speed up the search)
C:\WINDOWS> dir msgina.dll /s/b

gives me: "The parameter is not valid".
try it again but don't use the /b option, if you get the same message again then cd to the c:\windows\system32 folder and just do:

C:\WINDOWS\SYSTEM32> dir msgina.dll

or just do DIR on its own and look through the output manually.

As to the inability to copy the file to disk.... I would suggest copying the contents of the system disk to your system and adding a new directory to the structure for files you need and then reburning the CD. (i.e. it contains the files you want to copy over so you don't need to eject it).

Alternatively, all CD drives have a manual eject button that you can use with a paper clip. Use that because the simple commands like DIR, COPY etc should have been copied to memory and the system CD won't be needed.

Just a few ideas to get you started.
__________________

Fug's pearl necklace of wisdom:
- "A cult is a religion with no political power"
- "Age is a high price to pay for maturity"
- "Always remember you're unique. Just like everyone else"
- "A gross ignoramus: 144 times worse than an ordinary ignoramus"
- "Depression is merely anger without enthusiasm"
- "All it takes to fly is to hurl yourself at the ground... and miss"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 26th February 2006, 04:25 PM
Registered Member
 

Join Date: Dec 2001
Gender: Male
Posts: 5,677
Quote:
Originally Posted by Laptop
C:\windows\system 32>dir msgina.dll
The volume in drive c has no label
The volume serial no. is 2066-xxxx

Directory of c:windows\system32\msgina.dll

No matching files were found

C:\windows\system32>
.

Now what?

The CD drive is like a fanny lol, theres no drawer just a velvet lined slot to slip it in. Theres no pin to eject a cd.

How do I copy the disc image and add files to it so that it remains a "bootable" CDrom? .

I gather, that for whatever reason, the whole gina file is missing? If so, would you suggst that replacing it by any means possible would do the trick?/

Unfortunately my dad tends to use Microsoft default locations, so having to reinstall windows over the top is going to be VERY bad news as it will result in a lot of lost data thats not backed up (as usually is the case).

Sometimes I could yank bill gate's stomach out through his mouth, I really could.

Sirius.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 26th February 2006, 04:57 PM
Registered Member
 

Join Date: Dec 2001
Gender: Male
Posts: 5,677
Spent ALL F@KING day on this c'nt so far . I dont want to be beaten!

heres some other advise Ive found thoughout the 100's of webpages Ive seen today:

Quote:
Try expanding the msgina.dll file from the install CD to the
C:\Windows\System32 directory by using the Recovery Console.

Once you have booted into the Recovery Console, at the command prompt, key in:
EXPAND X:\I386\MSGINA.DL_ C:\Windows\System32
(replace the X with the actual drive letter designation for your CDROM drive)
Once you have keyed in the command above, hit ENTER.

To exit the Recovery Console and restart your computer, at the command
prompt, key in:
EXIT
and hit ENTER
It did something, it completed as far as I know, but alas, its just the same.

** the file is now in the system32 folder 994304 bytes. **

However when booting up into windows, it still just says "failed to load msgina.dll, windows cannot start, contact your system administrator, please restart >RESTART<" Thats it. No safe mode, no last good config, nothing.

Sirius
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 26th February 2006, 08:40 PM
Registered Member
 

Join Date: Dec 2001
Gender: Male
Posts: 5,677
update:

Its totally fubar'd

Nothings worked.

me and my brother are going to look on the web to try and find a way of reinstalling windows without loosing all the data and settings (if thats possible) and try that.

Otherwise its going to be a format, reinstall and take it to some specialist hard drive recovery place to see what can be resurected.

F'king microsoft update that did it. For gods sake bill, sort it out! its not like you havent the money.......

Sirius
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 28th February 2006, 05:30 PM
Board Addict
 

Join Date: Jul 2001
Location: ignorance is bliss...if only i was ignorant
Posts: 4,288
http://www.microsoft.com/technet/pro...ty/msgina.mspx
instructions on recovery


http://support.microsoft.com/?kbid=3...22120121120120
ul have to use floppys 6 of them for an xp bootdisk

u can get cheap usb floppy drives these days
http://www.scan.co.uk/search/search....ria=usb+floppy


hope this helps
__________________
"here i go again its time to start my badness its funny somehow it seems ive had this same old summer maddness"

"I've seen a rich man beg, I've seen a good man sin, I've seen a tough man cry, I've seen a loser win, And a sad man grin, I heard an honest man lie, I've seen the good side of bad, And the downside of up, And everything between, I licked the silver spoon, Drank from the golden cup, And smoked the finest green"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 28th February 2006, 05:34 PM
Board Addict
 

Join Date: Jul 2001
Location: ignorance is bliss...if only i was ignorant
Posts: 4,288
Quote:
Originally Posted by sirius
update:

Its totally fubar'd

Nothings worked.

me and my brother are going to look on the web to try and find a way of reinstalling windows without loosing all the data and settings (if thats possible) and try that.

Otherwise its going to be a format, reinstall and take it to some specialist hard drive recovery place to see what can be resurected.

F'king microsoft update that did it. For gods sake bill, sort it out! its not like you havent the money.......

Sirius
u can rescue teh data very easily as long as you have access to a desktop pc
u can get get a cheap cable that lets you connect a laptop hard drive to an IDE slot on any desktop pc


hope this helps
__________________
"here i go again its time to start my badness its funny somehow it seems ive had this same old summer maddness"

"I've seen a rich man beg, I've seen a good man sin, I've seen a tough man cry, I've seen a loser win, And a sad man grin, I heard an honest man lie, I've seen the good side of bad, And the downside of up, And everything between, I licked the silver spoon, Drank from the golden cup, And smoked the finest green"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 28th February 2006, 08:28 PM
Registered Member
 

Join Date: Dec 2001
Gender: Male
Posts: 5,677
wish Id have seen this earlier

Sirius.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:15 PM.




Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

- Dedicated to the memory of Anthony ROCK-XC -