Results 1 to 2 of 2

Thread: How to create a template to run the Recovery Console

  1. #1
    Domenic Smith is offline Member
    Join Date
    May 2009
    Posts
    78
    Rep Power
    4

    Default How to create a template to run the Recovery Console

    How to create a template to run the Recovery Console by using a Remote Installation Service server will you me to create this would be very thankful for your help?

  2. #2
    Domenic Smith is offline Member
    Join Date
    May 2009
    Posts
    78
    Rep Power
    4

    Default

    Make a template to execute the Recovery Setup by utilizing a RIS server

    By making a template (.sif) file that includes the following information, you will be able to insert the Recovery Setup selection to the RIS server. You will be able to rename the file Recovery Console.sif, and then keep it in the templates file in any existing image on the RIS server. Because RIS specifies the templates folder for sif files to conclude the menu categories, keeping it in the templates folder of RIS image permits it to be demonstrated.

    You might need to cover this category from other users by limiting file system ACLs (Access Control Lists) to administrators because the utilize of this template need that the PC be rejoined to the domain. Note that the supported type for executing the Recovery Setup is to utilize the installation media. This option is provided only as a matter of convenience, and receives only "commercially reasonable effort" support.

    To make the following file, you will be able to utilize a text editor such as Setupmgr.exe or Notepad from the Windows Server 2003 startup drive:

    [data]
    floppyless = "1"
    msdosinitiated = "1"
    OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%"
    OriTyp = "4"
    LocalSourceOnCD = 1

    [SetupData]
    OsLoadOptions = "/noguiboot /fastdetect"
    SetupSourceDevice =
    "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%IN STALLPATH%"

    [UserData]
    FullName = "%USERFULLNAME%"
    OrgName = "%ORGNAME%"
    ComputerName = %MACHINENAME%

    [RemoteInstall]
    Repartition = no
    [OSChooser]
    Description ="Microsoft Windows XP Professional - Recovery Console"
    Help ="Allows user to perform repair operations, without local media, of a Windows Professional installation."
    LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.co m"
    ImageType =FLAT
    Version="5.1 (0)"

    Note that the "Repartition = No" line must exist or RIS attempts to reformat the hard disk. The [UserData] section must also exist, or Setup does not succeed.

    When the Welcome To Setup screen comes into view, either press R or F10 to restore, and then press C for the Recovery Setup. If repairs are complete, you have to retort the domain.

Similar Threads

  1. Problem regarding GRUB recovery console
    By Erick Ballmer in forum Linux/Free BSD
    Replies: 1
    Last Post: 12-08-2009, 11:55 AM
  2. How to Access the Windows Recovery Console
    By Annalie Birgitta in forum Windows XP
    Replies: 0
    Last Post: 11-24-2009, 10:08 AM
  3. How to remove Windows Recovery Console:
    By Idoia Jaione in forum Windows 7/2000/NT
    Replies: 0
    Last Post: 10-01-2009, 05:53 PM
  4. Recovery Console
    By enrich444 in forum Windows XP
    Replies: 0
    Last Post: 11-26-2008, 08:19 AM
  5. Recovery Console
    By ziunalt in forum Windows Vista
    Replies: 0
    Last Post: 11-14-2008, 08:01 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48