| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] Re: Best Distro for Xen, Software Raid and LVM
 
To: xen-users@xxxxxxxxxxxxxxxxxxxFrom: "Tony Hernandez" <ttony.hernandez@xxxxxxxxx>Date: Thu, 15 Jun 2006 09:46:55 -0500Delivery-date: Thu, 15 Jun 2006 07:47:34 -0700Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;	h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;	b=oyZ7O1xgjVqdkYV5qH3x3OcW4yXZIXpo/YK6RfPJprKBYXuKGhgfBcJfY/7uKsqTSr4kkIwTqQ0CLccqCrpwMFUrtx170S4uX7Mao41ziRihGIznuK/HuJfndZT/KVWe3XkmxnRMRebeK/EhIIvcKSOgjgMIeKga/K1n36w2DE0=List-id: Xen user discussion <xen-users.lists.xensource.com> Hey all,
 
 Thanks for the info.
 
 So what I gather is that when I originally setup Dapper or Debian, that I should setup two sotware raid devices, one for /boot and the other for LVM?  Then GRUB will be able to read /boot and we won't need LILO?
 
 Tony
 
 
 On 6/14/06, Matthew Palmer <mpalmer@xxxxxxxxxxx> wrote:
On Wed, Jun 14, 2006 at 09:48:16AM -0500, Tony Hernandez wrote:> I'm looking for people's experiences with distros that work best with Xen
 > 3.0.2, software raid, and lvm.
 >
 > I've tried Ubuntu (Breezy and Dapper) and CentOs 
4.3.
 
 > with either.  When I installed Dom0, I configured the drives for software
 > raid and lvm.  Then after downloading the Xen source, building and
 > installing it, I couldn't get the Xen kernel to boot.  The difficulty was
 > only componded by both distros installing LILO.
 
 You put your /boot onto LVM.  Don't do that.  It makes baby $DEITY cry. Grub
 doesn't do LVM -- it has an allergy.  Instead, you put your /boot onto a
 separate MD device, which Grub *can* read (by the simple expedient of just
 ignoring the MD metadata, IIRC) to get your HV, kernel, and initrd.
 
 Ubuntu most certainly uses Grub by default, but /boot on LVM forces it to
 use icky LILO instead.  It should have given some sort of warning about that
 during the install -- it's certainly how I found out about the problem
 originally.  Maybe Dapper's done away with that bit of user-pestering.
 
 - Matt
 
 _______________________________________________
 Xen-users mailing list
 Xen-users@xxxxxxxxxxxxxxxxxxx
 http://lists.xensource.com/xen-users
 
 
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |