- This topic has 2 replies, 2 voices, and was last updated 17 years ago by
rohern.
-
AuthorPosts
-
March 26, 2008 at 11:12 pm #372013
rohern
ParticipantFirst, 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:March 27, 2008 at 1:58 am #372015akinspe
ParticipantThe 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.bashI think that’ll get you going
March 27, 2008 at 3:33 am #372017rohern
ParticipantThanks akinspe
That’s just what I needed!
I look forward to testing and implementing this -
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed