Created
May 21, 2012 04:18
-
-
Save rmoriz/2760539 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ vagrant-ubuntu-precise-64 git:(master) ./build.sh | |
| Cleaning Custom build directories... | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/custom: No such file or directory | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/initrd: No such file or directory | |
| Downloading ubuntu-12.04-alternate-amd64.iso ... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 695M 100 695M 0 0 2269k 0 0:05:13 0:05:13 --:--:-- 3315k | |
| Creating Custom ISO | |
| Untarring downloaded ISO ... | |
| Backing up current init.rd ... | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/install: No such file or directory | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/install/initrd.gz: No such file or directory | |
| mv: rename /tmp/vagrant-ubuntu-precise-64/build/iso/custom/install/initrd.gz to /tmp/vagrant-ubuntu-precise-64/build/iso/custom/install/initrd.gz.org: No such file or directory | |
| Installing new initrd.gz ... | |
| gzip: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/install/initrd.gz.org.gz: No such file or directory | |
| 0 blocks | |
| ./build.sh: line 70: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/install/initrd.gz: No such file or directory | |
| Cleaning up Permissions ... | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/install: No such file or directory | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/install/initrd.gz: No such file or directory | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/install/initrd.gz.org: No such file or directory | |
| Replacing isolinux config ... | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/isolinux: No such file or directory | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/isolinux/isolinux.cfg: No such file or directory | |
| rm: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/isolinux/isolinux.cfg: No such file or directory | |
| cp: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/isolinux/isolinux.cfg: No such file or directory | |
| chmod: /tmp/vagrant-ubuntu-precise-64/build/iso/custom/isolinux/isolinux.bin: No such file or directory | |
| Add late_command script ... | |
| Running mkisofs ... | |
| mkisofs: Uh oh, I cant find the boot catalog directory 'isolinux' inside the target tree. | |
| Creating VM Box... | |
| Virtual machine 'ubuntu-precise-64' is created and registered. | |
| UUID: 028b8fa8-6c54-4818-bd28-b5abe46fcc4d | |
| Settings file: '/tmp/vagrant-ubuntu-precise-64/build/vbox/ubuntu-precise-64/ubuntu-precise-64.vbox' | |
| VBoxManage: error: Could not find file for the medium '/tmp/vagrant-ubuntu-precise-64/build/iso/custom.iso' (VERR_FILE_NOT_FOUND) | |
| VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Medium, interface IMedium, callee nsISupports | |
| Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, AccessMode_ReadWrite, fForceNewUuidOnOpen, pMedium.asOutParam())" at line 210 of file VBoxManageDisk.cpp | |
| VBoxManage: error: Invalid UUID or filename "/tmp/vagrant-ubuntu-precise-64/build/iso/custom.iso" | |
| 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% | |
| Disk image created. UUID: e692a7b5-e261-4021-aa7a-bfa196f6249e | |
| Waiting for VM "ubuntu-precise-64" to power on... | |
| VM "ubuntu-precise-64" has been successfully started. | |
| Waiting for installer to finish . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment