WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: No such file or directory

To: xen-users@xxxxxxxxxxxxxxxxxxx, Cristian Colombo <lu3ecc@xxxxxxxxx>
Subject: [Xen-users] Re: No such file or directory
From: eXeC001er <execooler@xxxxxxxxx>
Date: Sun, 27 Jun 2010 22:40:07 +0400
Cc:
Delivery-date: Sun, 27 Jun 2010 11:41:25 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=K6aa8r+Ze6jRXoZWgi+OQ1gaJRumCoL9H/WgLsPTvYs=; b=E8E/fGJ0uke9ffMR9CzSHO7BQquVOL6djb3R/wyaazD/4VEBB6BvZt2SagnCKSFkt1 mKdlOtlVC57BhSmGQ1E3kZsaAo2Xk85hLrDKnvMZfJmKEhb/clwF4H3fR92+RNJfazME j53ifQVP1bDc6rZfgSQwldCZZhSaDRKOVorCU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=waXFGfEpAqg0u0KjXwAttK1RrZJ+7Asvua2OVotnzerdv+6B52fw1OdvvI422mE8mg avfVWoiiYySsIts1CP2Zp/+Mx14gr8fnMCPzbzbBCYtPeOIAeFes/CuWFHaQ1NlXFuxq WvSbP7xgwoZEC6YaGV3Aoe2qe/sJJsWrn5v7I=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


Message: 1
Date: Sat, 26 Jun 2010 17:37:44 -0300
From: Cristian Colombo <lu3ecc@xxxxxxxxx>
Subject: [Xen-users] No such file or directory
To: Xen-users@xxxxxxxxxxxxxxxxxxx
Message-ID:
       <AANLkTikDEfswrNBewsWxqR2R4vymU5OtA1byxhLb_-5X@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Hello everyone,
                     I'm trying to boot Xen but i can't. I have already
Debian Squeeze installed on the system.

I have installed Xen via aptitude

> linux-headers-2.6.32-5-common-xen - linux-headers-2.6.32-5-xen-amd64 -
> linux-image-2.6.32-5-xen-amd64 - xen-hypervisor-3.4-amd64 -
> xen-linux-system-2.6.32-5-xen-amd64 - xenstore-utils - xen-tools -
> xen-utils-3.4 - xen-utils-common).
>

My grub.cfg file:

> menuentry 'Xen - Squeeze' --class gnu-linux --class gnu --class os {
>     recordfail
>     insmod ext2
>     set root='(hd0,1)'
>     multiboot /xen-3.4-amd64.gz console=vga
>     module /vmlinuz-2.6.32-5-xen-amd64
> root=dev/mapper/vg_charly-lv_root_squeeze ro console=tty0
>     module /initrd.img-2.6.32-5-xen-amd64
> }
>

ls -l /dev/mapper:

>  cristian@cristian:~$ ls -l /dev/mapper
>    total 0
>    crw------- 1 root root  10, 60 Jun 26 16:52 control
>    brw-rw---- 1 root disk 254,  2 Jun 26 16:52 vg_charly-lv_archivos
>    brw-rw---- 1 root disk 254,  1 Jun 26 16:52 vg_charly-lv_musica
>    brw-rw---- 1 root disk 254,  0 Jun 26 16:52 vg_charly-lv_root
>    brw-rw---- 1 root disk 254,  4 Jun 26 16:52 vg_charly-lv_root_squeeze
>    brw-rw---- 1 root disk 254,  3 Jun 26 16:52 vg_charly-lv_swap
>

I can boot with no problem in Squeeze in lv_root_squeeze, but when i try to
boot Xen i get this message:

> .
> .
> .
> Kinit: No resume image, doing normal boot.
> done.
> mount: cannot read /etc/fstab: No such file or directory.
> Begin: Running /scripts/local-bottom... done.
> Begin: Running /scriptsinit-bottom... done
> mounting /dev on /root/dev failed. No such file or directory.
> done.
> mount: mounting /sys on /root/sys No such file or directory
> mount: mounting /proc on /root/proc No such file or directory
> Target filesystem doesn't have /sbin/init
> No init found. Try passing init=bootarg
> .
> .
> .
> BusyBox v1.15.3 ... etc
> .
> .
> .
> (initramfs):
>

I really don't know where the problem is. Any suggestion is appreciated.


Thanks in advance, Cristian Colombo.

Where lost 'root' option in your GRUB menu?


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: No such file or directory, eXeC001er <=