Other Convert ISO file info IMG

Hello there,

I’m trying to install some ISO dvd, but unfortunatly my burned distro(dvd dl) hungs on 69-71% during installation(exactly 2 disks). ISO file is bigger then 4GB, so I did use dvd dl. I’m not sure, maybe what exceeds single layer stucks, I use grwoisofs. I tried twice, image is not corrupted, anyway i tried images with dd on USB and ISO file is not runninng, but img file rund correctly. I have access only to freebsd, so tricks with WIn stuff are not the option. Can’t test more dvd’s, because I don’t have any, and I can’t even buy them till wednesday.

Maybe mount disk and then convert info right format, I don’t know.

Unetbootin seemed to be right option, but when I run mąkę I see installing all the Qt&KDE stuff and I don’t want to continue. So, is there other way to do it?

Karol
 
Oh, okay, to convert ISO into IMG is to burn DVD, right…

… ach, maybe that’s a trick: IO schuld be ISO.
 
You can try to mount the .iso file instead of burning to a CD:

mdconfig -a -t vnode -o readonly -f <your-iso-file> -u 9
mount -t cd9660 /dev/md9 <mount-point>


Your .iso could be UDF format, then use -t udf.
 
Back
Top