|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] domU networking trouble in Xen 3.0-unstable.hg
Ok, it's working! I'm now up and running with changeset 7572. My
domU config is the default provided with this changeset. My dom0
config is a *very* slightly modified version of the kernel-2.6.12-
i686-xen0.config provided in the fedora core 4 updates. In case
other people are trying to get something similar working, here's my
grub.conf:
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.13-1.1526_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.13-1.1526_FC4 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.13-1.1526_FC4.img
title Xen 3.0-unstable.hg (2.6.12-xen0)
root (hd0,0)
kernel /xen.gz
module /vmlinuz-2.6.12-xen0 ro root=/dev/sda3
module /initrd-2.6.12.6-xen0.img
And you can find my kernel config for dom0 at the link below:
http://www.cc.gatech.edu/~bdpayne/notes/kernel-2.6.12.6-xen0.config
The only difference between this and the one from FC4 updates is that
I have disabled SMP and enabled APIC. On my system, that was
required for a successful boot into dom0.
Cheers,
bryan
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|