* Xen not booting !
@ 2009-07-18 15:00 Leena M.
2009-07-18 15:45 ` Marc - A. Dahlhaus
0 siblings, 1 reply; 4+ messages in thread
From: Leena M. @ 2009-07-18 15:00 UTC (permalink / raw)
To: xen-devel, xen-community, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 2593 bytes --]
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)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/xen-3.3.2-rc5.gz
[Multiboot-elf,<0x100000:0xfd6b0:0x77950>,shtab=0x275078,entry=0
module /boot/vmlinuz-2.6.18.8-xen root=/dev/sda1 ro console=tty0
[Multiboot-module @ 0x276000,0x5419c0 bytes]
module /boot/initrd.img-2.6.18.8-xen
Error 15: File not found
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
[-- Attachment #1.2: Type: text/html, Size: 3111 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Xen not booting !
2009-07-18 15:00 Xen not booting ! Leena M.
@ 2009-07-18 15:45 ` Marc - A. Dahlhaus
0 siblings, 0 replies; 4+ messages in thread
From: Marc - A. Dahlhaus @ 2009-07-18 15:45 UTC (permalink / raw)
To: Leena M.; +Cc: xen-devel, xen-users, xen-community
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@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Xen not booting !
@ 2009-07-18 15:54 Boris Derzhavets
2009-07-18 16:00 ` Leena M.
0 siblings, 1 reply; 4+ messages in thread
From: Boris Derzhavets @ 2009-07-18 15:54 UTC (permalink / raw)
To: Marc - A. Dahlhaus, Leena M.; +Cc: xen-devel, xen-users, xen-community
[-- Attachment #1.1: Type: text/plain, Size: 3920 bytes --]
You are right. Only third file missing. My mistake.
Boris.
--- On Sat, 7/18/09, Marc - A. Dahlhaus <mad@wol.de> wrote:
From: Marc - A. Dahlhaus <mad@wol.de>
Subject: Re: [Xen-devel] Xen not booting !
To: "Leena M." <kernmonk@gmail.com>
Cc: "xen-devel" <xen-devel@lists.xensource.com>, xen-users@lists.xensource.com, xen-community@lists.xensource.com
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@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
[-- Attachment #1.2: Type: text/html, Size: 5894 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Xen not booting !
2009-07-18 15:54 Boris Derzhavets
@ 2009-07-18 16:00 ` Leena M.
0 siblings, 0 replies; 4+ messages in thread
From: Leena M. @ 2009-07-18 16:00 UTC (permalink / raw)
To: Boris Derzhavets; +Cc: xen-devel, Marc - A. Dahlhaus, xen-community, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 4467 bytes --]
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@yahoo.com>wrote:
> You are right. Only third file missing. My mistake.
>
> Boris.
>
> --- On *Sat, 7/18/09, Marc - A. Dahlhaus <mad@wol.de>* wrote:
>
>
> From: Marc - A. Dahlhaus <mad@wol.de>
> Subject: Re: [Xen-devel] Xen not booting !
> To: "Leena M." <kernmonk@gmail.com>
> Cc: "xen-devel" <xen-devel@lists.xensource.com>,
> xen-users@lists.xensource.com, xen-community@lists.xensource.com
> 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@lists.xensource.com<http://mc/compose?to=Xen-devel@lists.xensource.com>
> > http://lists.xensource.com/xen-devel
> >
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com<http://mc/compose?to=Xen-devel@lists.xensource.com>
> http://lists.xensource.com/xen-devel
>
>
>
[-- Attachment #1.2: Type: text/html, Size: 6552 bytes --]
[-- Attachment #2: config-2.6.18.zip --]
[-- Type: application/zip, Size: 16925 bytes --]
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-18 16:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-18 15:00 Xen not booting ! Leena M.
2009-07-18 15:45 ` Marc - A. Dahlhaus
-- strict thread matches above, loose matches on Subject: below --
2009-07-18 15:54 Boris Derzhavets
2009-07-18 16:00 ` Leena M.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.