Recovery Console?
#1
Posted 11 August 2004 - 08:27 PM
Well I see:
Installing Recovery Console During an Unattended Install
In order to install the Recovery Console during the unattended installation of Windows, it is necessary to use the [GuiRunOnce] section of the unattend.txt file.
Command1="path\winnt32 /cmdcons /unattend"
Ok so what should path be. And besides there is no winnt32 folder on the cd or on windows installation?
cya,
Will
#2
Posted 11 August 2004 - 08:44 PM
Quote
winnt32 is not a folder, but a program. There are two on the setup-disk actually: winnt32.exe and winnt32.msi. They both reside in the root-folder i386. So the command would become:
Command1="i386\winnt32.exe /cmdcons /unattend"
But I don't know in what kind of a context you are thinking. Cuz this command will not work, because you'll need to specify the cdromdrive-letter. And you can't do that from the winnt.sif or unattend.txt (the same) file, because it's prepared before the installation, and before you could ever know what the driveletter will be......
#3
Posted 11 August 2004 - 09:24 PM
http://support.micro...spx?kbid=216417
It says " it is necessary to use the [GuiRunOnce] section of the unattend.txt file"
so it must work.
How about:
[GuiRunOnce]
Command1=".\i386\winnt32.exe /cmdcons /unattend"
I'm about to test it and find out, I guess.
#4
Posted 11 August 2004 - 09:31 PM
%CDROM%\i386\winnt32.exe /cmdconsfrom a batch-file run via GUIrunonce.
#5
Posted 11 August 2004 - 09:52 PM
#6
Posted 11 August 2004 - 10:26 PM
So what does this do? Its not a boot option right? Or is it?
Cause with my Gold CD when you enter the cd with windows already installed it has the Recoveryy Console with R for repair but once I intergrated SP2 it fanished.
So I am hoping this is how I get it back but after reading I'm doubt full. I do not really want two boot options.
And it seems you can not use the Gold copy to do a repair cause then you get a boot error once the repair is done.
So wtf. Something about scann the hard disk using chkdsk /f which I did but still says that after I scanned. And I even took the hard drive out and switch to another pc. Also tried fixmbr but no luck.
So I hope this works:
WINNT.sif
[GuiRunOnce] %systemdrive%\install\findDrive.cmd Command1="%CDROM%\i386\winnt32 /cmdcons /unattend /dudisable"
findDrive.cmd
@echo off for %%a in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%a:\i386\winnt.exe set CDROM=%%a: EXIT
#7
Posted 11 August 2004 - 11:36 PM
Making a CD unattended does away with the Recovery console option. You can always use your original CD if you need the recovery console.
What kind of boot error are you talking about?
#8
Posted 11 August 2004 - 11:43 PM
jrzycrim, on Aug 12 2004, 12:36 AM, said:
Making a CD unattended does away with the Recovery console option. You can always use your original CD if you need the recovery console.
What kind of boot error are you talking about?
Hey,
Yea thats what I thought. Kinda sucks.
The boot error I get is:
0x0000007B
Yes tried everything referenced here and other pages it points to:
http://support.microsoft.com/default.aspx?...kb;en-us;324103
I figured something would go wrong.
Seeing as it is:
Windows XP Pro. Retail Gold VS Windows XP Corp. SP2
Meaning I installed using Windows XP Corp. SP2 unattended but then you use the Gold cd but of course its not the same files as the SP2 cd when you need a repair. Even different cd keys.
So whats you are saying I should make another sp2 cd which is not unattended?
#9
Posted 12 August 2004 - 12:19 AM
An unattended CD does not give you the option of doing a repair install. You could just make a regular CD with SP2 to use for repairs. I've heard you can make a pseudo multi-boot CD which will let you choose between a regular install or a unattended install. So far, I haven't found any threads which contain details on this.
#11
Posted 12 August 2004 - 02:40 AM
jrzycrim, on Aug 12 2004, 11:49 AM, said:
You're right about that.
Go here, and make yourself a 2-in-1 optimized CD - guide
Now (after making that), you can pop your CD into the drive, and choose whether to load unattended install (no repair install offered) or to load normal install (repair-install is offered, just like before).
The installing of recovery console (your original issue) won't end up giving you multiple options everytime your system boots up. It will add itself to the "Startup Options". You can press F8, and choose to run "Recovery Console" just like you use "Safe Mode" - that option won't even show itself and isn't accessible to anybody, except for you, who knows that such an option exists.
#12
Posted 12 August 2004 - 06:34 PM
But yea I will try that guide out.
Thanks man,
Will



Help

Back to top









