The subject tells it all.
While I am seeing many people having difficulties with dual-boot Ubuntu with Windows 8 I came to this idea (as my Linux partition is too small for installing VMware Converter 4.01).
Can I "back-up" somehow my existing and running Ubuntu 12.04 install into a bootable image file or ISO, which I can then play-back with VMWARE Player or convert into something bootable from a CD-ROM or USB stick?
my idea is to boot windows 8 on that machine and either run my "customized" ubuntu then as a virtual machine or right away BOOT from USB stick on that 2nd netbook. if that is possible to configure to use SSD as swap etc?
– Gpunkt Dec 28 '12 at 22:33dd
command to image the parition to the newly created one on the USB stick. Finally install grup on the MBR of the stick and edit the grub.cfg to meet your setup. (3) if you wanna swap on SSD, why not putting Ubuntu on that thing right away? USB-Stick are not really write-durable! – humanityANDpeace Dec 28 '12 at 22:58I just detected CLONEZILLA and made a image of my linux partition but need find out how to go further now
– Gpunkt Dec 28 '12 at 23:56did create a clone of my linux partition with CLONEZILLA which I then also with using clonezilla converted into a ZIP
unpacking this ZIP and then executing MAKEBOOT.sh I wanted to maked this a bootable "image" which I actually made into an ISO file under Windows XP with IMGBURN.
total fail: playing such iso in VMWARE player gives me "missing boot system"
– Gpunkt Dec 29 '12 at 02:20http://askubuntu.com/questions/73847/make-my-ubuntu-a-live-disk-from-my-hard-disk?rq=1
but what is the BEST answer?
– Gpunkt Dec 29 '12 at 03:06rsync
ordd
are better ways to shift your working ubuntu aprox 4GB+ system to a USB-stick. I am unsure CLONEZILLA will bring you instand success. Indeed the few things to get linux/ubuntu are normaly (1) a parititon layout, (2) a partition for your system, (3) copy of the -already working- system via rsync, (4) a installed and configured grub to get it to boot. I will try to find some turorial to post here later. – humanityANDpeace Dec 29 '12 at 17:56