|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] unable to start more than two PVM hosts on one host
Sebastian Reitenbach schrieb:
> Hi,
>
> I am using xen 3.1.0 on opensuse 10.3, for more details see below.
>
> When I try to start the third domU, then this will not work, I get the
> error: Error: Boot loader didn't return any data!
I assume you're running out of loop devices, just try
rmmod loop
echo "options loop max_loop=64" >/etc/modprobe.d/loop
modprobe loop
alternatively you might want to change the max_loop via grub by changing
menu.lst.
module /vmlinuz [...] ro console=tty0 max_loop=64
--
Stephan Seitz
Senior System Administrator
*netz-haut* e.K.
multimediale kommunikation
zweierweg 22
97074 würzburg
fon: +49 931 2876247
fax: +49 931 2876248
web: www.netz-haut.de <http://www.netz-haut.de/>
registriergericht: amtsgericht würzburg, hra 5054
s_seitz.vcf
Description: Vcard
signature.asc
Description: OpenPGP digital signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|