Installing an IMage using a bootable cd

G

Guest

I have created an Image and want to install that image onto a system not
connected to my development system and has no preloaded OS.

I chose to burn the image onto a cd. I have yet to get a successful execution.

I tried using the hd2iso.exe tool to prepare an iso image but I could never
figure out what to type in for set physical drive, select partiiton, and set
image path. I keep getting erors. I set phsy drive to C partition to 1 and
image path to C:\windows embedded image. Is there something I'm missing?

Is there someting I'm Missing in Target designer?

i'm at a dead end at the moment. would appreciate fresh ideas.

Thanks
 
S

Sean Liming \(eMVP\)

Thereare several ways to deploy a XPe image to a remtoe target:

1. WinPE / SDI Tools that come with XPe
2. Remote Recover - Microsoft recently purchased Winternals so we don't know
the future of this tool, but it is the best.
3. Hard drive swap.
4. FP2007 - possible to use a USB solution if target support USB 2,0 boot

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 
G

Guest

Ok, thanks for the reply.

I want to use the CD method. How do I do that properly? What settings do I
need to take into account? How do I prepare both boxes? How do I get the
other computer to boot up to a point where it will install the image in the
cd drive? How do I get XPe onto the OS free box uing the CD Method?

Thanks
 
S

Sean Liming \(eMVP\)

You have to run the image on a hard drive first and capture with hd2ISO
utility. There are instructions in the help files as well as my books that
discuss how to do this.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 
G

Guest

THanks Mr.Liming. Did the hard drive. I created a second partition on my HD
after resizing it. I did not get a successful install until I made my second
partition active.

After that I was able to get into FBA. From that point My system suffered an
infinite reboot loop. I suspect this was because IN my target designer I set
the Boot to E: instead of C: The problem has since been fixed just pending a
recreation of the image to boot from C:

If the boot settings in the Device>settings into E: instead of C: is not the
cause of the infinite reboot, what else could it be? I never got the blue
screen so it's not a driver issue.

Concerning the image I make and run on a Hard drive. The image I want to
create eventually and transfer onto a cd needs to run a totally different
hardware set-up. The one I am putting into my second partition runs similar
hardware set up to my dev system so I see no issues once it is successfully
installed. You said I had to run the image onto a hard drive then let the HD2
tool do it's thing. Is there anything I need to do in terms of preparation to
ensure that the image I transfer will have the necessary drivers or etc. to
work seamlessly?

Thanks
 
M

mike.zelina

I export the image as normal from Target Designer and then use BartPE
(http://www.nu2.nu/pebuilder/) to generate a bootable XP CD. In BartPE,
include the image folder in the build.

BartPE creates a .iso file that you can then use to create a bootable
CDROM.

Once the CD is booted, partition and format the hard drive and then use
xcopy to copy the folder to the hard drive. Something like:

xcopy /e /r /h /y e:\CDROM\ImageFolder\*.* c:\.

The /h is important as it makes sure you get the hidden files.

If the XP Image is large, you may want to zip it first. If you do, be
sure to include unzip on the BartPE cdrom you create.

You can get free zip/unzip programs at:
http://www.cdrom.com/pub/infozip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top