[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Cdboot.img is missing ?



Just do this,

copy the isolinux directory to somewhere from the base of the first
disk,

then edit isolinux.cfg in that directory to what you want, you can add
other things[1] and then run something like this command,

mkisofs -o rhel3csd.iso -b isolinux.bin -c boot.cat -no-emul-boot
-boot-load-size 4 -boot-info-table -R -J -v -T isolinux/

NOTE!!!! you have to have 8+3 DOS naming notation, don't name aything
over.

[1] - You can copy things like /usr/lib/syslinux/memdisk onto the disk
and then boot dos floppies that are on the cdrom. 

	label ghost
	  kernel memdisk
	  append initrd=ghost.img
	label diskchk 
	  kernel memdisk
	  append initrd=diskchk.img

On Tue, Jun 08, 2004 at 06:43:55PM +0300, Avrahami David wrote:
> Hi,
> 
> I'm trying to build a customize RHEL 3.2 installation disk.
> Anyone knows what happened to " dosutils/autoboot/cdboot.img " file on cd #1
> ???
> 
> Thanks in advance,
> David

> --
> Taroon-list mailing list
> Taroon-list redhat com
> http://www.redhat.com/mailman/listinfo/taroon-list


-- 
---
Derek T. Yarnell
University of Maryland
Computer Science Department Unix Staff
derek cs umd edu



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]