Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: boot.cfg and userconf
On Thu, Apr 06, 2017 at 03:44:40AM +0000, Emmanuel Dreyfus wrote:
> On Wed, Apr 05, 2017 at 08:40:46AM -0400, Greg Troxel wrote:
> > menu=Boot normally:rndseed /var/db/entropy-file;userconf disable radeon*;boot netbsd
>
> I tried this, without success, as agp is still configured and kernel
> panics on it at boot.
>
> menu=NetBSD-7.1 XEN3PAE_DOM0:load /netbsd71-XEN3PAE_DOM0 -s console=com0;multibo
> ot /xen-4.5.3 dom0_mem=256M console=com1 com1=115200,8n1;rndseed /var/db/entropy
> -file;userconf disable agp*
>
> Do you see anything wrong?
You want:
menu=NetBSD-7.1 XEN3PAE_DOM0:rndseed /var/db/entropy-file;userconf disable agp*;load /netbsd71-XEN3PAE_DOM0 -s console=com0;multiboot /xen-4.5.3 dom0_mem=256M console=com1 com1=115200,8n1
The 'multiboot' or 'boot' command must come last.
Jonathan Kollasch
Home |
Main Index |
Thread Index |
Old Index