[xen-tools-discuss] Re: Debian guest on Fedora 8 Dom0
Steve Kemp
steve at steve.org.uk
Wed Mar 26 17:28:35 CET 2008
On Wed Mar 26, 2008 at 12:24:45 -0400, Mike Brotzman wrote:
> As I said before I don't need someone to debug our system, just
> provide a quick confirmation of the correct process.
I've avoided replying because this isn't a xne-tools issue. It is
a xen issue.
In short if you copy the disk image of a working system then your
xen configuration file should point to that - in the correct fashion
for a loopback file, or an LVM mount.
The kernel being used, and any initrd, will obviously be coming
from our fedora host.
Here is a sample for LVM-based machine. It won't work for you,
but it will show you the correct form for such a setup. For further
assistance you'd be better off mailing the xen-users mailing list...
Steve
--
Managed Anti-Spam Service
http://mail-scanning.com/
# Configuration file for the Xen instance rt.test.xen, created
# by xen-tools 3.9 on Mon Feb 4 19:28:06 2008.
# Storage is LVM group 'gold-vol'. Kernel + Initrd are on the *host*
# not the guest filesystem.
#
# Kernel + memory size
#
kernel = '/boot/vmlinuz-2.6.18-4-xen-amd64'
ramdisk = '/boot/initrd.img-2.6.18-4-xen-amd64'
memory = '256'
#
# Disk device(s).
#
root = '/dev/sda2 ro'
disk = [
'phy:/dev/gold-vol/rt.test.xen-swap,sda1,w',
'phy:/dev/gold-vol/rt.test.xen-disk,sda2,w',
]
#
# Hostname
#
name = 'rt.test.xen'
#
# Networking
#
vif = [ 'ip=10.0.0.50,mac=00:16:3E:36:26:85' ]
#
# Behaviour
#
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
More information about the xen-tools-discuss
mailing list