Page 1 of 1

Making an iso image of my os

Posted: Tue Oct 10, 2006 4:11 am
by Jeko
I want to write a bootable cd. Therefore I need a tool for make an iso image of my os. Have you anything?

Posted: Tue Oct 10, 2006 5:07 am
by digo_rp
some time ago, I was needing to create a cd with win98 and some drivers togheter, to do so I used nero. nero could do that for you. first I think you need to create your OS floppy disk then go to nero to do it.

Posted: Tue Oct 10, 2006 5:10 am
by spix
I want to write a bootable cd. Therefore I need a tool for make an iso image of my os. Have you anything?
Like mkisofs or something?

When you say make an ISO image of your OS, do you mean an image of the files and directories in your OS onto an ISO9660 filesystem?

If so, making a bootable CD should be fairly easy, just have a bootable floppy image, and tell mkisofs to use that image as a bootimage (-b myfloppy.img) or something.

Or do you want a specific filesystem?

Hope that helps.

Posted: Tue Oct 10, 2006 5:13 am
by Jeko
I want to make an iso image file

Posted: Tue Oct 10, 2006 5:14 am
by Jeko
I want to make an iso image file, do you know files with .iso extension?
sorry for double post

Posted: Tue Oct 10, 2006 9:53 pm
by spix
.iso files are generally just an image of a filesystem. Usually that filesystem is ISO9660 but I guess you could use any filesystem that your OS supports.

Posted: Wed Oct 11, 2006 2:07 am
by muisei
If you are using Linux or Unix like system there is a K3B.This is a graphical tool for recording CDs, but it also can write an ISO file.

Posted: Wed Oct 11, 2006 4:06 am
by Jeko
I want to make an iso image file, I don't want burn a CD, because I want to host in internet the iso image file.

Posted: Wed Oct 11, 2006 6:18 pm
by carbonBased
MarkOS wrote:I want to make an iso image file, I don't want burn a CD, because I want to host in internet the iso image file.
Then I second the mkisofs suggestion. This will give you the iso disk image you require.

--Jeff

Posted: Thu Oct 12, 2006 4:03 am
by Jeko
ok thank you!