Re: Installation from CD image



If you have the ISO file, install it under QEMU or VMWare,

Under your virtual machine, type

$ dd if=/dev/hda | nc 192.168.0.1 9000

And outside the virtual machine, you type

$ nc -l -p 9000 | dd of=/dev/hda # where /dev/hda is your target
partition, so be careful.

This will clone the system via network.

Make sure the virtual and real machine can see each other via network,
you can assign a "unique" static ip address to both machines via

$ rm /etc/hosts
$ echo "127.0.0.1 localhost" > /etc/hosts
$ echo "192.168.0.1 mymachine" >> /etc/hosts
$ ifconfig lo 127.0.0.1 up
$ ipconfig eth0 192.168.0.1 up

I'm sure there are many more ways to do this,
currently this is what I can think of

* Use the VM's virtual disk images for cloning to real hard disk.
* Install Linux on other computers and do the netcat cloning via network.

Cheers.

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: ubuntu-users Digest, Vol 45, Issue 230
    ... from fedora to ubuntu ... Virtual machine ... Ubuntu will ask you if you want to install the ... Unable to send/receive e-mail between my e-mail server ...
    (Ubuntu)
  • Re: Out with Vista, In with XP???
    ... I think that the Virtual Machine is a great set of training wheels! ... You can purchase it and install that add-on. ... Or - you can install Windows XP in a Virtual Machine and run your old ... the new applications/can get the new applications and no longer need the old ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: FreeBSD 7.2 Release under VirtualBox
    ... FreeBSD does not seem to be able to get networking working. ... trying to install from a minimal boot CD, and get the filesets from an ftp ... change the card at the settings for apropriate virtual machine. ... Select the network properties and then the card (this should be ...
    (freebsd-questions)
  • Re: networking hosed after upgrading to 10.04
    ... settings to the HD install. ... for creating a bridge connection for my virtual machine. ... Based on the network configuration of the live CD (see NetworkManager ...
    (Ubuntu)
  • Re: Protel 99SE - a good choice
    ... only reproducible one is when I hit the scroll wheel on my mouse -- that's guaranteed to cause Protel AdvPCB to crash instantly with a General Protection error. ... virtual machine can be attached to the hosts network. ... if you install VMware drivers for video mouse etc ... but no got Win 3.x install disks. ...
    (sci.electronics.cad)