Hai, I am using dell insprion 580 machine for xen installation and dom0 configuation. I compiled xen source code and configured the kernal. Grub entry given below menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { insmod ext2 set root=''(hd0,3)'' multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy root=/dev/sda3 ro module (hd0,3)/boot/initrd.img-2.6.32.25 } When i am booting kernal, it show some configuration about file system and memory. After this stage , screen become black and blank. I think, it is associated with graphics or vga out. Please give the details about xen IRC channel Please help to solve it. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hai, I am using dell insprion 580 machine for xen installation and dom0 configuation. I compiled xen source code and configured the kernal. Grub entry given below menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { insmod ext2 set root=''(hd0,3)'' multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy root=/dev/sda3 ro module (hd0,3)/boot/initrd.img-2.6.32.25 } When i am booting kernal, it show some configuration about file system and memory. After this stage , screen become black and blank. I think, it is associated with graphics or vga out. Please give the details about xen IRC channel Please help to solve it. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Sat, Jun 18, 2011 at 03:06:20PM +0530, Jinesh M.K wrote:> Hai, > > I am using dell insprion 580 machine for xen installation and dom0 > configuation. I compiled xen source code and configured the kernal. Grub > entry given below > > menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { > insmod ext2 > set root=''(hd0,3)'' > multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz > module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy root=/dev/sda3 ro > module (hd0,3)/boot/initrd.img-2.6.32.25 > } > > > When i am booting kernal, it show some configuration about file system and > memory. After this stage , screen become black and blank. I think, it is > associated with graphics or vga out. > Please give the details about xen IRC channel > > Please help to solve it.Did you look in the PVOPS Wiki? It has a wealth of information to help you along.> _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Mon, Jun 20, 2011 at 9:18 AM, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:> On Sat, Jun 18, 2011 at 03:06:20PM +0530, Jinesh M.K wrote: >> Hai, >> >> I am using dell insprion 580 machine for xen installation and dom0 >> configuation. I compiled xen source code and configured the kernal. Grub >> entry given below >> >> menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { >> insmod ext2 >> set root=''(hd0,3)'' >> multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz >> module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy root=/dev/sda3 ro >> module (hd0,3)/boot/initrd.img-2.6.32.25 >> } >> >> >> When i am booting kernal, it show some configuration about file system and >> memory. After this stage , screen become black and blank. I think, it is >> associated with graphics or vga out. >> Please give the details about xen IRC channelXen irc is ##xen on Freenode>> >> Please help to solve it. > > Did you look in the PVOPS Wiki? It has a wealth of information to help you along. >Specifically these pages are quite good: http://wiki.xensource.com/xenwiki/XenParavirtOps http://wiki.xensource.com/xenwiki/XenParavirtOpsHelp>> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thank you for support. Now it show initial ubutu screen and show loading. After this stage, it come to blank screen,Now my grub configuartion like this menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { insmod ext2 set root=''(hd0,3)'' multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz console=vga vga=text-80x50,keep module (hd0,3)/boot/vmlinuz-2.6.32.25 placeholder root=/dev/sda3 dom0_mem=2024 ro quiet splash vt.handoff=7 module (hd0,3)/boot/initrd.img-2.6.32.25 } On 20 June 2011 19:27, Todd Deshane <todd.deshane@xen.org> wrote:> On Mon, Jun 20, 2011 at 9:18 AM, Konrad Rzeszutek Wilk > <konrad.wilk@oracle.com> wrote: > > On Sat, Jun 18, 2011 at 03:06:20PM +0530, Jinesh M.K wrote: > >> Hai, > >> > >> I am using dell insprion 580 machine for xen installation and dom0 > >> configuation. I compiled xen source code and configured the kernal. Grub > >> entry given below > >> > >> menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { > >> insmod ext2 > >> set root=''(hd0,3)'' > >> multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz > >> module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy root=/dev/sda3 ro > >> module (hd0,3)/boot/initrd.img-2.6.32.25 > >> } > >> > >> > >> When i am booting kernal, it show some configuration about file system > and > >> memory. After this stage , screen become black and blank. I think, it is > >> associated with graphics or vga out. > >> Please give the details about xen IRC channel > > Xen irc is ##xen on Freenode > > >> > >> Please help to solve it. > > > > Did you look in the PVOPS Wiki? It has a wealth of information to help > you along. > > > > Specifically these pages are quite good: > http://wiki.xensource.com/xenwiki/XenParavirtOps > http://wiki.xensource.com/xenwiki/XenParavirtOpsHelp > > >> _______________________________________________ > >> Xen-devel mailing list > >> Xen-devel@lists.xensource.com > >> http://lists.xensource.com/xen-devel > > > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > > > > > -- > Todd Deshane > http://www.linkedin.com/in/deshantm > http://www.xen.org/products/cloudxen.html > http://runningxen.com/ >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Jun 23, 2011 at 4:34 AM, Jinesh M.K <mkjinesh@gmail.com> wrote:> Thank you for support. Now it show initial ubutu screen and show loading. > After this stage, it come to blank screen,Now my grub configuartion like > this > > > menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { > insmod ext2 > set root=''(hd0,3)'' > multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz console=vga vga=text-80x50,keepTry changing this line> module (hd0,3)/boot/vmlinuz-2.6.32.25 placeholder root=/dev/sda3to: module (hd0,3)/boot/vmlinuz-2.6.32.25 placeholder root=/dev/sda3 console=hvc0> dom0_mem=2024 ro quiet splash vt.handoff=7 > module (hd0,3)/boot/initrd.img-2.6.32.25 > } > > > On 20 June 2011 19:27, Todd Deshane <todd.deshane@xen.org> wrote: >> >> On Mon, Jun 20, 2011 at 9:18 AM, Konrad Rzeszutek Wilk >> <konrad.wilk@oracle.com> wrote: >> > On Sat, Jun 18, 2011 at 03:06:20PM +0530, Jinesh M.K wrote: >> >> Hai, >> >> >> >> I am using dell insprion 580 machine for xen installation and dom0 >> >> configuation. I compiled xen source code and configured the kernal. >> >> Grub >> >> entry given below >> >> >> >> menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { >> >> insmod ext2 >> >> set root=''(hd0,3)'' >> >> multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz >> >> module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy root=/dev/sda3 ro >> >> module (hd0,3)/boot/initrd.img-2.6.32.25 >> >> } >> >> >> >> >> >> When i am booting kernal, it show some configuration about file system >> >> and >> >> memory. After this stage , screen become black and blank. I think, it >> >> is >> >> associated with graphics or vga out. >> >> Please give the details about xen IRC channel >> >> Xen irc is ##xen on Freenode >> >> >> >> >> Please help to solve it. >> > >> > Did you look in the PVOPS Wiki? It has a wealth of information to help >> > you along. >> > >> >> Specifically these pages are quite good: >> http://wiki.xensource.com/xenwiki/XenParavirtOps >> http://wiki.xensource.com/xenwiki/XenParavirtOpsHelp >> >> >> _______________________________________________ >> >> Xen-devel mailing list >> >> Xen-devel@lists.xensource.com >> >> http://lists.xensource.com/xen-devel >> > >> > >> > _______________________________________________ >> > Xen-devel mailing list >> > Xen-devel@lists.xensource.com >> > http://lists.xensource.com/xen-devel >> > >> >> >> >> -- >> Todd Deshane >> http://www.linkedin.com/in/deshantm >> http://www.xen.org/products/cloudxen.html >> http://runningxen.com/ > >-- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thank you.. If use xm info command .it show error message like this Unable to connect to xend: No such file or directory.Is xend running? But /etc/init.d/xend start command not show any error On 23 June 2011 21:48, Todd Deshane <todd.deshane@xen.org> wrote:> On Thu, Jun 23, 2011 at 4:34 AM, Jinesh M.K <mkjinesh@gmail.com> wrote: > > Thank you for support. Now it show initial ubutu screen and show loading. > > After this stage, it come to blank screen,Now my grub configuartion like > > this > > > > > > menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { > > insmod ext2 > > set root=''(hd0,3)'' > > multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz console=vga vga=text-80x50,keep > > Try changing this line > > module (hd0,3)/boot/vmlinuz-2.6.32.25 placeholder root=/dev/sda3 > to: > module (hd0,3)/boot/vmlinuz-2.6.32.25 placeholder root=/dev/sda3 > console=hvc0 > > > > dom0_mem=2024 ro quiet splash vt.handoff=7 > > module (hd0,3)/boot/initrd.img-2.6.32.25 > > } > > > > > > On 20 June 2011 19:27, Todd Deshane <todd.deshane@xen.org> wrote: > >> > >> On Mon, Jun 20, 2011 at 9:18 AM, Konrad Rzeszutek Wilk > >> <konrad.wilk@oracle.com> wrote: > >> > On Sat, Jun 18, 2011 at 03:06:20PM +0530, Jinesh M.K wrote: > >> >> Hai, > >> >> > >> >> I am using dell insprion 580 machine for xen installation and dom0 > >> >> configuation. I compiled xen source code and configured the kernal. > >> >> Grub > >> >> entry given below > >> >> > >> >> menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' { > >> >> insmod ext2 > >> >> set root=''(hd0,3)'' > >> >> multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz > >> >> module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy root=/dev/sda3 ro > >> >> module (hd0,3)/boot/initrd.img-2.6.32.25 > >> >> } > >> >> > >> >> > >> >> When i am booting kernal, it show some configuration about file > system > >> >> and > >> >> memory. After this stage , screen become black and blank. I think, it > >> >> is > >> >> associated with graphics or vga out. > >> >> Please give the details about xen IRC channel > >> > >> Xen irc is ##xen on Freenode > >> > >> >> > >> >> Please help to solve it. > >> > > >> > Did you look in the PVOPS Wiki? It has a wealth of information to help > >> > you along. > >> > > >> > >> Specifically these pages are quite good: > >> http://wiki.xensource.com/xenwiki/XenParavirtOps > >> http://wiki.xensource.com/xenwiki/XenParavirtOpsHelp > >> > >> >> _______________________________________________ > >> >> Xen-devel mailing list > >> >> Xen-devel@lists.xensource.com > >> >> http://lists.xensource.com/xen-devel > >> > > >> > > >> > _______________________________________________ > >> > Xen-devel mailing list > >> > Xen-devel@lists.xensource.com > >> > http://lists.xensource.com/xen-devel > >> > > >> > >> > >> > >> -- > >> Todd Deshane > >> http://www.linkedin.com/in/deshantm > >> http://www.xen.org/products/cloudxen.html > >> http://runningxen.com/ > > > > > > > > -- > Todd Deshane > http://www.linkedin.com/in/deshantm > http://www.xen.org/products/cloudxen.html > http://runningxen.com/ >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Jun 24, 2011 at 2:27 AM, Jinesh M.K <mkjinesh@gmail.com> wrote: Please don''t top post. Also you shouldn''t crosspost to xen-devel and xen-users.> Thank you.. > > If useĀ xm info command .it show error message like this > > Unable to connect to xend: No such file or directory.Is xend running? > > But /etc/init.d/xend start command not show any error >http://wiki.xensource.com/xenwiki/XenCommonProblems#head-bf4d2573d0e4cc59fc3d6d38c4f42ae97b911ed7 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users