Share via


Troubleshooting the x86 ROM Boot Loader (Windows CE 5.0)

Send Feedback

Use the following procedure to troubleshoot the x86 ROM boot loader.

To troubleshoot the x86 ROM boot loader

  1. On your development workstation, configure the terminal emulator, such as HyperTerminal or CETerm, to the following settings:

    Bits per second Data bits Parity Stop bits Flow control
    38400 8 None 1 None

    The boot loader displays status and error information over the connection.

  2. Check the state of the usedhcp environment variable.

    For example, with a terminal emulator program, halt the loader boot process by powering on the system and pressing any key during the countdown prompt.

    Then, type set to display the environment variables.

    When set to 1, the boot loader will use a DHCP server to obtain its IP address.

    When set to 0, it will use the values assigned to ip and subnet.

    Make sure the correct settings are used for the network connection being used.

  3. After setting a boot loader variable with the set command, execute a store to save the settings to CMOS if you want them to persist across system reboots.

  4. When booting from a hard drive, if romboot cannot locate Nk.bin, the problem might be that you do not have a valid MBR on the drive; if so, use fdisk /mbr to fix the problem.

See Also

Known Issues with the x86 ROM Boot Loader | x86 ROM Boot Loader

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.