Have a server using a LSI Megaraid adapter, Centos 4.2 os with the
following grub config
default=2
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-22.0.1.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-22.0.1.EL ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.9-22.0.1.EL.img
title CentOS (2.6.9-22.0.1.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-22.0.1.ELsmp ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.9-22.0.1.ELsmp.img
title XEN Virtual
root (hd0,0)
kernel /xen-3.gz dom0_mem=128000
module /vmlinuz-2.6.12-xen0 ro root=/dev/VolGroup00/LogVol00
module /initrd-2.6.12-xen0.img
It boots up, loads the xen-3.gz, scrubs memory but when it goes to load
the root LVM claims it can''t find VolGroup00
--
Richard Thomas - CEO
Cyberlot Technologies Group Inc.
507.398.4124 - Voice
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Had to do my own compile and add the megaraid mbox drivers to the config Richard Thomas - CEO Cyberlot Technologies Group Inc. 507.398.4124 - Voice Richard Thomas wrote:> Watching the bootup closely and comparing it to a normal boot I noticed > the LSI megaraid drivers are never started up. > > Does xen have megaraid_mbox support? > > Richard Thomas - CEO > Cyberlot Technologies Group Inc. > 507.398.4124 - Voice > > > Richard Thomas wrote: > >> Have a server using a LSI Megaraid adapter, Centos 4.2 os with the >> following grub config >> >> default=2 >> timeout=5 >> splashimage=(hd0,0)/grub/splash.xpm.gz >> hiddenmenu >> title CentOS (2.6.9-22.0.1.EL) >> root (hd0,0) >> kernel /vmlinuz-2.6.9-22.0.1.EL ro root=/dev/VolGroup00/LogVol00 >> initrd /initrd-2.6.9-22.0.1.EL.img >> title CentOS (2.6.9-22.0.1.ELsmp) >> root (hd0,0) >> kernel /vmlinuz-2.6.9-22.0.1.ELsmp ro >> root=/dev/VolGroup00/LogVol00 >> initrd /initrd-2.6.9-22.0.1.ELsmp.img >> title XEN Virtual >> root (hd0,0) >> kernel /xen-3.gz dom0_mem=128000 >> module /vmlinuz-2.6.12-xen0 ro root=/dev/VolGroup00/LogVol00 >> module /initrd-2.6.12-xen0.img >> >> It boots up, loads the xen-3.gz, scrubs memory but when it goes to >> load the root LVM claims it can''t find VolGroup00 >> >> >> >> >> >> > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> Have a server using a LSI Megaraid adapter, Centos 4.2 os with the > following grub configUse the -xen kernel rather than -xen0 -- it''s got lots more hardware as modules. make sure you build an initrd with all the right modules. Ian> default=2 > timeout=5 > splashimage=(hd0,0)/grub/splash.xpm.gz > hiddenmenu > title CentOS (2.6.9-22.0.1.EL) > root (hd0,0) > kernel /vmlinuz-2.6.9-22.0.1.EL ro > root=/dev/VolGroup00/LogVol00 > initrd /initrd-2.6.9-22.0.1.EL.img > title CentOS (2.6.9-22.0.1.ELsmp) > root (hd0,0) > kernel /vmlinuz-2.6.9-22.0.1.ELsmp ro > root=/dev/VolGroup00/LogVol00 > initrd /initrd-2.6.9-22.0.1.ELsmp.img > title XEN Virtual > root (hd0,0) > kernel /xen-3.gz dom0_mem=128000 > module /vmlinuz-2.6.12-xen0 ro root=/dev/VolGroup00/LogVol00 > module /initrd-2.6.12-xen0.img > > It boots up, loads the xen-3.gz, scrubs memory but when it > goes to load > the root LVM claims it can''t find VolGroup00 > > > > > > > -- > Richard Thomas - CEO > Cyberlot Technologies Group Inc. > 507.398.4124 - Voice > > _______________________________________________ > 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