Home Forums Software InstaDMG Mac Imaging Noob – Can’t get Instadmg to work.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #372013
    rohern
    Participant

    First, I’m sure you whizzes are yawning at me already 🙂 , but..
    I’m a pc whiz who has recently taken over Mac Imaging for our company.
    So here goes:

    I’ve read all about and installed Instadmg.
    I’m doing this on a Mac Intel Mini.
    I inserted OS installer disk and took an image of it with NetRestore. Placed this in BaseOS folder
    Downloaded Apple updated .dmg and dropped it in apple updates folder.

    Opened terminal and switched to Sudo root.
    Dragged Instadmg.bash to terminal and hit enter.
    Received many many error messages, no logs, and no output file.

    I’ll post a smattering of the error messages below. One question first.
    Do I need to edit the Instadmg.bash script before running it? The majority of items in this forum seem geared to folks that already have a handle on scripting and using the terminal. Unfortunately, I’m not one of those guys yet.

    I appreciate any advice you guys might have and thanks in advance for your time.

    Error oherntestosx:~ root# /InstaDMG_Resources/Instadmg/instadmg.bash
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 78: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 79: ./Logs/08-03-26.log: No such file or directory
    hdiutil: create failed – No such file or directory
    hdiutil: mount failed – No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 83: ./Logs/08-03-26.log: No such file or directory
    Could not find the disk GPTFormat
    ls: ./BaseOS: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 115: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 116: ./Logs/08-03-26.pkg.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 117: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 118: ./Logs/08-03-26.pkg.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 119: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 124: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 125: ./Logs/08-03-26.pkg.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 126: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 127: ./Logs/08-03-26.pkg.log: No such file or directory
    ls: ./AppleUpdates: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 138: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 139: ./Logs/08-03-26.pkg.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 140: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 141: ./Logs/08-03-26.pkg.log: No such file or directory
    ls: ./CustomPKG: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 152: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 153: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 156: ./Logs/08-03-26.log: No such file or directory
    Disk Utility Tool
    Usage: diskutil rename [Mount Point|Disk Identifier|Device Node] newName
    Rename a volume (only works for HFS(+) or UFS disks).
    Ownership of the specified volume may be required.
    Example: diskutil rename /Volumes/SomeDisk SomeNewName
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 160: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 161: ./Logs/08-03-26.log: No such file or directory
    Disk Utility Tool
    Usage: diskutil [mount(Disk)|unmount(Disk)|eject]
    [Mount Point|Disk Identifier|Device Node]
    Mount, unmount or eject local disks or volumes.
    force is only valid on unmount or unmountDisk.
    Example: diskutil unmount /Volumes/SomeDisk
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 163: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 164: ./Logs/08-03-26.log: No such file or directory
    /InstaDMG_Resources/Instadmg/instadmg.bash: line 165: ./Logs/08-03-26.log: No such file or directory
    rm: ./DMG_Scratch/*: No such file or directory:

    #372015
    akinspe
    Participant

    The script is currently written that it requires you to be in the base InstaDMG folder before executing.

    So just type:

    cd /InstaDMG_Resources/Instadmg
    then
    ./instadmg.bash

    I think that’ll get you going

    #372017
    rohern
    Participant

    Thanks akinspe
    That’s just what I needed!
    I look forward to testing and implementing this

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Comments are closed