| | |
NTLDR compressed nothing is working
![]() |
•
•
Join Date: May 2009
Posts: 4
Reputation:
Solved Threads: 0
I have had problems with my computer for a while, I noticed little by little I kept getting my messgaes of files missing and things not working properly. Today, I tried to do a system restore. I tried 3 times. every time the computer turned back on the message NTLDR compresed press control alt delete. I tried and tried. I took it to have it looked at and they say the files are still on the drive. they said they can fix it for 199.00. I have tried for almost 10 hours now everything I have read on the internet. Even HP and compaq solutions. it says that command is not recognizable. I am so upset at this point, my son has a report due tom. I had to take his report to work and type it. I am at work posting this. Please if anyone can help me, now I am to the point all I can do is cry. I did not recieve and disk when I bought the computer, they said that the system recovery was on another part of the computer. One that could not be damaged and I didn't need it.
Last edited by aguadamuz2; May 26th, 2009 at 6:08 am.
•
•
•
•
I did not recieve and disk when I bought the computer, they said that the system recovery was on another part of the computer. One that could not be damaged and I didn't need it.
follow this if you can .
http://h10025.www1.hp.com/ewfrf/wc/f...&product=12455
Last edited by caperjack; May 26th, 2009 at 6:54 am.
Linux boot cd http://www.knopper.net/knoppix/index-en.html
Wubi is an officially supported Ubuntu Linux installer for Windows .
http://wubi-installer.org/
Wubi is an officially supported Ubuntu Linux installer for Windows .
http://wubi-installer.org/
•
•
Join Date: May 2009
Posts: 4
Reputation:
Solved Threads: 0
•
•
•
•
hello and welcome hope this helps
follow this if you can .
http://h10025.www1.hp.com/ewfrf/wc/f...&product=12455
•
•
Join Date: May 2005
Posts: 3,204
Reputation:
Solved Threads: 188
I think you may have entered a wrong command syntax? "compaq not recognizable" ... I think you typed COMPAQ.
COMPACT is the command...
C:\Documents and Settings\XXX>compact /?
Displays or alters the compression of files on NTFS partitions.
COMPACT [/C | /U] [/S[:dir]] [/A] [/I] [/F] [/Q] [filename [...]]
/C Compresses the specified files. Directories will be marked
so that files added afterward will be compressed.
/U Uncompresses the specified files. Directories will be marked
so that files added afterward will not be compressed.
/S Performs the specified operation on files in the given
directory and all subdirectories. Default "dir" is the
current directory.
/A Displays files with the hidden or system attributes. These
files are omitted by default.
/I Continues performing the specified operation even after errors
have occurred. By default, COMPACT stops when an error is
encountered.
/F Forces the compress operation on all specified files, even
those which are already compressed. Already-compressed files
are skipped by default.
/Q Reports only the most essential information.
filename Specifies a pattern, file, or directory.
Used without parameters, COMPACT displays the compression state of
the current directory and any files it contains. You may use multiple
filenames and wildcards. You must put spaces between multiple
parameters.
COMPACT is the command...
C:\Documents and Settings\XXX>compact /?
Displays or alters the compression of files on NTFS partitions.
COMPACT [/C | /U] [/S[:dir]] [/A] [/I] [/F] [/Q] [filename [...]]
/C Compresses the specified files. Directories will be marked
so that files added afterward will be compressed.
/U Uncompresses the specified files. Directories will be marked
so that files added afterward will not be compressed.
/S Performs the specified operation on files in the given
directory and all subdirectories. Default "dir" is the
current directory.
/A Displays files with the hidden or system attributes. These
files are omitted by default.
/I Continues performing the specified operation even after errors
have occurred. By default, COMPACT stops when an error is
encountered.
/F Forces the compress operation on all specified files, even
those which are already compressed. Already-compressed files
are skipped by default.
/Q Reports only the most essential information.
filename Specifies a pattern, file, or directory.
Used without parameters, COMPACT displays the compression state of
the current directory and any files it contains. You may use multiple
filenames and wildcards. You must put spaces between multiple
parameters.
Last edited by gerbil; May 26th, 2009 at 7:31 am.
Deep, deep in the woods, but walking about.
•
•
Join Date: May 2009
Posts: 4
Reputation:
Solved Threads: 0
•
•
•
•
I think you may have entered a wrong command syntax? "compaq not recognizable" ... I think you typed COMPAQ.
COMPACT is the command...
C:\Documents and Settings\XXX>compact /?
Displays or alters the compression of files on NTFS partitions.
COMPACT [/C | /U] [/S[:dir]] [/A] [/I] [/F] [/Q] [filename [...]]
/C Compresses the specified files. Directories will be marked
so that files added afterward will be compressed.
/U Uncompresses the specified files. Directories will be marked
so that files added afterward will not be compressed.
/S Performs the specified operation on files in the given
directory and all subdirectories. Default "dir" is the
current directory.
/A Displays files with the hidden or system attributes. These
files are omitted by default.
/I Continues performing the specified operation even after errors
have occurred. By default, COMPACT stops when an error is
encountered.
/F Forces the compress operation on all specified files, even
those which are already compressed. Already-compressed files
are skipped by default.
/Q Reports only the most essential information.
filename Specifies a pattern, file, or directory.
Used without parameters, COMPACT displays the compression state of
the current directory and any files it contains. You may use multiple
filenames and wildcards. You must put spaces between multiple
parameters.
Wow gerbil you sound so much more advanced than I, i really don't know what I am doing. Maybe you can walk me through this? If you could that would be so wonderful.
Here are some questions that I have:
1) which dirve should I be using c or e? One is presario and one is presario_rp.
2) if this works and I am able to get my computer to start can i press the r key so it only restores and doesn't delete all my old files?
I am sorry, i don't want to sound all dumb and all, but really i just know how to use a computer not fix on. I hope you understand. Once again thank you for any assistance you are able to give
•
•
Join Date: May 2005
Posts: 3,204
Reputation:
Solved Threads: 188
Okay, what you need to do is uncompress ntldr.
Let's assume that Windows directory is in your C: drive, and so you have C:\Windows\ [your systemdrive], then ntldr will be in the root, C:\ [but it is hidden]
So, if using Recovery Console then you would type the commands:
cd c:\
attrib -c ntldr
exit
Otherwise, using the HP recovery interface..
1- Turn on the computer. When the initial logo screen appears, press the F10 key repeatedly until a message about starting recovery appears.
2- At the Recovery screen, click Advanced Options and then press the Alt and D keys at the same time to go to a command prompt.
Then your commands would be:
c:
cd \windows\system32
compact ntldr /u c:\ntldr
exit
Click Quit. Say how you go...
Just a note. Systemdrive... if you go start, and paste into the Run box:
%systemdrive%
explorer should open in it.. it is usually C:
Let's assume that Windows directory is in your C: drive, and so you have C:\Windows\ [your systemdrive], then ntldr will be in the root, C:\ [but it is hidden]
So, if using Recovery Console then you would type the commands:
cd c:\
attrib -c ntldr
exit
Otherwise, using the HP recovery interface..
1- Turn on the computer. When the initial logo screen appears, press the F10 key repeatedly until a message about starting recovery appears.
2- At the Recovery screen, click Advanced Options and then press the Alt and D keys at the same time to go to a command prompt.
Then your commands would be:
c:
cd \windows\system32
compact ntldr /u c:\ntldr
exit
Click Quit. Say how you go...
Just a note. Systemdrive... if you go start, and paste into the Run box:
%systemdrive%
explorer should open in it.. it is usually C:
Last edited by gerbil; May 26th, 2009 at 8:55 am.
Deep, deep in the woods, but walking about.
•
•
Join Date: May 2005
Posts: 3,204
Reputation:
Solved Threads: 188
Thinking about it, I am a little nonplussed by those instructions from the HP webpage.... I don't know why they want you to got to the system32 directory.... ntldr is not in there.
COMPACT is also in cmd.exe. Because it appears that you can start your computer you can just go Start, Run... and enter:
cmd
Then in the cmd window type these commands, entering each:
cd c:\
compact ntldr /u c:\ntldr
exit
All done. And easier.
COMPACT is also in cmd.exe. Because it appears that you can start your computer you can just go Start, Run... and enter:
cmd
Then in the cmd window type these commands, entering each:
cd c:\
compact ntldr /u c:\ntldr
exit
All done. And easier.
Deep, deep in the woods, but walking about.
![]() |
Similar Threads
- thinkvantage T60p not able to login after installing program (Windows NT / 2000 / XP)
- caanot find NTLDR??? (Windows NT / 2000 / XP)
- NTLDR is missing. (Windows Software)
- :ntldr missing .. :: (Windows 95 / 98 / Me)
- ntldr is compressed (Troubleshooting Dead Machines)
- Error: NTLDR is compressed. Press CTRL_ALT_DEL to retart. (Troubleshooting Dead Machines)
Other Threads in the Windows NT / 2000 / XP Forum
- Previous Thread: System Admin Tools
- Next Thread: XP PRO RDP Screen Repaint Latency
| Thread Tools | Search this Thread |
.net 3.5 3daccelertion 64bit 2010 a.exe activedirectory address alaris android application black blue bsod bulletin canonical chinese chkdsk codeplex collaboration combofix computerfreezes cursor deployments desktop domain drive dual eartlink error explorer fax fonts framework freeze gadgets hardware home intel internet laptop laptops latitude lcd linux mac markshuttleworth memory microsoft minimalizes mobile monitor motionle1600 netbooks opensource operatingsystems options oracle osinstallationproblem outlook palm partition port printer program proxy raid rds reformat remotedesktop remotedesktopconnection retail retrieve screen security server. sharepoint sitetositevpn slowperformance sp1 sp3 spyware studios technology ubuntu uninstall update upgrade videodrivers virtual virus vpn webos weecam window windows windows7 windowsxp xp xpde






