Jim Gifford wrote:
Zoran K. wrote:
Hi,
I'm ab BSD user and fairly new to Linux. I had no problems with clfs
till last step: 12.4. Making the CLFS System Bootable:
/sbin/lilo -v
I'm on a CLFS LiveCD (linux64) machine, same machine that should boot.
It has no boot loader installed. Do I have to run lilo in CHROOT?
If I try that I get:
Fatal: raid_setup: stat("/dev/sda")
CLFS is mounted on sda1 is that a problem?
Please help a Linux-noob.
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
Ok, your problem I had when i first built on my sata drive. Here's a
copy of my config, Does yours look anything like this
my lilo.conf looks like that:
boot=/dev/sda
keytable=/boot/de.ktl
lba32
map=/boot/map
prompt
default=clfs
image=/boot/clfskernel
label=clfs
root=/dev/sda1
read-only
# Begin /etc/lilo.conf
# lilo.conf
#
# global options
boot=/dev/sda
map=/boot/map
prompt
# set the name of the default image to boot
default=clfs
# define an image
image=/boot/clfs-kernel-2.6.18.3
label=clfs
root=/dev/sda1
read-only
# if you had an existing system, you could
# add its details here.
If not make yours similar to mine then run lilo -v.
Also verify that /dev/sd* exists. If it doesn't that could be your issue.
I don't understand.. how can I get sda into my /dev in a chroot?
What did you do after "12.3. Linux-2.6.17.13" and
creating creating lilo.conf?
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support