I'm in the process of moving from Windows to Ubuntu (14.04) for my web/mobile development and realize that I might definitely screw my PC up at some point. Rather than start over from scratch, I would like to have a base starting point that I can quickly copy over. I understand that you can create a disk backup/image of an Ubuntu install that you can use a boot disc for installation on the same PC/another one.
I'm wondering if I can create this base installation inside a VirtualBox configuration, and then create a "disc image" by burning to a disc in the host optical drive. I would then use the disc image to quickly install on my PC. The reason behind this is that our connection at home is heinous (3Mb/sec), and consistently downloading Android Studio, Webstorm, MonoDevelop, etc. etc. can take forever (hours/day). Because of this, I would like to have a VirtualBox I can create at work (fibre-optic connection) and then create a disc image from the VirtualBox install to use on my PC.
This way I could simply insert the disc containing the image into my computer when I screw up, and install the disc image onto my hard drive. I'm hoping that this would allow me to skip the setup phase and have a development ready Ubuntu installation ready for me.
Is this possible? If so, how?
Secondly, I currently have a 250 GB SSD where /
, /root/
, and swap
currently reside, in addition to a 500 GB hard drive where /home
resides. Would this cause any issues with what I am attempting to do?
Let me know if I should include anything else! Thanks!