Help!
Ok, I have a Redhat FC5 install as
dom0 and a FC4 domU freshly installed (installed
using QEMU and then copied contents of that image file to one that can be used
by Xen).
The DomU boots and is useable, but
I have no network!?! I get this
whenever eth0 tries to load:
Bringing up interface eth0: Device eth0 does not seem to be present,
delaying initialization.
[FAILED]
Everything I see says it’s something wrong with my domU config file, but I don’t
see anything wrong with it. Here’s
my config file
name = "vm1"
kernel = "/boot/vmlinuz-2.6.16-1.2096_FC5xenU"
ramdisk =
"/boot/initrd-2.6.16-1.2096_FC5xenU.img"
memory = 256
root = "/dev/sda1 ro"
disk = ['file:/guests/vm1-base.img,sda1,w', 'file:/guests/vm1-base.swap,s$
vif=[ '' ]
If anyone could give me a suggestion, please let me know!