At 00:07 25/02/2003 -0600, you wrote:
On Mon, 2003-02-24 at 23:36, Amit Mhatre wrote:
> have u heared about mkbootdisk command, please make research on this
> command.
>
>
> _______________________________________________________________
> Get the FREE email that has everyone talking at
> http://www.mail2world.com

>From looking at the man mkbootdisk page is doesn't look like this is the
utility that I need.  I already have a boot disk image, the Red Hat
supplied bootnet.img.


mkbootdisk will only make you a rescue floppy.

I once built a router that booted and ran from CD and as I recall you
need to make a bootimage to add to the iso image before you burn the CD.

It is possible that the bootnet.img would fill that need, you just need to
get mkisofs to use it:-

"mkisofs -r -b images/bootnet.img -c boot/boot.catalog -o bootcd.iso ."


I'm guessing you'll need to change the root_device in the kernel on the bootnet.img to be the CD rather than the floppy - rdev will do that for you:-

mount /dev/fd0 /mnt
cd /mnt/boot
rdev <kernel> /dev/cdrom

This is not the exact answer to your problem - I don't have time
to set it all out, but this should be enough to get you going in
the right direction.

All this I gleaned from the CD-Writing howto:-
http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html

The README for my cdrouter project is at:-
ftp://ftp.nexnix.co.uk/pub/linux/README-cdrouter

hih
[EMAIL PROTECTED]



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to