Find the answer to your Linux question:
Results 1 to 4 of 4
I want to use mkisofs and GNOME CD creator (a GUI tool in Fedora 10) to copy a bootable disc. Since the disc is bootable, I thought I just need ...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Posts
    2

    How to copy a bootable disc?

    I want to use mkisofs and GNOME CD creator (a GUI tool in Fedora 10) to copy a bootable disc. Since the disc is bootable, I thought I just need to make a ISO of it. So I used the command below:

    mkisofs -o backup.iso -J -R -A -V -v /media/RISING

    Here the "/media/RISING" is my CD-Rom. This command execute successfully. Then I burnt the "backup.iso" to a CD-R. But the new created disc is unbootable.

    There are many solutions on the Internet to make a bootable ISO. They all need to specify a boot image to the command "mkisofs". But if the disc itself is bootable, do I need to specify a boot image, too? If not, how to copy a bootable disc? Thanks!

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hello and Welcome.
    Why don't you just use Gnome cd creator to do all that for you? Just select the option to copy disc, if it's bootable then the cd you create should be bootable too.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Aug 2009
    Posts
    2
    Ohhh! Really! Thanks! It seems that I've "invent" a silly question, hoho.

  4. #4
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    You can also us the terminal command dd to copy a CD. In this case you would use dd to make an image file, then burn the image to a CD using your favorite application (K3b).
    Code:
    dd if=/dev/cdrom of=/path/to/cdcopy.iso
    You need to specify the output folder and name, as this is just an example.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...