WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] dom0 startproblem

>I have a big startproblem with the dom0 kernel.
>I use the latest stable xen with the 2.6.10 kernel.
>menu.lst:
>---
>title Xen 2.05 / XenLinux 2.6.10
>kernel /boot/xen.gz dom0_mem=512M noreboot
>module /boot/vmlinuz-2.6.10-xen0 root=/dev/sda1 ro console=tty0

The 2.0.5 tree doesn't understand memory specifications like "512M" ; 
you need to give the amount in kilobytes. 

Try:  

title Xen 2.05 / XenLinux 2.6.10
kernel /boot/xen.gz dom0_mem=524288 noreboot
module /boot/vmlinuz-2.6.10-xen0 root=/dev/sda1 ro console=tty0



(Note: you need to leave some memory for Xen, so the above assumes you
have more than 512M total in the system; if you still have problems, 
reduce the amount further). 


cheers,

S.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>