Hello list.
I have configured a Linux box for booting from a Compact Flash instead of a
Hard Disk, this is an IDE CF, Syslinux is on the MBR because it loads, when
I put the the kernel file named as linux as it expects i load it but when I
rename it expecting it to load the SYSLINUX.CFG it does not load the menu as
I would like, I will put two images on that Compact flash in order to boot
from two diferent configurations
Here is a listing of my Compact Flash
F:\>dir
Volume in drive F is CE
Volume Serial Number is 3565-18E8
Directory of F:\
05/31/1994 05:22 AM 54,645 COMMAND.COM
09/30/1993 04:20 AM 29,136 HIMEM.SYS
03/22/2004 01:02 PM 102 AUTOEXCE.BAT
04/23/2004 01:48 PM 21,374,396 KYPUS.IMG
04/28/2004 10:43 AM <DIR> otros
04/14/2004 07:09 AM 32,225 loadlin.exe
04/27/2004 10:48 AM 124 AUTOEXLI.bat
02/22/2004 09:31 PM 9,428 isolinux.bin
03/22/2004 10:46 AM 94 CONFIG.SYS
03/01/2003 05:11 PM 97,219 EBOOT.BIN
10/22/2002 03:27 PM 98,076 LOADCEPC.EXE
12/11/2003 01:58 PM 17,715,335 nk.bin
03/06/2003 09:16 PM 24,347 SBOOT.BIN
03/22/2004 12:56 PM <DIR> Settings
04/28/2004 02:27 PM 8,184 LDLINUX.SYS
04/27/2004 10:21 AM 720,425 vmlinuz
04/28/2004 03:06 PM 209 isolinux.cfg
15 File(s) 40,163,945 bytes
2 Dir(s) 82,464,768 bytes free
F:\>
Here I have the content of my SYSLINUX.CFG file
DEFAULT KypusLX
PROMPT 1
TIMEOUT 600
LABEL KypusLX
KERNEL vmlinuz
APPEND ramdisk_size=73000 ro initrd=KYPUS.IMG root=/dev/ram
LABEL KypusCE
KERNEL vmlinux
APPEND ramdisk_size=73000 rw initrd=KYPUS.IMG root=/dev/ram
Any Idea?
Regards
Rafael