Read/Search ISO Image

Hi all,
Is there any way to Reag/search through a an ISO CD Image, If Pls Provide with me some code.
Thanks and Regards
Afsal

ImageIO class was new in J2SE 1.4
Image file must be on your class path.
import java.awt.*;
import java.io.*;
import java.net.*;
import javax.imageio.ImageIO;
import javax.swing.*;
public class LoadAnImage
    public static void main(String[] args)
        JLabel label = new JLabel(new ImageIcon(getImage()));
        JFrame f = new JFrame("Load An Image");
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.getContentPane().add(new JScrollPane(label));
        f.setSize(400,400);
        f.setLocation(200,200);
        f.setVisible(true);
    private static Image getImage()
        String fileName = "images/barnowl.jpg";
        Image image = null;
        try
            URL url = LoadAnImage.class.getResource(fileName);
            image = ImageIO.read(url);
        catch(MalformedURLException mue)
            System.out.println("URL trouble: " + mue.getMessage());
        catch(IOException ioe)
            System.out.println("Read trouble: " + ioe.getMessage());
        return image;
}

Similar Messages

  • Bluray ISO image not readable

    Hi all,
    If I ask your help today it's because I face a very strange problem with my Bluray ISO disks generated with Adobe Encore CS5.
    I explain the problem :
    I have generated my personal video (720x1280) with Adobe Premiere Pro CS5
    I have created the menu of my bluray with Adobe Encore CS5
    Then, I've generated the ISO with Adobe Encore CS5.
    The ISO image makes 5,80Go
    The problem is, when I mount the ISO image of the Bluray disk with Daemon Tool Lite v4.41.3.0173, the disk can't be read:
    With Windows Media Player: Windows Media Player can not play the DVD. Due to its special design, it is not supported by the reader.
    With VLC v1.1.11: Your media entrance can be opened: VLC can not open 'dvd: / / H: \. "Check messages for more details.
    With Cyberlink PowerDVD9: The disc format in the H: drive is not supported
    With Cyberlink PowerDVD11: The disc format in the H: drive is not supported
    With TotalMedia theater 5: This disc can not be read
    I'm using Windows Seven 64 bits
    However, if I burn the bluray ISO image on a real bluray disc, I can read the disc on My PC and my PS3 with:
    PowerDVD9
    TotalMedia theater 5
    and on my PlayStation3
    The bluray disc burned can't be read with VLC nor Windows Media Payer nor PowerDVD11
    Please, can you help me to understand this problem ?
    This are my personal life videos, so I would like to solve this problem in order to save these precious moments.
    Regards,
    littlesquall

    Hi all,
    thanks for your answers.
    @John T Smith:
    What's the solution ?
    With http://forums.adobe.com/thread/890691?tstart=0
    I haven't tried to generate a folder with Encore but only ISO files.
    I will try this solution.
    But if I burn the ISO image (5,80Go) with LG Burning Tool, the image is readable on my PC and PS3.
    I have tried to make an ISO file from the BD-RE burned, but the new ISO file makes 23Go I don't know why...
    With http://forums.adobe.com/thread/890691?tstart=0
    My Bluray disc generated makes 5,80Go, so it's not a problem with a too big project.
    @Ann Bens:
    I've tried with Virtual Clone Drive
    Now, I can read the ISO image with Cyberlink PowerDVD9 and TotalMedia theater 5.
    The ISO file doesn't work with VLC, PowerDVD11, nor Windows Media Player.
    It's better with Virtual Clone Drive but it's not perfect.
    I would like to understand, is it a problem concerning the image generated by Encore CS5, or a problem with the soft used to mount the ISO images ?
    I save all my personal videos on ISO files, so I would like to understand concretly what the problem is, to be abble to read the ISO in the future...
    Thanks for helping me
    littlesquall

  • Unable to read DVDs (to ISO images) in k3b

    k3b is working flawlessly except when I want to read existing DVDs into ISO images.
    I use the "Copy DVD" option with "Only create image" checked.
    The read never even starts.
    Here is the output from k3b's log:
    System
    K3b Version: 1.0.1
    KDE Version: 3.5.6
    QT Version: 3.3.8
    Kernel: 2.6.20-ARCH
    Devices
    PLEXTOR DVD-ROM PX-116A2 1.00 (/dev/sr0, ) [CD-ROM, DVD-ROM] [DVD-ROM, CD-ROM] [None]
    PLEXTOR DVDR PX-708A 1.12 (/dev/sr1, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW] [DVD-ROM, DVD-R Sequential, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite]
    _NEC DVD_RW ND-3540A 1.W4 (/dev/sr2, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL] [DVD-ROM, DVD-R Sequential, DVD-R Dual Layer Sequential, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96R, RAW/R96R, Restricted Overwrite]
    K3bDataTrackReader
    reading sectors 0 to 2155647 with sector size 2048. Length: 2155648 sectors, 4414767104 bytes.
    using buffer size of 64 blocks.
    Error while writing to fd 16. Current sector is 0.
    Read a total of 64 sectors (131072 bytes)
    Last edited by wantilles (2007-05-02 14:18:04)

    Recently I bought a DVD burner and popped it in my 10.3.9 machine, and (after installing Patchburn) it read DVDs just fine. Whatever's going on, it's not an OS issue. If it was, can you imagine the how much noise there would be about it? Again, there have been a few posts on the forums about it, but that tells us all something -- this is an isolated issue and not a general OS issue.
    Best,
    ~FifthWheel

  • How could I create, force mount, and burn a read-only cross-platform .iso image?

    Hello,
    I am new to this group.
    I want to perform the following steps as quickly as possible.
    1. Create a cross-platform .iso
    2. Mount the cross-platform .iso as read-only
    3. Unmount the cross-platform .iso
    4. Finally, burn the cross-platform read-only .iso to CD-R media
    I need someone to give me an example and step-by-step instructions by using the hdiutil command in Mac Terminal.
    Thanks in advance for your responses.
    John P.

    1. Create a cross-platform .iso
    hdiutil makehybrd -o image-file source-directory -iso -iso-volume-name volume-name
    2. Mount the cross-platform .iso as read-only
    hdiutil attach image-file
    3. Unmount the cross-platform .iso
    hdiutil detach /Volumes/volume-name
    4. Finally, burn the cross-platform read-only .iso to CD-R media
    hdiutil burn image-file
    For more information, see the man page for hdiutil(1).

  • [Solved] how do i build my ISO image with archiso?

    hi all
    i've been following this wiki and it's been going really well (it hasn't gone wrong...). but the wiki page just sort of stops halfway through the configuration bit
    a google search brought me to this page which suggests using the "build.sh" script located in my chroot environment's /tmp/releng/ directory.
    running this script returns the error "build.sh: line 207: syntax error near unexpected token '('
    line 207 of the file reads:
    paste -d"\n" <(sed "s|%ARCH%|i686|g" ${script_path}/aitab.${_iso_type}) \
    i don't really know much about scripts so i can't see what's wrong
    any advice?
    sorry if i've missed a wiki or something n00bish like that. also i'm aware that someone who doesn't know what they're doing shouldn't be attempting archiso but i thought it would be a fun learning experience
    here's the full build.sh in case it is helpful:
    #!/bin/bash
    set -e -u
    iso_name=archlinux
    iso_label="ARCH_$(date +%Y%m)"
    iso_version=$(date +%Y.%m.%d)
    install_dir=arch
    arch=$(uname -m)
    work_dir=work
    out_dir=out
    verbose=""
    script_path=$(readlink -f ${0%/*})
    # Base installation (root-image)
    make_basefs() {
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -p "base" create
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -p "memtest86+ syslinux mkinitcpio-nfs-utils nbd curl" create
    # Additional packages (root-image)
    make_packages() {
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -p "$(grep -v ^# ${script_path}/packages.${arch})" create
    # Copy mkinitcpio archiso hooks (root-image)
    make_setup_mkinitcpio() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    local _hook
    for _hook in archiso archiso_shutdown archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_loop_mnt; do
    cp /lib/initcpio/hooks/${_hook} ${work_dir}/root-image/lib/initcpio/hooks
    cp /lib/initcpio/install/${_hook} ${work_dir}/root-image/lib/initcpio/install
    done
    cp /lib/initcpio/install/archiso_kms ${work_dir}/root-image/lib/initcpio/install
    cp /lib/initcpio/archiso_shutdown ${work_dir}/root-image/lib/initcpio
    cp /lib/initcpio/archiso_pxe_nbd ${work_dir}/root-image/lib/initcpio
    cp ${script_path}/mkinitcpio.conf ${work_dir}/root-image/etc/mkinitcpio-archiso.conf
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Prepare ${install_dir}/boot/
    make_boot() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    local _src=${work_dir}/root-image
    local _dst_boot=${work_dir}/iso/${install_dir}/boot
    mkdir -p ${_dst_boot}/${arch}
    mkarchroot -n -r "mkinitcpio -c /etc/mkinitcpio-archiso.conf -k /boot/vmlinuz-linux -g /boot/archiso.img" ${_src}
    mv ${_src}/boot/archiso.img ${_dst_boot}/${arch}/archiso.img
    mv ${_src}/boot/vmlinuz-linux ${_dst_boot}/${arch}/vmlinuz
    cp ${_src}/boot/memtest86+/memtest.bin ${_dst_boot}/memtest
    cp ${_src}/usr/share/licenses/common/GPL2/license.txt ${_dst_boot}/memtest.COPYING
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Prepare /${install_dir}/boot/syslinux
    make_syslinux() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    local _src_syslinux=${work_dir}/root-image/usr/lib/syslinux
    local _dst_syslinux=${work_dir}/iso/${install_dir}/boot/syslinux
    mkdir -p ${_dst_syslinux}
    for _cfg in ${script_path}/syslinux/*.cfg; do
    sed "s|%ARCHISO_LABEL%|${iso_label}|g;
    s|%INSTALL_DIR%|${install_dir}|g;
    s|%ARCH%|${arch}|g" ${_cfg} > ${_dst_syslinux}/${_cfg##*/}
    done
    cp ${script_path}/syslinux/splash.png ${_dst_syslinux}
    cp ${_src_syslinux}/*.c32 ${_dst_syslinux}
    cp ${_src_syslinux}/*.com ${_dst_syslinux}
    cp ${_src_syslinux}/*.0 ${_dst_syslinux}
    cp ${_src_syslinux}/memdisk ${_dst_syslinux}
    mkdir -p ${_dst_syslinux}/hdt
    wget -O - http://pciids.sourceforge.net/v2.2/pci.ids | gzip -9 > ${_dst_syslinux}/hdt/pciids.gz
    cat ${work_dir}/root-image/lib/modules/*-ARCH/modules.alias | gzip -9 > ${_dst_syslinux}/hdt/modalias.gz
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Prepare /isolinux
    make_isolinux() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    mkdir -p ${work_dir}/iso/isolinux
    sed "s|%INSTALL_DIR%|${install_dir}|g" ${script_path}/isolinux/isolinux.cfg > ${work_dir}/iso/isolinux/isolinux.cfg
    cp ${work_dir}/root-image/usr/lib/syslinux/isolinux.bin ${work_dir}/iso/isolinux/
    cp ${work_dir}/root-image/usr/lib/syslinux/isohdpfx.bin ${work_dir}/iso/isolinux/
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Customize installation (root-image)
    # NOTE: mkarchroot should not be executed after this function is executed, otherwise will overwrites some custom files.
    make_customize_root_image() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    cp -af ${script_path}/root-image ${work_dir}
    chmod 750 ${work_dir}/root-image/etc/sudoers.d
    chmod 440 ${work_dir}/root-image/etc/sudoers.d/g_wheel
    mkdir -p ${work_dir}/root-image/etc/pacman.d
    wget -O ${work_dir}/root-image/etc/pacman.d/mirrorlist http://www.archlinux.org/mirrorlist/all/
    sed -i "s/#Server/Server/g" ${work_dir}/root-image/etc/pacman.d/mirrorlist
    chroot ${work_dir}/root-image /usr/sbin/locale-gen
    chroot ${work_dir}/root-image /usr/sbin/useradd -m -p "" -g users -G "audio,disk,optical,wheel" arch
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Split out /lib/modules from root-image (makes more "dual-iso" friendly)
    make_lib_modules() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    mv ${work_dir}/root-image/lib/modules ${work_dir}/lib-modules
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Split out /usr/share from root-image (makes more "dual-iso" friendly)
    make_usr_share() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    mv ${work_dir}/root-image/usr/share ${work_dir}/usr-share
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Make [core] repository, keep "any" pkgs in a separate fs (makes more "dual-iso" friendly)
    make_core_repo() {
    if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then
    local _url _urls _pkg_name _cached_pkg _dst _pkgs
    mkdir -p ${work_dir}/repo-core-any
    mkdir -p ${work_dir}/repo-core-${arch}
    pacman -Sy
    _pkgs=$(comm -2 -3 <(pacman -Sql core | sort | sed 's@^@core/@') \
    <(grep -v ^# ${script_path}/core.exclude.${arch} | sort | sed 's@^@core/@'))
    _urls=$(pacman -Sddp ${_pkgs})
    pacman -Swdd --noprogressbar --noconfirm ${_pkgs}
    for _url in ${_urls}; do
    _pkg_name=${_url##*/}
    _cached_pkg=/var/cache/pacman/pkg/${_pkg_name}
    _dst=${work_dir}/repo-core-${arch}/${_pkg_name}
    cp ${_cached_pkg} ${_dst}
    repo-add -q ${work_dir}/repo-core-${arch}/core.db.tar.gz ${_dst}
    if [[ ${_pkg_name} == *any.pkg.tar* ]]; then
    mv ${_dst} ${work_dir}/repo-core-any/${_pkg_name}
    ln -sf ../any/${_pkg_name} ${_dst}
    fi
    done
    : > ${work_dir}/build.${FUNCNAME}
    fi
    # Process aitab
    # args: $1 (core | netinstall)
    make_aitab() {
    local _iso_type=${1}
    if [[ ! -e ${work_dir}/build.${FUNCNAME}_${_iso_type} ]]; then
    sed "s|%ARCH%|${arch}|g" ${script_path}/aitab.${_iso_type} > ${work_dir}/iso/${install_dir}/aitab
    : > ${work_dir}/build.${FUNCNAME}_${_iso_type}
    fi
    # Build all filesystem images specified in aitab (.fs .fs.sfs .sfs)
    make_prepare() {
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" prepare
    # Build ISO
    # args: $1 (core | netinstall)
    make_iso() {
    local _iso_type=${1}
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" checksum
    mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -L "${iso_label}" -o "${out_dir}" iso "${iso_name}-${iso_version}-${_iso_type}-${arch}.iso"
    # Build dual-iso images from ${work_dir}/i686/iso and ${work_dir}/x86_64/iso
    # args: $1 (core | netinstall)
    make_dual() {
    local _iso_type=${1}
    if [[ ! -e ${work_dir}/dual/build.${FUNCNAME}_${_iso_type} ]]; then
    if [[ ! -d ${work_dir}/i686/iso || ! -d ${work_dir}/x86_64/iso ]]; then
    echo "ERROR: i686 or x86_64 builds does not exist."
    _usage 1
    fi
    local _src_one _src_two _cfg
    if [[ ${arch} == "i686" ]]; then
    _src_one=${work_dir}/i686/iso
    _src_two=${work_dir}/x86_64/iso
    else
    _src_one=${work_dir}/x86_64/iso
    _src_two=${work_dir}/i686/iso
    fi
    mkdir -p ${work_dir}/dual/iso
    cp -a -l -f ${_src_one} ${work_dir}/dual
    cp -a -l -n ${_src_two} ${work_dir}/dual
    rm -f ${work_dir}/dual/iso/${install_dir}/aitab
    rm -f ${work_dir}/dual/iso/${install_dir}/boot/syslinux/*.cfg
    if [[ ${_iso_type} == "core" ]]; then
    if [[ ! -e ${work_dir}/dual/iso/${install_dir}/any/repo-core-any.sfs ||
    ! -e ${work_dir}/dual/iso/${install_dir}/i686/repo-core-i686.sfs ||
    ! -e ${work_dir}/dual/iso/${install_dir}/x86_64/repo-core-x86_64.sfs ]]; then
    echo "ERROR: core_iso_single build is not found."
    _usage 1
    fi
    else
    rm -f ${work_dir}/dual/iso/${install_dir}/any/repo-core-any.sfs
    rm -f ${work_dir}/dual/iso/${install_dir}/i686/repo-core-i686.sfs
    rm -f ${work_dir}/dual/iso/${install_dir}/x86_64/repo-core-x86_64.sfs
    fi
    paste -d"\n" <(sed "s|%ARCH%|i686|g" ${script_path}/aitab.${_iso_type}) \
    <(sed "s|%ARCH%|x86_64|g" ${script_path}/aitab.${_iso_type}) | uniq > ${work_dir}/dual/iso/${install_dir}/aitab
    for _cfg in ${script_path}/syslinux.dual/*.cfg; do
    sed "s|%ARCHISO_LABEL%|${iso_label}|g;
    s|%INSTALL_DIR%|${install_dir}|g" ${_cfg} > ${work_dir}/dual/iso/${install_dir}/boot/syslinux/${_cfg##*/}
    done
    mkarchiso ${verbose} -w "${work_dir}/dual" -D "${install_dir}" checksum
    mkarchiso ${verbose} -w "${work_dir}/dual" -D "${install_dir}" -L "${iso_label}" -o "${out_dir}" iso "${iso_name}-${iso_version}-${_iso_type}-dual.iso"
    : > ${work_dir}/dual/build.${FUNCNAME}_${_iso_type}
    fi
    purge_single ()
    if [[ -d ${work_dir} ]]; then
    find ${work_dir} -mindepth 1 -maxdepth 1 \
    ! -path ${work_dir}/iso -prune \
    | xargs rm -rf
    fi
    purge_dual ()
    if [[ -d ${work_dir}/dual ]]; then
    find ${work_dir}/dual -mindepth 1 -maxdepth 1 \
    ! -path ${work_dir}/dual/iso -prune \
    | xargs rm -rf
    fi
    clean_single ()
    rm -rf ${work_dir}
    rm -f ${out_dir}/${iso_name}-${iso_version}-*-${arch}.iso
    clean_dual ()
    rm -rf ${work_dir}/dual
    rm -f ${out_dir}/${iso_name}-${iso_version}-*-dual.iso
    make_common_single() {
    make_basefs
    make_packages
    make_setup_mkinitcpio
    make_boot
    make_syslinux
    make_isolinux
    make_customize_root_image
    make_lib_modules
    make_usr_share
    make_aitab $1
    make_prepare $1
    make_iso $1
    _usage ()
    echo "usage ${0} [options] command <command options>"
    echo
    echo " General options:"
    echo " -N <iso_name> Set an iso filename (prefix)"
    echo " Default: ${iso_name}"
    echo " -V <iso_version> Set an iso version (in filename)"
    echo " Default: ${iso_version}"
    echo " -L <iso_label> Set an iso label (disk label)"
    echo " Default: ${iso_label}"
    echo " -D <install_dir> Set an install_dir (directory inside iso)"
    echo " Default: ${install_dir}"
    echo " -w <work_dir> Set the working directory"
    echo " Default: ${work_dir}"
    echo " -o <out_dir> Set the output directory"
    echo " Default: ${out_dir}"
    echo " -v Enable verbose output"
    echo " -h This help message"
    echo
    echo " Commands:"
    echo " build <mode> <type>"
    echo " Build selected .iso by <mode> and <type>"
    echo " purge <mode>"
    echo " Clean working directory except iso/ directory of build <mode>"
    echo " clean <mode>"
    echo " Clean working directory and .iso file in output directory of build <mode>"
    echo
    echo " Command options:"
    echo " <mode> Valid values 'single' or 'dual'"
    echo " <type> Valid values 'netinstall', 'core' or 'all'"
    exit ${1}
    if [[ ${EUID} -ne 0 ]]; then
    echo "This script must be run as root."
    _usage 1
    fi
    while getopts 'N:V:L:D:w:o:vh' arg; do
    case "${arg}" in
    N) iso_name="${OPTARG}" ;;
    V) iso_version="${OPTARG}" ;;
    L) iso_label="${OPTARG}" ;;
    D) install_dir="${OPTARG}" ;;
    w) work_dir="${OPTARG}" ;;
    o) out_dir="${OPTARG}" ;;
    v) verbose="-v" ;;
    h|?) _usage 0 ;;
    _msg_error "Invalid argument '${arg}'" 0
    _usage 1
    esac
    done
    shift $((OPTIND - 1))
    if [[ $# -lt 1 ]]; then
    echo "No command specified"
    _usage 1
    fi
    command_name="${1}"
    if [[ $# -lt 2 ]]; then
    echo "No command mode specified"
    _usage 1
    fi
    command_mode="${2}"
    if [[ ${command_name} == "build" ]]; then
    if [[ $# -lt 3 ]]; then
    echo "No build type specified"
    _usage 1
    fi
    command_type="${3}"
    fi
    if [[ ${command_mode} == "single" ]]; then
    work_dir=${work_dir}/${arch}
    fi
    case "${command_name}" in
    build)
    case "${command_mode}" in
    single)
    case "${command_type}" in
    netinstall)
    make_common_single netinstall
    core)
    make_core_repo
    make_common_single core
    all)
    make_common_single netinstall
    make_core_repo
    make_common_single core
    echo "Invalid build type '${command_type}'"
    _usage 1
    esac
    dual)
    case "${command_type}" in
    netinstall)
    make_dual netinstall
    core)
    make_dual core
    all)
    make_dual netinstall
    make_dual core
    echo "Invalid build type '${command_type}'"
    _usage 1
    esac
    echo "Invalid build mode '${command_mode}'"
    _usage 1
    esac
    purge)
    case "${command_mode}" in
    single)
    purge_single
    dual)
    purge_dual
    echo "Invalid purge mode '${command_mode}'"
    _usage 1
    esac
    clean)
    case "${command_mode}" in
    single)
    clean_single
    dual)
    clean_dual
    echo "Invalid clean mode '${command_mode}'"
    _usage 1
    esac
    echo "Invalid command name '${command_name}'"
    _usage 1
    esac
    Last edited by gav989 (2012-02-12 10:59:11)

    thanks for that, according to this it should be run like
    /path/to/build.sh build single netinstall
    from inside the chroot
    posting this for my own reference and in case it helps others, will mark as solved
    thanks again for your help
    Last edited by gav989 (2012-02-12 10:58:04)

  • What is an ISO Image? and how do I use bootcamp?

    What is an ISO Image? and how do I use Bootcamp

    Heya!
    An .ISO image is a well, form of image file. :3
    If you want to change it to a .img/.dmg (Which are, essentially, the same file) you can use this Terminal command:
    hdiutil convert -format UDRW -o /path/to/target.img /path/to/original.iso
    OSX tends to chuck a .dmg on the end after conversion, just get rid of it if you don't want it. Apple's Bootcamp FAQ should help you using bootcamp, but I'm not sure if OSX 10 has bootcamp. You can always try searching for it.
    Tell us what happens!

  • Mac software for editing .iso images?

    All --
    Call me blind, but I have been searching Google for a fair amount of time and cannot come up with a single software title for the Mac that allows .iso image editing. (Editing = the ability to open and add/remove files from the iso, and then re-burn it.) Windows users have programs like MagicISO (http://www.magiciso.com/) but there doesn't seem to be a Mac equivalent.
    Can anyone offer a suggestion?
    Now, in many forums contributors have suggested using 'hdiutil' from the terminal, like 'hdiutil mount -readwrite image.iso' but it doesn't work. To quote the man page: "+-readwrite :: *attempt to override* the DiskImages framework's decision to attach a particular image read-only.+ "
    Note the bold text. It is only an attempt, not a guarantee.
    Anyway, I can't be the first person to try this. Any thoughts?
    Bones

    I guess you saw this:
    http://macosx.com/forums/howto-faqs/287382-editing-bootable-pc-iso-image-using-o sx.html

  • Bootable ISO images not visible in PCD when doing Migration Task

    We are looking to move from CUCM 8.6 to CUCM 10.0 using Prime Collaboration Deployment. We have the full 10.0 media for CUCM and IMP. We created an ISO image of each and uploaded them to the /fresh_install directory on the PCD server. When creating a migration task in PCD, when we get to the point to select an image and click Browse, nothing is there. We also tried downloading the bootable 10.5 media from PUT. After uploading that media, this was visible, but the 10.0 image we made from the original CD was not.
    It appears PCD is doing some sort of validation check against the ISO. What can we do to ensure we create a valid image from the Disc so PCD can see it?

    Hi, Jack.
    I have the same question, could you provide more details? Thanks!
    Say, in the log I found this: The given directory was located and searched but no valid options or upgrades were available. Note, the system cannot be downgraded so option and upgrade files for previous releases were ignored.
    But this does not clarify the question.

  • How to get ISO image of Windows 7

    The instructions for installing Boot Camp and Windows says:
    To install Windows 7 with a USB flash drive, you need the following:
    An ISO image of Windows 7 Home Premium, Professional, or Ultimate downloaded from Microsoft.
    Where do I get that?
    A search turned up numerous baffling options, 64-bit this, 32-bit that. How do I know what I need to get started?

    You get it from Microsoft's site http://windows.microsoft.com/en-US/windows/shop/windows-7. You did not say what computer you have but I assume you have a 64 bit computer and OS. Get Windows 64 bit.

  • ""Burn image" or "Burn CD iso image""

    How can I "Burn image" or "Burn CD iso image" in my MB? I cant find the option, Im whiling to run linux as a "live CD" for a computing project, any help will be apreciated.
    thanks

    Sounds like you need some virtualization software. There are paid and free ones. If you have free time and know your way around, qemu has an osx port located http://www.kberg.ch/qemu/ . Although the website is down now, there is Q from http://www.kju-app.org/
    Parallels is the paid one I heard of. You can search the web for others too. As for booting the livecd, I think holding the 'c' key while booting should allow to choose to boot from cdrom. Not 100% sure on that though.
    If you have an iso file, open it with Disk Utility, select the image on the left panel if it hasnt been selected and from the top menu find Burn.
    BlackBook Mac OS X (10.4.7)

  • Editing ISO Images

    I was wondering if it was possible to edit an iso image I have. The image mounts in disk mounter and I can see the directories and files, but it is mounted as read only. Is there any way I can write to an iso image?

    While I am unfamiliar with and do not use ISO images, I do know some information is
    available through a search; of the results, a few examples should be forthcoming; per:
    ' Mac OS X edit ISO images ' - google results page URL:
    http://www.google.com/#hl=en&source=hp&q=MacOS+X+edit+ISO+image&btnG=Google+Search&aq=f&aqi=&oq=Mac+OS+X+edit+ISOimage&fp=d9ca629f83f82f8a
    Appears ISO images are also common with PCs or perhaps Intel-based Macs,
    with BootCamp; if related to newer hardware & OS X... This obviously would
    exceed an older PPC computer's capacity unless it was running some Windows
    emulation software, or related image files. Where did you get this image file?
    There is a possible match in the first pages of the search result link, above.
    In some case, you can't edit these; according to several items I've read the
    process may be conditional depending on the file's purpose & the OS.
    What is the ISO image related to? If it was created by a specific
    software or OS, then editing these may require suitable tools.
    Good luck & happy computing!

  • Getting "layer break" error message when trying to Preview a single sided DVD, or build an ISO image or disk folder

    Hi!  Hoping someone might be able to help with an odd problem.  I haven't found anything in the forums or the web that match my symptoms.
    I've been using Encore CS6 (v6.0.1.013) on a MacBook retina over the past year to successfully create a number of single sided DVDs with menus, chapters, and all that.  I usually make a copy of a previous DVD project, and then replace video assets with the new files and transcodes, move and rename chapter markers, and rework the menus in Photoshop.  I then will build ISO images for both DVD and Blu-Ray (both single-sided), and use those to burn many copies of each DVD for clients.
    This week, while developing one of these projects, when trying to build a DVD ISO image that looked like it would fit on a 4.7 GB DVD, I received the "layer break" message ("The chosen layer break does not satisfy dual layer requirements.  To fix this, either set a new layer break manually, or choose to set layer break automatically.") because (I'm guessing) the material was too long for the 4.7 GB DVD (the Build screen now shows about 5GB of material are in the project).  This is the first time I've seen that message - usually Encore just tells me the material is too big for the DVD.
    I re-transcoded the material down to well under 4.7 GB (about 3.9 GB), reverted and replaced the transcoded files, and now the DVD build screen shows that there are about 700MB free on a 4.7 GB DVD.  But I still have not been able to build any version of the DVD (image, folder, disc), without getting the "layer break" message.  I also now get this same layer break message when trying to "Preview from Here" any menu, killing my ability to preview the DVD menus in Encore.
    Just to see what would happen, I chose an 8.4GB Dual Layer DVD, and chose "manual" instead of "automatic" for the layer break selection, but never got the layer break selection dialog box, just the "layer break" error message.
    I typically build both DVD and Blu-Ray images from the same material in the same project.  I use different transcoding settings for each, and I have been able to build a Blu-Ray ISO without this "layer break" error on the Blu-Ray build (which is about 24.5GB when built).  And as I mentioned before, this is the first project on which I've even seen this layer break message.
    Any suggestions would be greatly appreciated!  I'd rather not recreate the project from scratch, but I'm worried that I may have to.
    Thanks
    Jon

    The total project being small enough may mean you have one layer that is too big. Both layers have to be smaller than half the disk, right?
    Be sure you "run as administrator" for dual layer projects.
    Encore may set the layer break correctly if it finds a good place, but there are numerous complaints about it being unreliable.
    Build to a folder (no layer break is set), then use ImgBurn to build and ask to be prompted for layer break. ImgBurn is also unreliable under some circumstances.
    The most frequent problems appear to be when there is no good location for a break. Do a search for "layer break imgburn" and you will see a variety of strategies.
    http://forum.imgburn.com/index.php?/topic/1777-how-to-create-a-double-layer-dvd-video-imag e-file-using-imgburn/
    Also see these posts:
    Neil Wilkes
    http://forums.adobe.com/message/3466255#3466255
    Neil Wilkes
    http://forums.adobe.com/message/4054265#4054265
    Neil Wilkes
    http://forums.adobe.com/message/4054269#4054269
    Jon Geddes
    http://forums.adobe.com/message/4002647#4002647
    shuchi shrivastava
    http://forums.adobe.com/message/3905911#3905911
    Jon Geddes and Neil Wilkes
    http://forums.adobe.com/message/4003221#4003221

  • How do I convert my Windows 7 Folder to an ISO image to burn to a USB, in order to use Bootcamp Assistant to partition my MacBook Pro for Mac and Windows?

    How do I convert my Windows 7 Folder to an ISO image to burn to my  USB Flash drive (16GB)  in order to use Bootcamp Assistant to partition my MacBook Pro for Mac and Windows?

    Sorry - confusing - My question has NOT been solved yet - can anyone help?

  • Windows 8.1, BootCamp does not find the ISO image.

    When I try to install Windows 8.1, BootCamp does not find the ISO image.
    I purchased Windows 8.1 Pro, I downloaded the .exe requested file from a Windows computer, performed the steps recommended by Microsoft in order to create the ISO file saving it on a flash drive as well and, as a precaution, on a DVD too.
    I performed the "Download the latest Windows Support Software from Apple" step directly into another flash drive and having it completed BootCamp displays the following message:
    "The installer disc could not be found  –  Insert the Windows installer disc and wait a few seconds for the disc to be recognized. "
    So happens that I have tried this using the DVD, pendrive and also copying the ISO file to the desktop and to the "Documents" folder as recommended in certain websites, but none of this has made the process go ahead. What can I do?
    My equipment is a mid 2011 iMac running Mac OSX 10.10.1.

    Dear Loner T,
    thanks to my coworker, the solution was unpacking from that ISO file which I had recorded (according to the steps indicated by Microsoft), but now using Nero software (Windows) and then recording by the most common way in a new DVD. See the screen of the first DVD before unpacking:
    This true saga only demonstrated that the generated ISO file as an option at the time of the Windows installation, is not for direct installation through BootCamp, and as a I could check, even for direct installation on a Windows PC. See the last DVD burned using Nero and  again recorded:
    The execution of BootCamp, was perfect
    Thank you for attention to my problem!

  • Premiere Elements 11 .iso Image für Blu Ray erstellen

    Hallo,
    Kann man mit Premiere Elements 11 ein iso Image für blu rays erstellen?
    Habe es mit dieser anleitung versucht, aber mir wirt der isoauswahlbereich nicht angezeigt (nur Ordner oder Disk)
    Adobe Premiere Elements – Hilfe | Freigeben auf DVD oder Blu-ray-Disc
    Kann mir jemand sagen ob das mit Premiere Elements 11 funktioniert oder ob das erst ab Version 12 /13 funktioniert?
    Danke
    And now i trie it in english
    Hello,
    Is it possible with Premiere Elements 11 Create an iso image for blu rays?
    Tried it with this manual, but my host does not appear isoauswahlbereich (only folder or disk)
    Adobe Premiere Elements – Hilfe | Freigeben auf DVD oder Blu-ray-Disc
    Can anyone tell me if this works with Premiere Elements 11 or whether the only works from version 12/13 me?
    Thank You

    JGeneratorH
    Thanks for the follow up and glad to learn that the Phantom Burner worked for you.
    Thanks also for the information on the link to Phantom Burner in the blog post. I will update that link in a few moments.
    Please let us know if any questions or need clarification on your Premiere Elements workflows. Glad for the opportunity to be of
    assistance.
    Best wishes
    ATR
    Add On...Just updated the Phantom Burner 2.0 link in the blog post and added this footnote.
    **UPDATE January 8, 2015. The original link to the Phantom Burner 2.0 used when this blog was written is no longer working to obtain the Phantom Burner 2.0 and has been replaced this day with a link that is working to obtain the Phantom Burner 2.0 tryout download (phantomburner_setup.exe). This new link seems to be working to obtain the "Phantom Burner 2.0", but the Learn More and Purchase buttons for this choice do not work. Interestingly, the old and new links are from the same web site, just different pages of the web site. At this time, it is not known if this reflects problem with the PHANTOMbility.com web site or something else.

Maybe you are looking for