Jump to content











Photo
- - - - -

about isolinux


  • Please log in to reply
10 replies to this topic

#1 Mr.xx

Mr.xx

    Newbie

  • Members
  • 15 posts
  •  
    Albania

Posted 01 December 2008 - 02:36 PM

hello

where i can download isolinux

and can put pass on mulity boot using isolinux

thanx

#2 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 01 December 2008 - 03:24 PM

On the syslinux page? :)

http://syslinux.zyto...ex.php/ISOLINUX
http://syslinux.zyto...ex.php/Download
:(

jaclaz

#3 Mr.xx

Mr.xx

    Newbie

  • Members
  • 15 posts
  •  
    Albania

Posted 01 December 2008 - 03:38 PM

thanx

do you mean must download syslinux ok now i'm download syslinux-3.72.zip and show much files

can tell me simple Example how to build isoulinux becuase I wanna add windows xp and linux

thank you very much for help me !

#4 Mr.xx

Mr.xx

    Newbie

  • Members
  • 15 posts
  •  
    Albania

Posted 03 December 2008 - 02:00 PM

plz anyone give me some Tutorial step by step how to make this cd using OS under windows

and I wanna add linux and win xp

#5 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 03 December 2008 - 03:50 PM

plz anyone give me some Tutorial step by step how to make this cd using OS under windows

and I wanna add linux and win xp


Start here:
http://www.msfn.org/...showtopic=94398

jaclaz

#6 Mr.xx

Mr.xx

    Newbie

  • Members
  • 15 posts
  •  
    Albania

Posted 03 December 2008 - 06:53 PM

this site useful thanx very much
i'm reading this topic

and create folder
"Super-Disc" ande create floder "isolinux"

the Super-Disc inside
/isolinux
/winxp
and the folder inside
/vesamenu.c32
/chain.c32
/isolinux.bin
/memdisk
/splash.png
/isolinux.cfg
/xp.bin
--------
and download mkisofs.exe thats good but if i run command mkisofs give me some error i do not understand where this error

inside file x.bat

@ECHO OFF

ECHO Starting @ (%TIME%) ....

SET _VNBR_=01

SET _ROOT_=C:\

SET CDTITLE="SUPERDISC-%_VNBR_%"

SET CDFILENAME="%_ROOT_%%CDTITLE%.ISO"

mkisofs -N -V %CDTITLE% -b Super-Disc/isolinux/isolinux.bin -d -iso-level 4 -no-emul-boot -boot-load-size 4 -boot-info-table -o %CDFILENAME% Super-Disc

why show me this error how can I fix it

Attached Thumbnails

  • untitled.JPG


#7 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 03 December 2008 - 07:33 PM

You are using an old :) version of mkisofs, BEFORE iso-level 4 was added.

Get a more recent one :(:
http://www.911cd.net...showtopic=21529

jaclaz

#8 mr_

mr_

    Frequent Member

  • Members
  • 355 posts
  •  
    Germany

Posted 04 December 2008 - 06:33 PM

I've learned all, grub, grub4dos and syslinux.

Imho grub4dos is most easy to learn and rich in features, it also works well for multi CD booting.
Tutorials are here http://grub4dos.sour...x.php/Main_Page

#9 Mr.xx

Mr.xx

    Newbie

  • Members
  • 15 posts
  •  
    Albania

Posted 04 December 2008 - 07:44 PM

now download mkisofs.exe last version

and extra copy to c:\windows\system32

this now new version look
C:\>mkisofs -version

mkisofs 2.01.01a53 (i686-pc-cygwin) Copyright (C) 1993-1997 Eric Youngdale (C) 1

997-2008 Jِrg Schilling

and the test dvd - 3 windows xp sp3
xp sp3 with softwer
xp sp3 silent
xp sp3 normal

now problem new :)

C:\>mkisofs -N -V %CDTITLE% -b Super/isolinux/isolinux.bin -d -iso-level 4 -no-e

mul-boot -boot-load-size 4 -boot-info-table -o %CDFILENAME% Super

Warning: Creating ISO-9660:1999 (version 2) filesystem.

Warning: ISO-9660 filenames longer than 31 may cause buffer overflows in the OS.



mkisofs: Uh oh, I cant find the boot image 'Super/isolinux/isolinux.bin' !



C:\>

say I cant find the boot image 'Super/isolinux/isolinux.bin' !

how fix problem

#10 cdob

cdob

    Gold Member

  • Expert
  • 1469 posts

Posted 04 December 2008 - 10:16 PM

-b is relative to give source: source is Super

Try
-b isolinux/isolinux.bin

As for linux:
you may have to add another file system: Joliet or Rock Ridge
Syslinux can't chainload setupldr.bin at DVD.
Old boot sector solution is required. Yes, use boot sector xp.bin.

Syslinux: add -joliet-long
Grub4dos: add either -joliet-long or -r

And you may have to upper case windows directory and file names.

#11 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 04 December 2008 - 10:26 PM

HINT: :)
YOUR lines:

mkisofs -N -V %CDTITLE% -b Super-Disc/isolinux/isolinux.bin -d -iso-level 4 -no-emul-boot -boot-load-size 4 -boot-info-table -o %CDFILENAME% Super-Disc


mkisofs: Uh oh, I cant find the boot image 'Super/isolinux/isolinux.bin' !


ORIGINAL line on referenced thread:
http://www.msfn.org/...showtopic=94398

mkisofs -N -V %CDTITLE% -b boot/isolinux/isolinux.bin -d -iso-level 4 -no-emul-boot -boot-load-size 4 -boot-info-table -o %CDFILENAME% Super-Disc


Since the separator for mkisoFS options is a - sign, do you think that replacing the original "boot" with "Super-disk" could be related? :(

The general idea of ANY tutorial is that it is designed to be followed EXACTLY (at least the first time) and only ONCE, you had success with it, EXACTLY "AS IS", you may add your own variations.:(

jaclaz




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users