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] No such file or directory

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] No such file or directory
From: Cristian Colombo <lu3ecc@xxxxxxxxx>
Date: Sat, 26 Jun 2010 17:37:44 -0300
Cc:
Delivery-date: Sat, 26 Jun 2010 13:39:14 -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=WRThmzwOH86iBwiGU0YN0fUuS3WodMr6+pgPKpYlZ/4=; b=AowuadiC5uC/zQjhX5Cy7M2WInu4/xTIofbDXeaKMpdei9lP7BTvo60qf8+lAdPLqc Yjc6P5+8GXTc9t7t8NUaawEknh2nUWTNRuK7x/Bt5SYALSCuX7FXJRWMLRk4N+c7JJ2e sQ9DPe3xkXWG0dDWg0Zc1w67R4hXmOCUQks8c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BRQTdBSpz860eD1ez4JKrT3p6rzuteMyhSHuGWpDKGoUdsGOFeGoKCYfYymA7fT2vx Qd9KtNdJLCv0iWy4z1NlbMj68obOaJYAxNzcI7d7cCGXy9J6c7qYWLUbk35k47d7kVue iCIL69R5CS21eI8IPUqYz+3U3CS+py6H2paRE=
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
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.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] No such file or directory, Cristian Colombo <=