[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-community] Re: [Xen-devel] Xen not booting !


  • To: Boris Derzhavets <bderzhavets@xxxxxxxxx>
  • From: "Leena M." <kernmonk@xxxxxxxxx>
  • Date: Sat, 18 Jul 2009 21:50:20 +0530
  • Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Marc - A. Dahlhaus" <mad@xxxxxx>, xen-community@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
  • Delivery-date: Sat, 18 Jul 2009 09:20:36 -0700
  • Domainkey-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=K01uexQe9Wf75K1nw9lXx1POOtkI3VX/Z8g6Lr/aynAhVcAzfIR75SGHq1q7hO8Uo1 INI/bOoyAYxk5W3H7P8aY8LJYBd9CaPcxCecCIe+UwkgAu0qsgeRbPVK56hPq2vqrqw3 Wqogetks6sQRtmvSFmbF4faH65AcJ9fNeRWmU=
  • List-id: Community Discussion <xen-community.lists.xensource.com>

God bless you Boris & Marc , It worked !

Regards,
Leena

On Sat, Jul 18, 2009 at 9:36 PM, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:
Marc wrote you. Check /boot folder for intrd-2.6.18-xen.img presence.
It' s just names mismatching or you didn't install initrd  into /boot.

Boris.

--- On Sat, 7/18/09, Leena M. <kernmonk@xxxxxxxxx> wrote:

From: Leena M. <kernmonk@xxxxxxxxx>

Subject: Re: [Xen-devel] Xen not booting !
To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
Cc: "Marc - A. Dahlhaus" <mad@xxxxxx>, "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx, xen-community@xxxxxxxxxxxxxxxxxxx
Date: Saturday, July 18, 2009, 12:00 PM


Do you think there is some problem with the way I did the
installation ? Wrongly created the initrd file ??
are the /etc/fstab and the device.map entries are in sync with the grub/menu.lst
and please find the config file attached if that is required.


On Sat, Jul 18, 2009 at 9:24 PM, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:
You are right. Only third file missing. My mistake.

Boris.

--- On Sat, 7/18/09, Marc - A. Dahlhaus <mad@xxxxxx> wrote:

From: Marc - A. Dahlhaus <mad@xxxxxx>
Subject: Re: [Xen-devel] Xen not booting !
To: "Leena M." <kernmonk@xxxxxxxxx>
Cc: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx, xen-community@xxxxxxxxxxxxxxxxxxx
Date: Saturday, July 18, 2009, 11:45 AM

Hello,

Leena M. schrieb:

> 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 ro console=tty0
> module          /boot/initrd.img-2.6.18.8-xen
> savedefault
>
>
> I am getting following error :
> ERROR WHILE BOOTING =>
> ------------------------------
> --------------------------------------------------------------------
> Booting 'Xen 3.3.2-rc5 / Debian GNU/Linux, Kernel 2.6.18.8-xen'
>
> root (hda0,0)
looks like a typo here you entered this by hand didn't you?!
> Filesystem type is ext2fs, partition type 0x83
> kernel /boot/xen-3.3.2-rc5.gz
>    [Multiboot-elf,<0x100000:0xfd6b0:0x77950>,shtab=0x275078,entry=0
grub found the file

> module /boot/vmlinuz-2.6.18.8-xen root=/dev/sda1 ro console=tty0
>    [Multiboot-module @ 0x276000,0x5419c0 bytes]
grub found the file

> module /boot/initrd.img-2.6.18.8-xen
>
> Error 15: File not found
grub found no such file /boot/initrd.img-2.6.18.8-xen on (hd0,0)...
typo in filename?

on grubs prompt a "ls (hd0,0)/boot" should show what grub can load and
what not...
>
> press any key to continue ...
> -----------------------------------------------------------------------------------------------------
>
>
> Please Help me.
>
> ----
>  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)
>
>
>
> Following are the entries in relevant files =>
> -------------------------------------------------------------------------------------------------
> # cat /etc/fstab
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc            /proc           proc    defaults        0       0
> /dev/sda1       /               ext3    defaults,errors=remount-ro
> 0       1
> /dev/sda5       none            swap    sw              0       0
> /dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
> -----------------------------------------------------------------------------------------------------
> # cat /boot/grub/device.map
> (hd0)   /dev/sda
> (hd1)   /dev/sdb
> -------------------------------------------------------------------------------------------------------
>
>
> Regards,
> Leena
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>   


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel




_______________________________________________
Xen-community mailing list
Xen-community@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-community

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.