[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |