- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- mkbootdisk on DVD-RW
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 06:58 AM
05-27-2004 06:58 AM
mkbootdisk on DVD-RW
DVD-RW as device file on Fedora?
Thanks for any help..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 07:32 AM
05-27-2004 07:32 AM
Re: mkbootdisk on DVD-RW
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 07:48 AM
05-27-2004 07:48 AM
Re: mkbootdisk on DVD-RW
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 07:55 AM
05-27-2004 07:55 AM
Re: mkbootdisk on DVD-RW
Fedora CD.
Do you know how to copy stuff to DVD-RW?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 07:56 AM
05-27-2004 07:56 AM
Re: mkbootdisk on DVD-RW
DVD-RW.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 08:58 AM
05-27-2004 08:58 AM
Re: mkbootdisk on DVD-RW
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.