|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Help get Xen 4.1 running
Thanks for your suggestions. Adding xen_platform_pci=0 made the network card AND the hard drive available.
You said >> If using xen_platform_pci works, it means you're using qemu-emulated devices
Can you or someone explain further what this option does? I want HVM and emulated devices. I plan to install Windows later and this was supposed to be a quick test for running HVM machines. By why isn't builder='hvm' and kernel=... and device_model='/usr/lib/xen-default/bin/qemu-dm' enough to specify that? What is it doing when I don't specify xen_platform_pci=0?
Thanks. On Wed, Nov 9, 2011 at 10:53 PM, Fajar A. Nugraha <list@xxxxxxxxx> wrote:
On Thu, Nov 10, 2011 at 7:45 AM, Bud Bundy < budric@xxxxxxxxx> wrote:
> Then I created LVM volume called "ubuntu" (didn't call mkfs on it) and
> created .cfg file:
> kernel = "/usr/lib/xen-default/boot/hvmloader"
> builder='hvm'
Why HVM? PV should provide better performance, and last time I tested it works.
> vif = [ 'type=ioemu, bridge=xenbr0' ]
drop "type=ioemu" from there (doesn't really do anything anyway)
> The ubuntu installation ISO boots and I can VNC into the installation.
> First the installation throws an error "error while running modprobe -v
> xenbus_probe_frontend" during the search for cdrom step.
Try adding xen_platform_pci=0 to domU config file, and try running
"ethtool -K tx off" for vif*.* and tap* on dom0.
If using xen_platform_pci works, it means you're using qemu-emulated
devices. You can change it later after domU is successfully installed
so that it'd use PV drivers.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|