Re: Installation from CD image
- From: "Joel Bryan Juliano" <joelbryan.juliano@xxxxxxxxx>
- Date: Mon, 7 Jan 2008 12:50:28 +0800
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
- Follow-Ups:
- Re: Installation from CD image
- From: Nils Kassube
- Re: Installation from CD image
- References:
- Installation from CD image
- From: Keith Clark
- Installation from CD image
- Prev by Date: Re: Cacti on Dapper Server
- Next by Date: IRC disconnected
- Previous by thread: Re: Installation from CD image
- Next by thread: Re: Installation from CD image
- Index(es):
Relevant Pages
|