1827255 Members
2495 Online
109716 Solutions
New Discussion

mkbootdisk on DVD-RW

 
Tammy Liang
Regular Advisor

mkbootdisk on DVD-RW

Any one has experience to run mkbootdisk with
DVD-RW as device file on Fedora?

Thanks for any help..
take easy, enjoy life
5 REPLIES 5
Francisco J. Soler
Honored Contributor

Re: mkbootdisk on DVD-RW

Hi,

as far as i know, mkbootdisk according to the manual creates a stand-alone boot floppy for the running system, so is for floppy not DVD.

If you need a rescue systen the last Fedora (core 2), comes with a rescue CD. You can download it from fedora mirrors.

http://download.fedora.redhat.com/pub/fedora/linux/core/2/i386/iso/FC2-i386-rescuecd.iso

Frank.
Linux?. Yes, of course.
Francisco J. Soler
Honored Contributor

Re: mkbootdisk on DVD-RW

Hi again,

reading more carefully the man page for mkbootdisk i have discovered an option (--iso) to instructs mkbootdisk to make an bootable image as device file, so you can make an iso image and then you can toast the CD.

For example:

mkbootdisk --device /tmp/boot.iso --iso 2.4.22

the kernel parameter the directory name under /lib/modules

Frank.
Linux?. Yes, of course.
Tammy Liang
Regular Advisor

Re: mkbootdisk on DVD-RW

Thanks Frank. I do know the "linux rescue" on
Fedora CD.
Do you know how to copy stuff to DVD-RW?

take easy, enjoy life
Tammy Liang
Regular Advisor

Re: mkbootdisk on DVD-RW

yep, I have a /tmp/boot.iso. Now I just need to know how to write this boot.iso to CD via
DVD-RW.
take easy, enjoy life
Francisco J. Soler
Honored Contributor

Re: mkbootdisk on DVD-RW

Hi

to toast iso images I use X-CD-Roast, that comes with the Fedora distribution, the executable is xcdroast (/usr/bin/xcdroast).

To find if the package is installed you can do:

rpm -q xcdroast and see what happend.

To make the copy, put the iso image in a temporal directory and configure it within the xcdroast like image directory. Is not very difficult.

Hope this helps. helps.

Frank.
Linux?. Yes, of course.