convert a bootable ISO-13346 (UDF) to ISO-9660
this is useful when you virtualbox is complaining about VBOX_E_IPRT_ERROR when using an iso file to install a guest OS(Windows 7)
mkdir -p isos/mountp
cp udfimage.iso isos
cd isos
geteltorito udfimage.iso > boot.bin
mount -o loop -t auto udfimage.iso mountp
cp -r mountp udfimagecontents
cp boot.bin udfimagecontents
mkisofs -udf -b boot.bin -no-emul-boot -hide boot.bin -relaxed-filenames -joliet-long -D -o newimage.iso udfimagecontents
reference: http://poppleit.com/how-to-edit-windows-7-install-dvd-extract-boot-image-and-create-iso-04-04-2011/
No comment
Say something
Thank you
Your post has been submitted and will be published once it has been approved.
OK
OOPS!
Your post has not been submitted. Please return to the page and try again. Thank You!
If this error persists, please open an issue by clicking here.
OK