Share

Qplus embedded Linux system.

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Couldn't install to the hard disk

You are viewing a single message from this topic. View all messages.

  1. 2003-08-08 02:11:29 UTC
    Atfer I build all and select to install to target system in the menu Deplpoy Target Image,target system displays that "uncompressing kerenl ...... 0k, booting the kernel"
    when i insert the Ethernetboot floppy disk which is maked from the rom-o-matic.org,
    then the target system coudn't coutinue ,only the cursor flink .Why?
    Though I nearly configure the host like dhcp and tftp service followning fully the user guider ,i couldn't confirm the correct of dhcpd and tftp as my poor linux knowledge.Is it the reason of above phnomenon that dpcpd.conf hasn't been configured. My dhcpd.conf is as belown:

    subnet 192.168.1.0 netmask 255.255.255.0 {
    # --- default gateway
    option routers 192.168.1.254;
    option subnet-mask 255.255.255.0;

    # option nis-domain "domain.org";
    # option domain-name "domain.org";
    option domain-name-servers 192.168.1.254;

    option broadcast-address 192.168.1.255;

    # option time-offset -18000; # Eastern Standard Time
    # option ntp-servers 192.168.1.1;
    # option netbios-name-servers 192.168.1.1;
    # --- Selects point-to-point node (default is hybrid). Don't change this unless
    # -- you understand Netbios very well
    # option netbios-node-type 2;

    range dynamic-bootp 192.168.1.2 192.168.1.4;
    default-lease-time 86400;
    max-lease-time 259200;

    # we want the nameserver to appear at a fixed address
    host localhost.localdomain {

    hardware ethernet 00:20:EF:90:00:E7;
    fixed-address 192.168.1.254;
    }
    host target {
    hardware ethernet 00:E0:6C:39:00:2F;
    fixed-address 192.168.1.2;
    filename "qplusp.etherboot";
    }

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.