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

# 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.
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to