Hello! At first,I will introduce the basic configuration of my computer: Memory:512M Disk:80G I have installed two Operating Systems on my computer,one is Windows XP SP2, the other is Fedora 8.And when I installed Fedora 8,I chose to install the virtualization packages together.So when I complete the progress of installing Fedora 8,I can run my computer on xen. Now I want install another Fedora8 as a guest os which will run in Domain1(the operating system runnning in Domain0 is also Fedora8). The configuration of virtual machine and the error I met is in Configure.png and Error.png. I don't know what is wrong. And I am puzzled that when I configure my virtual machine under graphical virt-manager,the system tell me that I cannot give the new virtual machine 256M memory,because I have total 511M memory,and the Domain0's min memory is 256M,even if shrink the Domain0's memory to 256M,the left memory isn't enough.So I have to shrink the memory of the new virtual machine to 200M. But when I use virt-install on command line,the system will tell me that the min memory of new virtual machine is 256M. Waiting for solutions~~~ Thanks!!! yours:Lin 2008.3.2 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I guess there's something wrong with the virtual hard drive of the guest OS because the error message says that it can't locate the kernel image. weiming 2008/3/1 张琳 <zhanglin_nk@tom.com>:> Hello! > At first,I will introduce the basic configuration of my computer: > Memory:512M > Disk:80G > > I have installed two Operating Systems on my computer,one is Windows XP > SP2, the other is Fedora 8.And when I installed Fedora 8,I chose to > install the virtualization packages together.So when I complete the > progress of installing Fedora 8,I can run my computer on xen. > > Now I want install another Fedora8 as a guest os which will run in > Domain1(the operating system runnning in Domain0 is also Fedora8). > The configuration of virtual machine and the error I met is in > Configure.png and Error.png. > > I don't know what is wrong. > > And I am puzzled that when I configure my virtual machine under graphical > virt-manager,the system tell me that I cannot give the new virtual machine > 256M memory,because I have total 511M memory,and the Domain0's min memory is > 256M,even if shrink the Domain0's memory to 256M,the left memory isn't > enough.So I have to shrink the memory of the new virtual machine to 200M. > But when I use virt-install on command line,the system will tell me that the > min memory of new virtual machine is 256M. > > Waiting for solutions~~~ > > Thanks!!! > > yours:Lin > 2008.3.2 > > > > > > > > ==============================================> 快来和我一起享受TOM免费邮箱吧! 看看除了1.5G,还有什么?<http://bjcgi.163.net/cgi-bin/newreg.cgi?%0Arf=050602> > > <http://vip.tom.com/info/ggd_060301/index_tmail.html> 看看女人都在聊什么?<http://bbs.lady.tom.com/bbs.php?forumid=703> > 美图尽赏 <http://pic.tom.com/> 聊天世界<http://bbs.news.tom.com/bbs.php?forumid=697> > > 明星金曲免费送(http://mm.tom.com/ivr/):周杰伦<http://fs.tom.com/ivr/search_ivrring.php?SingerName=%E5%91%A8%E6%9D%B0%E4%BC%A6&user_id=3&code_id=000000> > 林俊杰<http://fs.tom.com/ivr/search_ivrring.php?SingerName=%E6%9E%97%E4%BF%8A%E6%9D%B0&user_id=3&code_id=000000> > 庞龙<http://fs.tom.com/ivr/search_ivrring.php?SingerName=%E5%BA%9E%E9%BE%99&user_id=3&code_id=000000> > 张惠妹<http://fs.tom.com/ivr/search_ivrring.php?SingerName=%E5%BC%A0%E6%83%A0%E5%A6%B9&user_id=3&code_id=000000> > > 劲爆歌曲尽情点(http://mm.tom.com/ivr/):霍元甲<http://fs.tom.com/ivr/send_step1.php?Id=39244&user_id=3&code_id=w555> > 吉祥三宝<http://fs.tom.com/ivr/send_step1.php?Id=38397&user_id=3&code_id=w555> > 人质 <http://fs.tom.com/ivr/send_step1.php?Id=39335&user_id=3&code_id=w555> > 曹操 <http://fs.tom.com/ivr/send_step1.php?Id=39325&user_id=3&code_id=w555> > > 炫酷彩铃免费送(http://mm.tom.com/cailing/):周杰伦帮你接电话<http://fs.tom.com/cailing/search.php?CurPage=1&user_id=3&Catalog=&phone_num=&SearchBy=ring&Keyword=%D6%DC%BD%DC%C2%D7%B0%EF%C4%E3%BD%D3%B5%E7%BB%B0> > 麻烦女朋友<http://fs.tom.com/cailing/search.php?CurPage=1&user_id=3&Catalog=&phone_num=&SearchBy=ring&Keyword=%C2%E9%B7%B3%C5%AE%C5%F3%D3%D1> > 七里香<http://fs.tom.com/cailing/search.php?CurPage=1&user_id=3&Catalog=&phone_num=&SearchBy=ring&Keyword=%C6%DF%C0%EF%CF%E3> > 小城故事<http://fs.tom.com/cailing/search.php?CurPage=1&user_id=3&Catalog=&phone_num=&SearchBy=ring&Keyword=%D0%A1%B3%C7%B9%CA%CA%C2> > ==============================================> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
jim burns
2008-Mar-02 03:40 UTC
Re: [Xen-users] How to install Fedora8 as a Guest OS on xen
On Saturday 01 March 2008 10:09:06 pm weiming wrote:> I guess there''s something wrong with the virtual hard drive of the guest OS > because the error message says that it can''t locate the kernel image.Actually, it says: losetup /dev/loop0 /var/lib/xen/images/RootkitVM.img failed Since it refers to loop0, you probably haven''t run out of loop devices yet. The original poster should check if the loop kernel module has been loaded (lsmod|grep loop), and if there is no output, try ''modprobe loop'', though why virt-manager wouldn''t check that itself, I wouldn''t know. RootKitVM??? You have got to be kidding. Who are we helping here? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sadique Puthen
2008-Mar-02 17:39 UTC
Re: [Xen-users] How to install Fedora8 as a Guest OS on xen
张琳 wrote:> Hello! > At first,I will introduce the basic configuration of my computer: > Memory:512MFirst of all, a system with 512M memory does not seem good use case for virtualization as even a f8 guest to perform optimally, it requires 512M minimum.> > I have installed two Operating Systems on my computer,one is Windows > XP SP2, the other is Fedora 8.And when I installed Fedora 8,I chose to > install the virtualization packages together.So when I complete the > progress of installing Fedora 8,I can run my computer on xen. > > Now I want install another Fedora8 as a guest os which will run in > Domain1(the operating system runnning in Domain0 is also Fedora8). > The configuration of virtual machine and the error I met is in > Configure.png and Error.png.Probably SELinux is preventing xend from accessing the iso image from /mnt/Windows_E/. If you have SElinux enabled, please move the iso to /var/lib/xen/images and try after that. Or Use network installation by specifying nfs/http/ftp installation tree as your installation source. --Sadique> > I don''t know what is wrong. > > And I am puzzled that when I configure my virtual machine under > graphical virt-manager,the system tell me that I cannot give the new > virtual machine 256M memory,because I have total 511M memory,and the > Domain0''s min memory is 256M,even if shrink the Domain0''s memory to > 256M,the left memory isn''t enough.So I have to shrink the memory of > the new virtual machine to 200M. But when I use virt-install on > command line,the system will tell me that the min memory of new > virtual machine is 256M. > > Waiting for solutions~~~ > > Thanks!!! > > yours:Lin > 2008.3.2 > > > > > > > > ==============================================> 快来和我一起享受TOM免费邮箱吧!看看除了1.5G,还有什么? > <http://bjcgi.163.net/cgi-bin/newreg.cgi?%0Arf=050602> > > <http://vip.tom.com/info/ggd_060301/index_tmail.html> 看看女人都在聊什 > 么? <http://bbs.lady.tom.com/bbs.php?forumid=703> 美图尽赏 > <http://pic.tom.com/> 聊天世界 > <http://bbs.news.tom.com/bbs.php?forumid=697> > > 明星金曲免费送(http://mm.tom.com/ivr/):周杰伦 > <http://fs.tom.com/ivr/search_ivrring.php?SingerName=%D6%DC%BD%DC%C2%D7&user_id=3&code_id=000000> > 林俊杰 > <http://fs.tom.com/ivr/search_ivrring.php?SingerName=%C1%D6%BF%A1%BD%DC&user_id=3&code_id=000000> > 庞龙 > <http://fs.tom.com/ivr/search_ivrring.php?SingerName=%C5%D3%C1%FA&user_id=3&code_id=000000> > 张惠妹 > <http://fs.tom.com/ivr/search_ivrring.php?SingerName=%D5%C5%BB%DD%C3%C3&user_id=3&code_id=000000> > > 劲爆歌曲尽情点(http://mm.tom.com/ivr/):霍元甲 > <http://fs.tom.com/ivr/send_step1.php?Id=39244&user_id=3&code_id=w555> > 吉祥三宝 > <http://fs.tom.com/ivr/send_step1.php?Id=38397&user_id=3&code_id=w555> > 人质 > <http://fs.tom.com/ivr/send_step1.php?Id=39335&user_id=3&code_id=w555> > 曹操 > <http://fs.tom.com/ivr/send_step1.php?Id=39325&user_id=3&code_id=w555> > > 炫酷彩铃免费送(http://mm.tom.com/cailing/):周杰伦帮你接电话 > <http://fs.tom.com/cailing/search.php?CurPage=1&user_id=3&Catalog=&phone_num=&SearchBy=ring&Keyword=%D6%DC%BD%DC%C2%D7%B0%EF%C4%E3%BD%D3%B5%E7%BB%B0> > 麻烦女朋友 > <http://fs.tom.com/cailing/search.php?CurPage=1&user_id=3&Catalog=&phone_num=&SearchBy=ring&Keyword=%C2%E9%B7%B3%C5%AE%C5%F3%D3%D1> > 七里香 > <http://fs.tom.com/cailing/search.php?CurPage=1&user_id=3&Catalog=&phone_num=&SearchBy=ring&Keyword=%C6%DF%C0%EF%CF%E3> > 小城故事 > <http://fs.tom.com/cailing/search.php?CurPage=1&user_id=3&Catalog=&phone_num=&SearchBy=ring&Keyword=%D0%A1%B3%C7%B9%CA%CA%C2> > > ==============================================> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sadique Puthen
2008-Mar-02 17:40 UTC
Re: [Xen-users] How to install Fedora8 as a Guest OS on xen
张琳 wrote:> Hello! > At first,I will introduce the basic configuration of my computer: > Memory:512MFirst of all, a system with 512M memory does not seem good use case for virtualization as even a f8 guest to perform optimally, it requires 512M minimum.> > I have installed two Operating Systems on my computer,one is Windows > XP SP2, the other is Fedora 8.And when I installed Fedora 8,I chose to > install the virtualization packages together.So when I complete the > progress of installing Fedora 8,I can run my computer on xen. > > Now I want install another Fedora8 as a guest os which will run in > Domain1(the operating system runnning in Domain0 is also Fedora8). > The configuration of virtual machine and the error I met is in > Configure.png and Error.png.Probably SELinux is preventing xend from accessing the iso image from /mnt/Windows_E/. If you have SElinux enabled, please move the iso to /var/lib/xen/images and try after that. Or Use network installation by specifying nfs/http/ftp installation tree as your installation source. --Sadique> > I don''t know what is wrong. > > And I am puzzled that when I configure my virtual machine under > graphical virt-manager,the system tell me that I cannot give the new > virtual machine 256M memory,because I have total 511M memory,and the > Domain0''s min memory is 256M,even if shrink the Domain0''s memory to > 256M,the left memory isn''t enough.So I have to shrink the memory of > the new virtual machine to 200M. But when I use virt-install on > command line,the system will tell me that the min memory of new > virtual machine is 256M. > > Waiting for solutions~~~ > > Thanks!!! > > yours:Lin > > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users