PDA

View Full Version : Knoppix BOOT Problem



neobond
12-15-2003, 10:19 PM
Hi...

started a thread like this once some time ago, I'll give it a try again...
Perhaps there were some understanding problems because of my kinda poor english knowledge...

Well... when compiling (remastering) a Boot-CD with:
"mkisofs -iso-level 4" (NO JOLIET SYSTEM) Knoppix won't find the CD-ROOT... But I need to compile the CD without Joliet support!!!!

My directory structure is like this:
ROOT
|-- KNOPPIX
|-- KNOPPIX / KNOPPIX
|-- isolinux
|-- isolinux / bootmsg.txt
|-- isolinux / isolinux.bin
|-- isolinux / isolinux.cfg
|-- isolinux / knoppix
|-- isolinux / knoppix / knoppix.img

ANY IDEAS

Andi

Gozar
12-15-2003, 11:06 PM
Have you read the man page?

Mine version don't have a iso-levet 4
mkisofs 1.14 (i686-pc-linux-gnu)

------------------------man page-------------------------------------------
iso-level level
Set the iso9660 conformance level. Valid numbers are 1..3.

With level 1, files may only consist of one section and fileā
names are restricted to 8.3 characters.

With level 2, files may only consist of one section.

With level 3, no restrictions apply.

With all iso9660 levels all filenames are restricted to upper
case letters, numbers and the underscore (_). The maximum file

name length is restricted to 31 characters, the directory nestā
ing level is restricted to 8 and the maximum path length is limā
ited to 255 characters.

------------------------man page-------------------------------------------

Also do you rum mkisofs with -b and -c switches?

Sincerley
Gozar

neobond
12-19-2003, 03:15 AM
.. and yes, mkisofs does support iso-level-4 since version (don't know) :wink:

Well, the problem was to throw some extra parametres (-l -N -r -R)..

I think there is a compatiblity issue with RockRidge and Knoppix because i cannot use Joliet because of the file-name confict with WinPE...

But thanks for your help...