On Thu, 2009-09-24 at 13:57 +0200, Henrik Dige Semark wrote:
On Thu, 2009-09-24 at 12:35 +0200, Henrik Dige Semark wrote:
Ian Campbell skrev:
Those pciback.hide bits are spurious in a domU I should think.
If I don't have pciback.hide=(03:05.0)(03:06.0)(03:07.0) in my grub
menu.lst on dom0; domU can't use use them.
But you claimed that this was the _domU_ grub configuration.
I think you need to carefully think about where the command lines for
each of your dom0 and domUs comes from and ensure that they are
configured as appropriate.
Ian.
--
Ian Campbell
Current Noise: Nine Inch Nails - Closer
My sister opened a computer store in Hawaii. She sells C shells down
by the seashore.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Sorry, that was a typo, pcibackend.hide is in _dom0_ menu.lst and
swiotlb=force is now also set in _dom0_.
For the nth time:
*** swiotlb=force is needed on the _domU_ command line ***
That means either you are using pygrub and it should be in menu.lst
_inside_the_guest_ or you need to add 'extras="swiotlb=force"' to your
domU configuration.
in the _domU_ config is this
[ ... ]
vif = [ 'mac=00:16:3E:39:2D:0A' ]
pci = [ '0000:03:05.0', '0000:03:06.0', '0000:03:07.0' ]
[ ... ]
I will return when the server is returned to live after reboot later today.
---
Med Venlig Hilsen / Best regards
Henrik Dige Semark
I have added it as an extra in my webserver.cfg and now it works.!
thanx Ian.