tPedley@mailinater.com
24-09-2005, 12:21 PM
I am trying to install a embedded system. I have built and copied
across to my CF card the built system based on 2.4 kernal and busybox.
I have created a target lilo conf file on the CF as follows
boot = /dev/sda
disk = /dev/sda
bios=0x80
image=/boot/bzImage-2.4.29
root=/dev/sda1
append="root=/dev/hda1"
label=linux
read-only
I then try and load it using
lilo -r /mnt/cd -C /etc/target.lilo.conf
using LILO version 22.4.1
and I get the following error
Fatal: stat /dev/sda: No such file or directory
I have a /mnt/cf/dev/sda
on the system
Anyone any ideas what I am doing wrong?
across to my CF card the built system based on 2.4 kernal and busybox.
I have created a target lilo conf file on the CF as follows
boot = /dev/sda
disk = /dev/sda
bios=0x80
image=/boot/bzImage-2.4.29
root=/dev/sda1
append="root=/dev/hda1"
label=linux
read-only
I then try and load it using
lilo -r /mnt/cd -C /etc/target.lilo.conf
using LILO version 22.4.1
and I get the following error
Fatal: stat /dev/sda: No such file or directory
I have a /mnt/cf/dev/sda
on the system
Anyone any ideas what I am doing wrong?