| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] Unable to boot Xen.
 
To: "Leena M." <kernmonk@xxxxxxxxx>From: Nicolas Muñoz <nicolas.munoz.zz@xxxxxxxxx>Date: Mon, 20 Jul 2009 13:38:09 +0100Cc: xen-users@xxxxxxxxxxxxxxxxxxx, xen-community@xxxxxxxxxxxxxxxxxxxDelivery-date: Mon, 20 Jul 2009 06:15:07 -0700Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;	h=mime-version:in-reply-to:references:date:message-id:subject:from:to	:cc:content-type;	b=pul6RTYkx2/gOMo9zC2x3ZoCLQt9SL++ExrkCiSKHnAgxP1DDLG8HVBoFYl4BMJdXI	PjKucDgt/JTKs2Oyw6rC40DXEf2pFWh7R8zUVehJfeChun1h5t/yjTIiTBZooFFNy57g	cCKwDexnv+K3b1ZTUuBEpZev9kxxGu1Su679w=List-id: Xen user discussion <xen-users.lists.xensource.com> 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@xxxxxxxxx> 
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@xxxxxxxxxxxxxxxxxxx
 http://lists.xensource.com/xen-users
 
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |