Re: Recover my XPe image
From: KM (konstmor_at_nospam_yahoo.com)
Date: 08/03/04
- Next message: KM: "Re: PXE Boot and XPE"
- Previous message: KM: "Re: Enter Just One Runtime PID For An Image?"
- In reply to: Slobodan Brcin \(eMVP\): "Re: Recover my XPe image"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Aug 2004 12:04:55 -0700
Even though I vote for the bootsector.DOS loaded by ntldr solution (the code is definitely really simple and just a few INT 13
calls), there are many solutions as Slobodan mentioned.
In one of "high level" approaches where I did not have a full control of the hardware (could not change partition layout), I had to
go with a quick solution - I just used ntldr to boot another XPe image from the same partition. The second "recovery" image was
loading a set of batch files to *prepare* the main XPe image. Since you are able to change boot.ini through a batch, the entire
procedure is easy to automate (only the procedure initiation is required).
--
Regards,
KM, BSquare Corp.
> Hi Malvem,
>
> There are too many possible ways to do this.
> Depending on OS that you will use on second partition. (Or no OS at all)
>
> I would make simple ultra short code in asm (<100 bytes compiled) and let ntldr load and execute it as it would try to load DOS.
> This code would use int 13 for reading from second partition and writing to first partition.
>
> If not then you have on your disposal tools like ghost or tools for manipulating SDI file.
>
> Or you can use API functions like CreateFile, ReadFile, and WriteFile from second XPe to copy content of file to volume.
>
> I hope that this will give you some idea that is applicable in your case.
>
> Regards,
> Slobodan
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know!
> https://www.windowsembeddedeval.com/community/newsgroups
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> "Malvem" <velbony@yahoo.com.tw> wrote in message news:54e0dde9.0408030451.3714550f@posting.google.com...
> > Hi Slobodan,
> > Plz tell me more detail.
> > reimage? How to reimage?
> >
> >
> > Regards,
> > Malvem
> >
> >
> > "Slobodan Brcin \(eMVP\)" <sbrcin@ptt.yu> wrote in message news:<erZZaEIeEHA.720@TK2MSFTNGP11.phx.gbl>...
> > > Hi Malven,
> > >
> > > If you want it to look nice then hardly if not:
> > > Make multi OS boot.ini.
> > >
> > > On second partition place recovery OS that will reimage first partition. (Yuk.)
> > >
> > > Regards,
> > > Slobodan
> > >
> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know!
> > > https://www.windowsembeddedeval.com/community/newsgroups
> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
- Next message: KM: "Re: PXE Boot and XPE"
- Previous message: KM: "Re: Enter Just One Runtime PID For An Image?"
- In reply to: Slobodan Brcin \(eMVP\): "Re: Recover my XPe image"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|