also @ TechSpot: Congress pressures Google on Glass privacy concerns

Tutorial: Install Recovery Console to boot menu

Discussion in 'Guides and Tutorials' started by Mictlantecuhtli, Oct 8, 2003.

Post New Reply
  1. Mictlantecuhtli TS Special Forces Posts: 4,916   +9

    Install Recovery Console to boot menu

    Seeing that a lot of people are having various problems needing recovery console to fix, I thought to give you this tip:

    You can install Recovery Console to boot menu, eliminating the need of Windows CD. You just need the CD to do it ;)

    From the CD, run

    \i386\winnt32.exe /cmdcons

    This should install it to boot menu so that you can select it by pressing F8 when booting in the future.
  2. poertner_1274 secroF laicepS topShceT Posts: 4,745

    That's a great tip Mictlantecuhtli. I'll make it a "READ" thread so it sticks at the top.
  3. Vehementi TechSpot Paladin Posts: 3,199

    Excellent tip, Mict. I just did it and I'm sure it will be a great help in the future :)
  4. hawk710 Newcomer, in training

    could you explain the step by step on this, I think this is what I might need to fix my problem. Thanks
  5. Phantasm66 Newcomer, in training Posts: 6,504

    Insert your windows 2000 or XP CD.

    Open the command prompt, either from menu or by going to start, run, and typing

    cmd.exe

    and then return.

    opens command prompt windows.

    now, issue this command:

    d:\i386\winnt32.exe /cmdcons

    where d: is the drive letter of your CD ROM drive. There will be some basic setup questions. Then, reboot. You can now select the recovery console from the boot menu, which can help you diagnose problems with your machine.

    the recovery console is also available without prior installation if you boot from the windows CD and choose to recover.
  6. hawk710 Newcomer, in training

    Thank you. I am new to this board but am definitely impressed with it.
     
  7. Rick TechSpot Staff Posts: 6,247   +37

    It seems like whenever I need recovery console, the problem is so bad that I can't boot into recovery console from the boot menu. ;)

    Of course, it is certainly something I have installed though.
  8. Amigosdefox TechSpot Enthusiast Posts: 112

    So how do you uninstall it?
  9. Didou Bowtie extraordinair! Posts: 5,898

    Open a command prompt, then :

    cd c:\
    attrib -hsr boot.ini
    edit boot.ini


    Remove the line for the recovery console & ONLY THAT LINE. Save the changes then :

    attrib +hsr boot.ini
  10. Blorpuncle Newcomer, in training

    As i mentioned in the previous thread ''Read : How to ...'' i seem to have a corrupted registry problem. When i boot from the Windows CD my PC freezes when i get to the Welcome to Setup screen where i could do a setup or select ''R'' for repair. I cannot go into safe mode either because i get the same ''...\system file is missing or corrupt'' message so no command prompt available there for me. I tried creating and using the 6 setup diskettes but that didn't help. I downloaded the latest raid driver but that didn't help either.

    So i wonder, how can i access the Windows CD to run ''\i386\winnt32.exe /cmdcons'' so as to install it at the boot menu since i cannot get a command prompt (unless there is a way that i don't know) ?
  11. Mictlantecuhtli TS Special Forces Posts: 4,916   +9

    Just a small tip that might help recovery console usage:

    [IMG]

    At least Windows Server 2003 and server versions of Win2k have Local Security Policy Editor, but 2k workstation and XP Pro should have Group Policy Object Editor too, just run gpedit.msc and navigate to Computer Configuration - Windows Settings - Security Settings - Local Policies - Security Options.
  12. suzumebachi Newcomer, in training

    is there a way to do this for SP2? when i try doing that it says "Setup cannot continue because the version of Windows on your computer is newer than the version on the CD."
  13. Mictlantecuhtli TS Special Forces Posts: 4,916   +9

    Slipstreaming SP2 files into XP's i386 directory is the only option that I can think of in that case.

    So, you need to copy the XP CD to hard disk, then run SP2 network installer with parameter /integrate:pathwhereyoucopiedit, for example WindowsXP-KB835935-SP2-ENU.exe /integrate:c:\xpcd.

    Then you can run winnt32 /cmdcons from c:\xpcd and delete the directory.

    Heh, hundreds of megabytes needed for 7 megabyte recovery console installation :giddy:
  14. getzoot Newcomer, in training

    No XP cd, how to install recovery console

    I have a Compaq Presario system that came with no XP CD. How then do I install the Recovery Console?
  15. Mictlantecuhtli TS Special Forces Posts: 4,916   +9

    Download & create XP boot floppies, and boot to recovery console using them. It won't install it to the boot menu however, and I can't think of other means without a CD now.

    edit:
    Just a thought.. don't OEMs leave the install files to hard disk somewhere? You could try searching for winnt32.exe, including hidden & system files in search.
  16. getzoot Newcomer, in training

    Yes, found winnt32.exe in window\I386
  17. ricvai7 Newcomer, in training Posts: 31

    Does it replace the contents in file boot.bak as well?
  18. ricvai7 Newcomer, in training Posts: 31

    It's much simpler to rename to boot.bak to boot ini. But for arguement sake, it's possible to edit files using Recovery Console - albeit an indirect method.

    There are certain limitations to Recovery Console. It doesnt include a text editor & it doesnt allow copying files to removable media like floppies.

    Despite so, it's still possible to edit boot.ini.

    Using recovery console, we can still view the contents of boot.ini - type c:\boot.ini

    [boot loader]
    timeout=2
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
    C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons

    Copy the contents of boot.ini into a piece of paper.

    Use another computer (Notepad.exe) or Win98 startup disk (Edit.com) to create a new boot.ini.

    [boot loader]
    timeout=10
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
    C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons

    Copy this into new boot.ini into a floppy & use it to overwrite unto existing copy in Recovery Console. Type copy a:\boot.ini c:\boot.ini
  19. Phantasm66 Newcomer, in training Posts: 6,504

    I have found that the recovery console will not install if you have SP2 installed, so I usually install it first. I didn't check if there is a recovery console for SP2 in the service pack installation folders, there might be.
  20. Mictlantecuhtli TS Special Forces Posts: 4,916   +9

    Look at the picture above.