PDA

View Full Version : [ubuntu] Remote install from ISO



kihjin
August 3rd, 2008, 07:33 PM
I've been trying to figure out how I could do the following:

I've got a remote machine that has Ubuntu 8.04 installed. The machine is currently running in that operating system. I'd like to run the installer and setup another Ubuntu 8.04 directly from the ISO onto a separate partition. Without rebooting.

The remote machine does not have X11 and I'm connecting via SSH.

There has got to be a way to do this.

Pumalite
August 3rd, 2008, 08:56 PM
This might be useful:
http://ubuntuforums.org/showthread.php?t=316093

kihjin
August 4th, 2008, 12:22 AM
Hi Pumalite,

I did come across that thread in my search of the forums. That HOWTO requires that I have physical access to the machine-in-question during it's reboot phase.

What I HAVE been trying to do is use bochs to boot the ISO in a virtual machine, and install it to a partition on the main disk. However, bochs is so unbelievably slow that I'm still waiting for it to get to the partitioner. Plus it ties up my entire local machine when I run it since the svga library takes control of the entire screen.

Another avenue I've considered is using a kickstart file. I could edit the default boot entry to load a kickstart file from the internet. However, when the machine reboots it'll load back into the installer, since I don't know of a way to successfully revert the boot file after install.