Hello, 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 --- Starterror: --- (XEN) Initial guest OS requires too much space (XEN) (8MB is greater than 0MB limit) --- System: I use an fresh Debian sarge installation with all needed packages for xen [Debian standart packages]. Pentium 4, 3Ware Raid1 [tested with ATA], standard intel chipset [Tyan S2099] and no changes on config. Is there anything what I haven''t configure? Best regards _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>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=tty0The 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@lists.xensource.com http://lists.xensource.com/xen-users