Hi All, I am not able to boot Xen . My "/boot/grub/menu.lst" has this entry title Xen 3.3.2-rc5 / Debian GNU/Linux, kernel 2.6.18.8-xen root (hd0,0) kernel /boot/xen-3.3.2-rc5.gz module /boot/vmlinuz-2.6.18.8-xen root=/dev/sda1 module /boot/initrd.img-2.6.18.8-xen savedefault I am getting the error during booting ( snapshot attached ) The Xen config file is also attached. Please Help me. Regards, Leena. PS : I followed the following procedure from the "Introduction to the Open Source Xen Hypervisor" Zach Shepherd and Wenjin taken from xen blog. Install required packages (e.g. apt-get install gawk libssl-dev libx11-dev gettext libncurses-dev build-essential python-dev texlive-latex-base transfig tetex-extra bcc bin86 pciutils-dev git-core curl texinfo libc6-dev mercurial bridge-utils graphviz) Download the latest Xen release (e.g. hg clone http://xenbits.xen.org/xen-3.3-testing.hg) Compile and Install (e.g. make world; make install) Create a ramdisk (e.g depmod 2.6.18.8-xen;mkinitramfs -o /boot/initrd.img-2.6.18.8-xen 2.6.18.8-xen ) Configure the bootloader (e.g update-grub) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Leena, are you absolutely sure that xen-3.3.2-rc5.gz, vmlinuz-2.6.18.8-xen and initrd.img-2.6.18.8-xen are actually in your /boot directory? Error 15 indicates that at least one of those is missing, maybe you forgot to copy the initrd file from the directory where you created it ? Rgds, Nicolas 2009/7/18 Leena M. <kernmonk@gmail.com>> Hi All, > I am not able to boot Xen . > > My "/boot/grub/menu.lst" has this entry > > title Xen 3.3.2-rc5 / Debian GNU/Linux, kernel 2.6.18.8-xen > root (hd0,0) > kernel /boot/xen-3.3.2-rc5.gz > module /boot/vmlinuz-2.6.18.8-xen root=/dev/sda1 > module /boot/initrd.img-2.6.18.8-xen > savedefault > > I am getting the error during booting ( snapshot attached ) > The Xen config file is also attached. > > Please Help me. > > Regards, > Leena. > > PS : I followed the following procedure from the > "Introduction to the Open Source Xen Hypervisor" > Zach Shepherd and Wenjin > taken from xen blog. > > Install required packages > (e.g. apt-get install gawk libssl-dev libx11-dev gettext libncurses-dev > build-essential python-dev texlive-latex-base transfig tetex-extra > bcc bin86 pciutils-dev git-core curl texinfo libc6-dev mercurial > bridge-utils graphviz) > Download the latest Xen release > (e.g. hg clone http://xenbits.xen.org/xen-3.3-testing.hg) > Compile and Install > (e.g. make world; make install) > Create a ramdisk > (e.g depmod 2.6.18.8-xen;mkinitramfs -o /boot/initrd.img-2.6.18.8-xen > 2.6.18.8-xen ) > Configure the bootloader > (e.g update-grub) > > > _______________________________________________ > 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
On Sat, Jul 18, 2009 at 05:17:41PM +0530, Leena M. wrote:> Hi All, > I am not able to boot Xen . > > My "/boot/grub/menu.lst" has this entry > > title Xen 3.3.2-rc5 / Debian GNU/Linux, kernel 2.6.18.8-xen > root (hd0,0) > kernel /boot/xen-3.3.2-rc5.gz > module /boot/vmlinuz-2.6.18.8-xen root=/dev/sda1 > module /boot/initrd.img-2.6.18.8-xen > savedefault > > I am getting the error during booting ( snapshot attached ) > The Xen config file is also attached.It appears that /boot/initrd.img-2.6.18.8-xen doesn''t exist. You need to create it before you reboot. Or you could try deleting the "module /boot/initrd.img-2.6.18.8-xen" line from your grub configuration. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users