Help with Boot.ini

G

Guest

I have a 1.6Gb primary master HD with 2 partitions on 1.3 G with XP Pro on it
and 256Mb with an embedded image. The image runs works fine. I also have a
512Mb scandisk as a secondary master that I am trying to transfer the image
to and boot. What changes do I need to make to the boot.ini file to make
this happen?

this is my current boot.ini,

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Pro/fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Embedded" /fastdetect

thanks
kevin
 
J

JC

Should look like this, if your system has your flash setup correctly,
remember the BIOS has to support flash boot. Several boards out there do not
map the Flash port to the IDE bus, but as a memory bus only (no access from
BIOS to boot)

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Pro/fastdetect
multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="XP Embedded" /fastdetect

HTH,

--
JC- BSquare Corp.
If you wish to reply directly to me, remove the <nospam_ > from the address.
kevin said:
I have a 1.6Gb primary master HD with 2 partitions on 1.3 G with XP Pro on
it
and 256Mb with an embedded image. The image runs works fine. I also
have a
512Mb scandisk as a secondary master that I am trying to transfer the
image
to and boot. What changes do I need to make to the boot.ini file to make
this happen?

this is my current boot.ini,

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Pro/fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Embedded" /fastdetect

thanks
kevin
 
G

Guest

thanks JC. big help, I'm running a NS Geode GX1, I'll have check the boot
status.


JC said:
Additionally here are some resources to de-mystify the boot.ini:

http://support.microsoft.com/default.aspx?scid=kb;en-us;289022

http://msdn.microsoft.com/embedded/usewinemb/xp/techrsrcxp/howtos/stepgde/test/default.aspx

just some basics...

HTH,
JC

--
JC- BSquare Corp.
If you wish to reply directly to me, remove the <nospam_ > from the address.
kevin said:
I have a 1.6Gb primary master HD with 2 partitions on 1.3 G with XP Pro on
it
and 256Mb with an embedded image. The image runs works fine. I also
have a
512Mb scandisk as a secondary master that I am trying to transfer the
image
to and boot. What changes do I need to make to the boot.ini file to make
this happen?

this is my current boot.ini,

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Pro/fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Embedded" /fastdetect

thanks
kevin
 
J

JC

Geode GX1 with Disk on Chip, or CF... if It's Disk on chip, make sure you
have the M-Systems Component in your SLX file.

Regards,
JC

--
JC- BSquare Corp.
If you wish to reply directly to me, remove the <nospam_ > from the address.
kevin said:
thanks JC. big help, I'm running a NS Geode GX1, I'll have check the boot
status.


JC said:
Additionally here are some resources to de-mystify the boot.ini:

http://support.microsoft.com/default.aspx?scid=kb;en-us;289022

http://msdn.microsoft.com/embedded/usewinemb/xp/techrsrcxp/howtos/stepgde/test/default.aspx

just some basics...

HTH,
JC

--
JC- BSquare Corp.
If you wish to reply directly to me, remove the <nospam_ > from the
address.
kevin said:
I have a 1.6Gb primary master HD with 2 partitions on 1.3 G with XP Pro
on
it
and 256Mb with an embedded image. The image runs works fine. I also
have a
512Mb scandisk as a secondary master that I am trying to transfer the
image
to and boot. What changes do I need to make to the boot.ini file to
make
this happen?

this is my current boot.ini,

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Pro/fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Embedded" /fastdetect

thanks
kevin
 
G

Guest

its a scandisk 512Mb CF. The book for the board saysthat it can boot from CF
also.
kevin

JC said:
Geode GX1 with Disk on Chip, or CF... if It's Disk on chip, make sure you
have the M-Systems Component in your SLX file.

Regards,
JC

--
JC- BSquare Corp.
If you wish to reply directly to me, remove the <nospam_ > from the address.
kevin said:
thanks JC. big help, I'm running a NS Geode GX1, I'll have check the boot
status.


JC said:
Additionally here are some resources to de-mystify the boot.ini:

http://support.microsoft.com/default.aspx?scid=kb;en-us;289022

http://msdn.microsoft.com/embedded/usewinemb/xp/techrsrcxp/howtos/stepgde/test/default.aspx

just some basics...

HTH,
JC

--
JC- BSquare Corp.
If you wish to reply directly to me, remove the <nospam_ > from the
address.
I have a 1.6Gb primary master HD with 2 partitions on 1.3 G with XP Pro
on
it
and 256Mb with an embedded image. The image runs works fine. I also
have a
512Mb scandisk as a secondary master that I am trying to transfer the
image
to and boot. What changes do I need to make to the boot.ini file to
make
this happen?

this is my current boot.ini,

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Pro/fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Embedded" /fastdetect

thanks
kevin
 
S

Slobodan Brcin \(eMVP\)

Kevin,

This might be useful to you:
http://msdn.microsoft.com/embedded/community/community/tips/xp/rtpartin/default.aspx

Best regards,
Slobodan

kevin said:
thanks JC. big help, I'm running a NS Geode GX1, I'll have check the boot
status.


JC said:
Additionally here are some resources to de-mystify the boot.ini:

http://support.microsoft.com/default.aspx?scid=kb;en-us;289022

http://msdn.microsoft.com/embedded/usewinemb/xp/techrsrcxp/howtos/stepgde/test/default.aspx

just some basics...

HTH,
JC

--
JC- BSquare Corp.
If you wish to reply directly to me, remove the <nospam_ > from the address.
kevin said:
I have a 1.6Gb primary master HD with 2 partitions on 1.3 G with XP Pro on
it
and 256Mb with an embedded image. The image runs works fine. I also
have a
512Mb scandisk as a secondary master that I am trying to transfer the
image
to and boot. What changes do I need to make to the boot.ini file to make
this happen?

this is my current boot.ini,

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Pro/fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="XP Embedded" /fastdetect

thanks
kevin
 

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