Quick dumb question about Remote Boot Service

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After it first executes off the RAM does it revert to running on the hardrive
after a reboot? Or does it always run off the ram?
Is this the best way to remotely deploy xpe on a system w/ No removable
storage, network connection, and w2k as the primary os? thanks.
 
walnut,

Remote Boot is implemented through RAM Boot (where your image is just downloaded from network).
So, to answer your question, it always run off the RAM and there is no built-in functionality to flush the image on a persistent
storage on target.

However, you can always do that manually. Moreover, this is how many of us here have implemented their deployment scenarios.
Basically, you create an image to be boot remotely. When the image is running on the device you do:
- prepare the storage media (use tools like diskpart, format, etc.)
- download a full XPe image from network or any local removable media you have on the device (CD-ROM, USB, etc.)
- burn the image on to the persistent storage (xcopy, SDI extract, etc.)
- reboot (make sure to abort Remote Boot here)

You can definitely automate the procedure by using various scripts.
 

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

Similar Threads

SATA HardDrive 14
Remote Booting to non-volatile storage 2
CF boot issue 0
EWF and Remote Boot 11
Problems abount remote boot 5
Making changes to a image 1
Remote Boot Install 7
Question about boot program 1

Back
Top