LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Regarding Creation of Bootable ISO of hard disk image having multiple partitions.. (https://www.linuxquestions.org/questions/programming-9/regarding-creation-of-bootable-iso-of-hard-disk-image-having-multiple-partitions-477249/)

nagamohan_p 08-25-2006 08:17 AM

Regarding Creation of Bootable ISO of hard disk image having multiple partitions..
 
Hi,

If this is not the right place, please suggest me in the right direction...

I created dd image of my hard disk which consists of two partitions and it should be converted to bootable ISO so that, I can be able to boot Microsoft Virtual PC. For creating bootable ISO, I used the following in Linux OS:
mkisofs -b xy.img -hard-disk-boot -c boot.catalog -o xy_img.iso xy.img
But the command is not creating the bootable ISO image...It displays the error msg that the image contains multiple partitions.

As the man page of mkisofs says:
The hard disk image must begin with a master boot record that contains a single partition.

I tried in the following way
mkisofs -b BootWinXp.img -c boot.catalog -j -o xy_img.iso xy.img

I can boot in VMware/Virtaul PC as BootWinXp.img (It is created by using "create a MS-DOS Startup Disk" in WinXP ie, Format dialog) boot image as we are booting thru floppy...but I'm unable to boot my hard disk ie, xy.img is not at all calling.

I ported the mkisofs into windows....Hence, I didn't use the RockRidge extensions.

I wish to boot with this iso image as we are booting the system...Please suggest me for the creation of bootable iso of hard disk image having multiple partitions...

unSpawn 08-25-2006 09:11 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread should be closed because it is a duplicate of http://www.linuxquestions.org/questi...d.php?t=477248.


All times are GMT -5. The time now is 03:42 AM.