Displaying 1 result from an estimated 1 matches for "uisolinux".
Did you mean:
isolinux
2002 Aug 09
0
islinux can't load kernel :-(
...- KERNEL kernel.img
- APPEND initrd=initrd.gz root=/dev/rd/0
As the tree i want to burn is about 1500 Mo big, i have used mkzftree to make it smaller :
# mkzftree -z 9 uncompressed_root compressed_root
then i have uncompressed the isolinux directory :
# cd compressed_root
# mkzftree -u isolinux uisolinux
# rm -rf isolinux
# mv uisolinux isolinux
(The iso image i got is about 600 Mo big ! one CD for 1500 Go :-)
I have checked that file in this directory were not compressed, and it is ok.
I can do 'cat isolinux.cfg' for example, it is fully readable.
I have also checked that files used by...