<br><br><div><span class="gmail_quote">On 2/18/06, <b class="gmail_sendername">Justin Conover</b> &lt;<a href="mailto:justin.conover@gmail.com">justin.conover@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_1097fce494e1edbb_0"><br><br><div><span class="gmail_quote">On 2/18/06, <b class="gmail_sendername">Justin Conover</b> &lt;<a href="mailto:justin.conover@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
justin.conover@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I can't boot the kernel-xen-hypervisor on one of my systems.&nbsp; It bombs out when it wants to mount my /home<br>Which is a RAID 5 with LVM, &quot;can't find superblock&quot;, however a normal kernel boots fine.<br><br><br>
<br>

lsmod | egrep 'ata|raid'<br>raid5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 27585&nbsp; 1<br>xor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 18249&nbsp; 1 raid5<br>raid1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24513&nbsp; 2<br>sata_sil&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 13641&nbsp; 4<br>libata&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 58189&nbsp; 1 sata_sil<br>scsi_mod&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 129257&nbsp; 5 sg,aic7xxx,scsi_transport_spi,libata,sd_mod
<br><br>

</blockquote></div><br></span></div>ls initrd-2.6.15-1.1955_FC5smp/lib/<br>aic7xxx.ko&nbsp;&nbsp;&nbsp; dm-snapshot.ko&nbsp; jbd.ko&nbsp;&nbsp;&nbsp;&nbsp; sata_sil.ko&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sd_mod.ko<br>dm-mirror.ko&nbsp; dm-zero.ko&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libata.ko&nbsp; scsi_mod.ko<br>dm-mod.ko&nbsp;&nbsp;&nbsp;&nbsp; 
ext3.ko&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
raid1.ko&nbsp;&nbsp; scsi_transport_spi.ko<br><br>ls initrd-2.6.15-1.1955_FC5hypervisor/lib/<br>aic7xxx.ko&nbsp;&nbsp;&nbsp; dm-snapshot.ko&nbsp; jbd.ko&nbsp;&nbsp;&nbsp;&nbsp; sata_sil.ko&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sd_mod.ko<br>dm-mirror.ko&nbsp; dm-zero.ko&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libata.ko&nbsp; scsi_mod.ko<br>dm-mod.ko

&nbsp;&nbsp;&nbsp;&nbsp; ext3.ko&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; raid1.ko&nbsp;&nbsp; scsi_transport_spi.ko<br><br><br>Same stuff is being loaded<br>

</blockquote></div><br><br>I thought it might have been just a bad raid5 when I built it after the install so I re-installed it.&nbsp; Same problem<br><br>fsck.ext3: Invalid argument while trying to open /dev/md2<br>/dev/md2:
<br>The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
<br>e2fsck -b 8193 &lt;device&gt;<br><br><br><br>Any ideas?&nbsp; Both md0/md1 boot fine and they are raid1's is there something about raid5 the xen kernel might not like?<br>