Hello guys,
I''m trying to run XEN installed from RPM''s packages on my
server with
SUSE LINUX Enterprise Server 9 (x86_64) kernel 2.6.5-7.257-smp and the
problem when I reboot is the follow:
VFS: Monted root (ext2 filesystem)
VFS: Cannot open root device "system/root_lv" on unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic = not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
I''ve searched on old posts, and tried to make other initrd image, but
without success :-(
This kernel works on my grub:
title Linux
    kernel (hd0,0)/vmlinuz root=/dev/system/root_lv selinux=0 splash=silent
desktop elevator=as showopts
    initrd (hd0,0)/initrd
This kernel don''t work:
title Xen
    kernel (hd0,0)/xen-3.gz com1=115200,8n1 noreboot
    module (hd0,0)/vmlinuz-2.6-xen root=/dev/system/root_lv ro maxcpus=1
console=tty1 console=ttyS0,115200n8
    module (hd0,0)/initrd-2.6-xen.img
My RAID controller is:
0000:02:0e.0 RAID bus controller: Dell PowerEdge Expandable RAID
controller 4 (rev 06)
My fstab:
xen:~ # cat /etc/fstab 
/dev/system/root_lv  /                    reiserfs   defaults              1 1
/dev/sda1            /boot                reiserfs   defaults              1 2
/dev/system/home_lv  /home                reiserfs   defaults              1 2
/dev/system/logs_lv  /logs                reiserfs   defaults              1 2
/dev/system/queue_lv /queue               reiserfs   defaults              1 2
/dev/system/tmp_lv   /tmp                 reiserfs   defaults              1 2
/dev/system/var_lv   /var                 reiserfs   defaults              1 2
/dev/system/swap_lv  swap                 swap       pri=42                0 0
Is this problem arround RAID and/or LVM?
Thanks!
-- 
Tiago Cruz <tiagocruz@ig.com.br>
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
On Tue, 2006-10-03 at 17:36 -0300, Tiago Cruz wrote:> I''m trying to run XEN installed from RPM''s packages on my server with > SUSE LINUX Enterprise Server 9 (x86_64) kernel 2.6.5-7.257-smp and the > problem when I reboot is the follow: > > VFS: Monted root (ext2 filesystem) > VFS: Cannot open root device "system/root_lv" on unknown-block(0,0) > Please append a correct "root=" boot option > Kernel panic = not syncing: VFS: Unable to mount root fs on unknown-block(0,0)Maibe I need rebuild my kernel with more support to SCSI and/or RAID and/or LVM? Where can I find one kernel with this? Sorry, but I can''t understood how can I do this :( -- Tiago Cruz <tiagocruz@ig.com.br> _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello guys, On Wed, 2006-10-04 at 10:51 -0300, Tiago Cruz wrote:> Maibe I need rebuild my kernel with more support to SCSI and/or RAID > and/or LVM? Where can I find one kernel with this?I tried to recompile the kernel, and the result was: (XEN) Brought 4 CPUs (XEN) Using IPI Shotcut mode (XEN) *** LOADING DOMAIN 0 *** (XEN) DOM0 image is not a Xen-compatible Elf image. (XEN) (XEN) ************************ (XEN) Panic on CPU 0: (XEN) Could not set up DOM0 gest OS The problem is: Is this not the master OS? I''m not configured any guest yet... i''m trying to up the ''master'' kernel.... Thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Tiago Cruz > Sent: 04 October 2006 17:41 > To: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Kernel Panic - SuSE (RAID+LVM) > > Hello guys, > > On Wed, 2006-10-04 at 10:51 -0300, Tiago Cruz wrote: > > > Maibe I need rebuild my kernel with more support to SCSI and/or RAID > > and/or LVM? Where can I find one kernel with this? > > I tried to recompile the kernel, and the result was: > > (XEN) Brought 4 CPUs > (XEN) Using IPI Shotcut mode > (XEN) *** LOADING DOMAIN 0 *** > (XEN) DOM0 image is not a Xen-compatible Elf image. > (XEN) > (XEN) ************************ > (XEN) Panic on CPU 0: > (XEN) Could not set up DOM0 gest OS > > The problem is: Is this not the master OS? I''m not configured > any guest > yet... i''m trying to up the ''master'' kernel....That looks like the Linux kernel isn''t a Xen-Linux but a regular Linux kernel - the Linux kernel built by Xen has a different format from the one built for a standard Linux. Are you building the Linux kernel in the Xen-tree? -- Mats> > Thanks! > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello Mats, Thanks for reply! On Wed, 2006-10-04 at 18:44 +0200, Petersson, Mats wrote:> That looks like the Linux kernel isn''t a Xen-Linux but a regular Linux > kernel - the Linux kernel built by Xen has a different format from the > one built for a standard Linux. > > Are you building the Linux kernel in the Xen-tree?I did this: # wget http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-3.0.2-src.tgz # tar -zxvf xen-3.0.2-src.tgz # cd xen-3.0.2 # make linux-2.6-xen-config CONFIGMODE=menuconfig (on this time, the kernel 2.6.16 was downloaded automatic by one script) # make linux-2.6-xen-build # make linux-2.6-xen-install What can I do now? Many thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users