[OPK 2.0] boot CD aanpassen

Pagina: 1
Acties:

  • dude88
  • Registratie: Mei 2003
  • Niet online
ik heb een boot cd gemaakt met OPK 2.0 om Vista te installeren.

nu heb ik een image op een netwerkshare staan en kan ik er via deze boot CD deployen.

op dit moment gaat het booten van CD als volgt:
To deploy a custom image from a network share
In this step, you will use DiskPart to format the hard drive, and then copy an image down from the network share. For this example, use your master computer as your destination computer.

1. On your destination computer, insert your Windows PE media and restart the computer.
Windows PE will start and launch a command-prompt window.
Note Because this was your master computer, the hard drive contains an active partition. You must override the boot order to boot from the CD/DVD-ROM drive. During initial boot, select the appropriate function key to override the boot order. If this is a new computer, the hard drive will be unformatted, and you can skip this step.

2. Format the hard drive to reflect the required disk configuration requirements by using DiskPart. For example, from a command prompt, type:
diskpart
select disk 0
clean
create partition primary size=20000
select partition 1
active
format
exit
Note You can script this information by saving this information to a text file and storing it in the same location as your image. To run the script from a Window PE command prompt, type: diskpart /s scriptname.txt

3. Copy the image from the network share to your local hard drive. For example, from the command prompt, type:
net use y: \\network_share\images
copy y:\myimage.wim c:
If necessary, provide network credentials for appropriate access.

4. Apply the image to the hard drive by using ImageX located on your Windows PE media. For example, from the command-prompt window, type:
d:\tools\imagex.exe /apply c:\myimage.wim 1 c:
Your custom image is now deployed onto your destination computer. The computer is ready for customer delivery. You can repeat the previous steps for each additional machine you want to ship.
dit is volgens de documenten die er bijgeleverd zitten en werkt dus ook prima :)

het enige probleem hiermee is, dat het naar mijn idee niet helemaal automatisch gaat.
ik wil dus als de boot CD boot dat dit stukje in 1 of 2 scripjes (soort batch) uitgevoerd wordt.

mijn vraag ik dus hoe ik iets aan de boot ISO kan toevoegen dat dit automatisch geladen wordt.
ik kan in de bijgeleverde documenten nergens vinden waar de de boot van de ISO kan aanpassen.
ben benieuwd :)