Displaying 2 results from an estimated 2 matches for "lfskerne".
Did you mean:
lfskernel
2002 Apr 07
3
Failure with 1st isolinux attempt
...x/boot.cat
-no-emul-boot -boot-load-size 4 -boot-info-table /lfs/
where /lfs/ contains a Linux-From-Scratch-based system. The CD was burnt
from the image just using "cdrecord -v dev=0,3,0 -eject austin.iso".
The /lfs/isolinux directory contains 3 files: isolinux.bin,
isolinux.cfg, and lfskernel.
The isolinux.cfg contains:
DEFAULT linux auto
LABEL linux
KERNEL /isolinux/lfskernel
APPEND "root=/dev/cdroms/cdrom0"
Anyone got any suggestions?
--
Dermot Bradley
bradley at oldcolo.com, bradley at debian.org
2002 Apr 08
0
Fwd: Re: Failure with 1st isolinux attempt
...oot" of the directory tree used to
>build the CD from)
>
> total 860
> -rw-r--r-- 1 root root 8552 Apr 7 13:19 isolinux.bin
> -rw-r--r-- 1 root root 170 Apr 7 13:14 isolinux.cfg
> -rw-r--r-- 1 root root 858687 Apr 6 18:31 lfskernel
>
>after mounting the cd itself:
>
>ls -l /cdrom/isolinux
>total 850
>-r-xr-xr-x 1 root root 2048 Apr 7 13:19 boot.cat
>-r-xr-xr-x 1 root root 8552 Apr 7 13:17 isolinux.bin
>-r-xr-xr-x 1 root root 170 Apr 7 13:14 isolinux.cfg...