> Hi all,
> I'm a programmer and I know my stuff about creating all kind of bootable
> CDs.
> I already know howto create a bootable CD using a Linux "floppy image" in
> BIOS or DISKEMU "floppy emulation" mode.
> Does anybody know howto create a bootable linux CD, in "no emulation" mode.
Excerpt of "mkisofs" man page :
-no-emul-boot
Specifies that the boot image used to create "El
Torito" bootable CDs is a 'no emulation' image. The
system will load and execute this image without
performing any disk emulation.
-boot-load-seg segment_address
Specifies the load segment address of the boot
image for no-emulation "El Torito" CDs.
-boot-load-size load_sectors
Specifies the number of "virtual" (512-byte) sec-
tors to load in no-emulation mode. The default is
to load the entire boot file. Some BIOSes may have
problems if this is not a multiple of 4.
...and many more options around creation of "El Torito" bootable CDS.
Quote:> Can Lilo be used in "no-emulation" mode, or some other loader?
Sorry, don't know this one. I only burnt floppy-emulation CDs
so far.
Quote:> Regards,
> Bart.
HTH at least a little bit
Juergen