I am attempting to transfer a new Linux image, and corresponding files, between 2 boxes. Only my Controller has USB support containing my newly built kernel. I want to transfer the kernel from my Controller and get it running on the Guest but the only connection between the 2 is through /dev/pts/2
. The Guest has no services (ftpd, sshd, etc.). I do have busybox
so microcom is available but I have no idea what I'm doing there.
Can anyone tell me how I can get my new bzImage
from my Controller to my Guest over /dev/pts/2?
Thanks.
Okay - a little more detail: The Guest and Host are 32-bit linux systems running Xen on OpenXT. So far only dom0 can mount my USB drive which has the new kernel image I'm trying to install. dom0 has used 86% of it's allocated 562M (i.e. 457M). I'm trying to get the kernel to a Guest machine which doesn't have any services running which also has 84% of it's disk space used up.
The Guest is prebuilt and currently I cannot change it the image. I do have the Guest .vhd on dom0 and may be able to work with the .vhd to modify the kernel there but I don't have the space on dom0 to do the work.