Port-xen archive

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

Re: how to pass "disable acpi" to the kernel via grub



I'm going to try and disable acpi, and see if that helps my vncserver problems.
The -c flag seems to lock things up. This is what my menu.lst file
looks like. Is my syntax correct?
# Same as above, but using VGA console
# We can use console=tty0 (Linux syntax) or console=pc (NetBSD syntax)
title Xen 3.0 / NetBSD (hda0, vga)
  root(hd0,0)
  kernel (hd0,a)/xen.gz acpi=off dom0_mem=1048576
  module (hd0,a)/netbsd-XEN3_DOM0.gz -c bootdev=wd0a ro console=tty0

On Thu, Jun 26, 2008 at 12:20 PM, Manuel Bouyer 
<bouyer%antioche.eu.org@localhost> wrote:
> On Thu, Jun 26, 2008 at 11:51:20AM -0700, Michael Litchard wrote:
>> I thought my xen problems were fixed with the install of -current
>> from 06/24. But I am experiencing the same problems intermittently.
>> I'm going to try disabling acpi, and seeing how that works.
>>
>> what does the grub command look like for that?
>
> You need to add acpi=off to the Xen command line, and -c to the netbsd
> command line. at boot the NetBSD kernel will fall in a small command
> interpreter, in which you can type
> disable acpi
> quit
>
> --
> Manuel Bouyer <bouyer%antioche.eu.org@localhost>
>     NetBSD: 26 ans d'experience feront toujours la difference
> --
>


Home | Main Index | Thread Index | Old Index