TIA
MS provides a DOS floppy disk image which contains all the stuff that you
need to prepare the storage media (fdisk, format, etc): follow the
instructions in http://msdn.microsoft.com/en-us/library/ms902367.aspx
--
Luca Calligaris
www.eurotech.it
"Ethan Parker" <micr...@microsoft.com> ha scritto nel messaggio
news:eys74lFC...@TK2MSFTNGP04.phx.gbl...
You can prepare a floppy disk with bootdisk.144 or setupdisk.144 like
Luca told you, other ways.
1) You can prepare a bootable PenDrive with "HP USB Disk Storage
Format Tool" and put into pendrive a DOS system and after copy to
pendrive the contents of setup disk path (\WINCE500\PUBLIC\COMMON\OAK
\CSP\X86\BIOSLOADER\DISKIMAGES\SETUPDISK), ah, one thing to do before
the copy the contents, you must open boot.ini file and change the
"BinFile=eboot.bix" parameter to "BinFile=nk.bin" (nk.bin file is the
name of your image) after boot your device with pendrive. In this
moment, your device is with DOS system, now you must install the
bootsector in the device storage (Compact Flash, Disk On Module, etc)
with the command "mkdisk.bat c:" (c: is the root of your storage, if
your system map your storage with another letter you must change this
parameter), after you must copy the following files to storage device
(c:) boot.ini, splash.bmx and nk.bin.
Follow a article to help you understand more about this procedure
(www.dmp.com.tw/tech/os-wince/Boot_Windows_CE_from_DOM.pdf)
I hope to be helping
Mauricio de Sousa Coelho
1) Create a bootable Pendrive with DOS system using any tool to do
that (Ex.:HP USB Disk Storage Format Tool)
2) Go to the setup disk path (\WINCE500\PUBLIC\COMMON\OAK\CSP
\X86\BIOSLOADER\DISKIMAGES\SETUPDISK) and change "BinFile=eboot.bix"
parameter to "BinFile=nk.bin" in the boot.ini file. Would be good if
you make a copy of the boot.ini file before.
3) Copy the contents of setup disk path to pendrive.
4) Boot your device with the pendrive.
5) Install the Windows CE bootsector in the device storage(CF, DOM,
etc) with the command "mkdisk.bat c:" (c: is the root of your storage,
if your system map your storage with another letter you must change
this parameter)
6) copy the follow files to the storage device (CF, DOM, etc):
boot.ini (updated) , splash.bmx(logo) and nk.bin(image).
7) remove the pendrive of your device and reboot it
OBSERVATIONS:
1) About item 5: you can see the mkdisk.bat file to understand better
this process
2) About item 6: splash.bmx is a bitmap (.bmp) compressed by
bincompress tool that appears in the Windows CE loading.
I hope to be help
Mauricio de Sousa Coelho
LG Electronic
R&D Latin America Lab
Windows Mobile Team
Thanks all for help.
Nothing of you said works.
I am using WinCE 6.0 R2 so setup disk path (point 2) is quite different.
However I tried in many other ways also reading from
http://msdn.microsoft.com/en-us/library/ms902367.aspx
but unsuccesfully.
The command mkdisk does not exist in my WinXP system.
There is any other way or step-by-step working document to do that?
I have to use a Compact Flash as boot disk with WinCE 6
TIA
You can try this. It worked for me in WinCE 5.
1. Create a bootable Pendrive with DOS system using any tool to do
that (Ex.:HP USB Disk Storage Format Tool)
2. Boot device with USB key
3. Create new primary DOS partition on CF card with fdisk
4. Format CF card and transfer system (example: "format d: /s"). Do it
even if Microsoft says not to do it.
5. Copy files from $WINCEROOT\PUBLIC\COMMON\OAK\CSP\X86\DOS\BOOTDISK,
nk.bin and himem.sys to CF card. If this ruins the boot sector repeat
step 3. and try copying to bootable USB. Then copy these files to CF
in DOS mode directly on the device.
5. Setup autoexec.bat and config.sys so that config loads the himem
and autoexec executes "loadcepc /v nk.bin". Of course you can type
this yourself instead of letting autoexec do this.
Hope this helps and good luck