LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to make non bootable iso file and iso via linux command line?? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-make-non-bootable-iso-file-and-iso-via-linux-command-line-701539/)

npubudu 02-01-2009 11:01 PM

how to make non bootable iso file and iso via linux command line??
 
I have non bootable linux iso.
how to make it a bootable iso file via linux command line?? alternative in linux is also preferred.

thank you.

digerati1338 02-01-2009 11:14 PM

Burn it to a CD-ROM and boot your computer from it. When you burn it, you need to use a burning program capable of writing isos. Simply putting it on a disc as an iso file will not do. See here.

npubudu 02-01-2009 11:31 PM

Quote:

Originally Posted by digerati1338 (Post 3428697)
Burn it to a CD-ROM and boot your computer from it. When you burn it, you need to use a burning program capable of writing isos. Simply putting it on a disc as an iso file will not do. See here.

Yes,

Actually I am thinking on following,

1)I can mount the iso inside linux..

mount -o loop /tmp/linux.iso /mnt

2)Then via command line tool how to amend that iso to bootable?

Thanks


All times are GMT -5. The time now is 11:22 PM.