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] Xen Kernel Panic

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen Kernel Panic
From: dky hax <dkyhax@xxxxxxxxx>
Date: Mon, 28 Feb 2011 11:17:56 +0100
Delivery-date: Mon, 28 Feb 2011 02:19:42 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=Lo+5OZYErz3/7ak8HQmF8pChl0J9rcVACbcNN5HoJoE=; b=hYUVenOoDAHuvgWQoj4dq9IWhS3LrvtnVVgufFT1i1tEOWo1BZHGm1QoaoSUuv59g4 yVFNBIQ/Rk9tatt1FsWn0jxKt69y1B/22h6CbEhvU1RCquLRrPIqZWyvCRQCep3Fai9x J/TGatoOLh0Sobrt98TB6zMW5on8xVBUV8+34=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bIH6pLgscWHoApDEpkcS9WlVMuuQ/TaX9YKcbNuuJdPxzA+vSQPcs4houoN7UB1QUh hlv+MMFNfqFZtfdlm+q3E14GFow5bGVc0b4YLjXPBXCGPOqFxuwlH+Khuq4HEt7F4Mka YlcFTuxqqgW7Gcn7MFJb1z5qbKdyp3xWVP0Dc=
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,

I compiled xen on ubuntu, but at the bot i got the kernel panic message.
I enabled the support to ext4 fs.

This is kernel panic error:

EXT3-fs: unable to read superblock
ETX4-fs (md0): unable to read superblock
FAT: unable to read boot vector
Kernel panic - not syncing: VFS: Unable to read superblock(9,8)

My grub.cfg generated by update-grup:

menuentry 'Ubuntu, with Linux 2.6.35-22-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 2639d272-73f6-4508-af4b-d648a877a39b
        linux   /vmlinuz-2.6.35-22-generic-pae root=UUID=f1f592a2-5415-4825-bf7e-3b0bdf45276b ro   quiet
        initrd  /initrd.img-2.6.35-22-generic-pae
}

menuentry 'Ubuntu GNU/Linux, with Linux 2.6.32.27 and XEN 4.0' --class ubuntu --class gnu-linux --class gnu --class os --class xen {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set 2639d272-73f6-4508-af4b-d648a877a39b
        echo    'Loading Linux 2.6.32.27 ...'
        multiboot       /xen-4.0.gz placeholder
        module  /vmlinuz-2.6.32.27 placeholder root=/dev/md0 ro  quiet
}

How can i fix?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>