To view this discussion on the web visit https://groups.google.com/d/msgid/gce-discussion/69bf3817-79d6-44da-a2ec-a13e51339894%40googlegroups.com.--
© 2013 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043
Email preferences: You received this email because you signed up for the Google Compute Engine Discussion Google Group (gce-dis...@googlegroups.com) to participate in discussions with other members of the Google Compute Engine community and the Google Compute Engine Team.
---
You received this message because you are subscribed to the Google Groups "gce-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gce-discussio...@googlegroups.com.
To post to this group, send email to gce-dis...@googlegroups.com.
qemu-system-x86_64 --enable-kvm -smp 1 -m 3750m -net nic,model=virtio -net user -device virtio-scsi-pci,id=scsi -drive file="/home/gvale3/gc_custom_images/disk.raw",format=raw,cache=none -cdrom /home/gvale3
qemu-system-x86_64 --enable-kvm -smp 1 -m 3750m -net nic,model=virtio -net user -device virtio-scsi-pci,id=scsi -drive file="/home/gvale3/gc_custom_images/disk.raw",format=raw,cache=none,if=virtio-scsi -cdrom /home/gvale3
I am going to try your three steps for packaging my image and see if that works out and report back here. I have actually been following your "recipe" for FreeBSD ;). However, whenever I boot the image, it freezes after it starts up "Firewall". I haven't been able to figure out why the OS freezes at the point during the boot process. The disk is recognized and everything looks good right up to starting that service. Here is what I use to run the installation:
qemu-system-x86_64 --enable-kvm -smp 1 -m 3750m -net nic,model=virtio -net user -device virtio-scsi-pci,id=scsi -drive file="/home/gvale3/gc_custom_images/disk.raw",format=raw,cache=none -cdrom /home/gvale3It is important to note that virtio-scsi doesn't work here:qemu-system-x86_64 --enable-kvm -smp 1 -m 3750m -net nic,model=virtio -net user -device virtio-scsi-pci,id=scsi -drive file="/home/gvale3/gc_custom_images/disk.raw",format=raw,cache=none,if=virtio-scsi -cdrom /home/gvale3
Alex,Thanks a bunch for getting back to me. I had no idea that gcimagebundle was not supported on Ubuntu yet. How do you know this? Is there a "supported OS" page for gcimagebundle that I could have looked at? If so, the documentation from GCE doesn't make this obvious.
I am going to try your three steps for packaging my image and see if that works out and report back here. I have actually been following your "recipe" for FreeBSD ;). However, whenever I boot the image, it freezes after it starts up "Firewall". I haven't been able to figure out why the OS freezes at the point during the boot process. The disk is recognized and everything looks good right up to starting that service. Here is what I use to run the installation:qemu-system-x86_64 --enable-kvm -smp 1 -m 3750m -net nic,model=virtio -net user -device virtio-scsi-pci,id=scsi -drive file="/home/gvale3/gc_custom_images/disk.raw",format=raw,cache=none -cdrom /home/gvale3It is important to note that virtio-scsi doesn't work here:qemu-system-x86_64 --enable-kvm -smp 1 -m 3750m -net nic,model=virtio -net user -device virtio-scsi-pci,id=scsi -drive file="/home/gvale3/gc_custom_images/disk.raw",format=raw,cache=none,if=virtio-scsi -cdrom /home/gvale3So I eliminated that option. My disk still comes up as /dev/sda, which is what we want. If you specify if=virtio only, the disk comes up as /dev/vda, though. With that said, I can't get the image to book fully after it installs when it reaches that "Firewall" service. There are other times where it freezes at checking the disk.
Any other advice you can provide will be appreciated. Since qemu hasn't been working out for me because of those issues, I have been installing with VMware Fusion. However, the disk it creates is a vmdk and I don't know if that will work even if I successfully create a bundle/package.
--
© 2013 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043
Email preferences: You received this email because you signed up for the Google Compute Engine Discussion Google Group (gce-dis...@googlegroups.com) to participate in discussions with other members of the Google Compute Engine community and the Google Compute Engine Team.
---
You received this message because you are subscribed to the Google Groups "gce-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gce-discussio...@googlegroups.com.
To post to this group, send email to gce-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gce-discussion/5e2a5250-0390-4ee5-aaca-9a002e641e58%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gce-discussion/CAJbdudV%3D_bBsdUT__sKbeDx6qwjL3eMrDzXrYNzWX99Agxv5MQ%40mail.gmail.com.
I'd also recommend to check that your guest Linux kernel is at very minimum 3.8 [or newer]
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>
At this point I'm going to have step back and simply give you my best wishes in the trial and error phase. In-depth from-scratch image creation assistance is beyond the scope of the assistance we can provide here.
Good luck!
- Jimmy
--
© 2013 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043
Email preferences: You received this email because you signed up for the Google Compute Engine Discussion Google Group (gce-dis...@googlegroups.com) to participate in discussions with other members of the Google Compute Engine community and the Google Compute Engine Team.
---
You received this message because you are subscribed to the Google Groups "gce-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gce-discussio...@googlegroups.com.
To post to this group, send email to gce-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gce-discussion/8688e665-c62d-485e-98d0-472cab7b2d4c%40googlegroups.com.