Displaying 2 results from an estimated 2 matches for "isolinx".
Did you mean:
isolinux
2003 Dec 14
2
ISOLINUX fails at boot on Award BIOS v6.00PG
Hello,
I don't know if it's ISOLINUX or a broken BIOS,
this is the first time ever seeing this error.
"Extremely broken BIOS" on a EPIA -M10 BIOS Rev 2.07 (latest ver
available)
EDEN VIA mini-ITX mobo.
ISOLINUX on RH8 ver 1.75, RH9 ver 2.00 and Yarrow ver 2.06 all produce
the same type of error.
RH 7.3 and Lindows boot and build without any problem but I don't think
they
2002 Nov 22
0
ISOLINUX, problem with initrd
Hello,
I try do build a bootable CD-ROM with ISOLINUX, but i fail with initrd
Here is what i have done :
The root is /home/CDInstall
I have creat /home/CDInstall/isolinux
In /home/CDInstall/isolinx i have put :
boot.msg
initrd.img
isolinux.bin
isolinux.cfg
vmlinuz
isolinux.cfg is there :
default linux
prompt 1
display boot.msg
timeout 100
label linux
kernel vmlinuz
append initrd=initrd.img root=/dev/hda7
I create de iso file with :
mkisofs -R -o /CDInstall.iso -b isolinux/isolinux.bin -c...