Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problems hiding pci devices



On Thu, Oct 13, 2005 at 02:29:28AM -0300, Evaldo Gardenali wrote:
> >title Xen 2.0 / NetBSD (hda0, vga)
> >  root(hd0,0)
> >  kernel (hd0,a)/xen.gz dom0_mem=524288
> >  physdev_dom0_hide='(02:06.0)'
> >  module (hd0,a)/netbsd-XEN0.gz root=/dev/hda1 ro console=tty0
> 
> Try this (a single line with all parameters, no quote on the pci dev):
> kernel (hd0,a)/xen.gz dom0_mem=524288 physdev_dom0_hide=(02:06.0)

This solved it right away, it seems grub can't handle a line break in this 
options  ('module' needs one, otoh)

It now looks like this and works:
title Xen 2.0 / NetBSD (hda0, vga)
  root(hd0,0)
  kernel (hd0,a)/xen.gz dom0_mem=524288 physdev_dom0_hide=`(02:06.0)(02:03.0)(01
:01.0)`
  module (hd0,a)/netbsd-XEN0.gz root=/dev/hda1 ro console=tty0

Thanks!

Florian

-- 

florian heigl                    http://deranfangvomen.de/

Grid Computing erfreut sich gerade bei Windows-Nutzern sehr regem Zuspruch, auch
wenn die Rechnerbesitzer meist nichts von ihrem Glück wissen. --f. weimer



Home | Main Index | Thread Index | Old Index