From owner-freebsd-xen@FreeBSD.ORG Tue Sep 29 22:02:52 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9B6C1065694 for ; Tue, 29 Sep 2009 22:02:52 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 7E1338FC1B for ; Tue, 29 Sep 2009 22:02:52 +0000 (UTC) Received: by fxm22 with SMTP id 22so1338412fxm.36 for ; Tue, 29 Sep 2009 15:02:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=MN8LVupd3zMw0mp3WDIw7SHyVMYNX/fqz+ddDjeopxA=; b=pPdzxvct1voJDEp1vwtY33A4wc2V/WL/lTV9HNqmuqOt2RaISihNAOYaZyqIbE0q1O Ke7672kYpHcTt6JMwEqVhsWZzZeba4wBp3nB7vH2ZNPA5ZncSueg3MaCCdq2wB4QCHHD +5zwPPCLwdzdZZ2dIhS/RO3RHuwUATQu8h3M0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=iIp9+4dM+H2Z0Zpl6ab6Yyk8+V8VGGuUR6kFdzuxJzXo/+Rhgbomyq3xdvD3oLY9PJ n6A38Jl/sEo/YQTbI8fsycxM/ozGsSuzCpZ41pSfn7rIXPyofCfsmE3QpCzZf5gPS6F2 oxSfbfQb+zdr52bLPSvzsdONZSeG7uZIVEjI8= Received: by 10.86.12.2 with SMTP id 2mr4650916fgl.12.1254260061245; Tue, 29 Sep 2009 14:34:21 -0700 (PDT) Received: from ?192.168.220.104? (Ya6cd.y.pppool.de [89.60.166.205]) by mx.google.com with ESMTPS id e11sm13418fga.18.2009.09.29.14.34.20 (version=SSLv3 cipher=RC4-MD5); Tue, 29 Sep 2009 14:34:20 -0700 (PDT) From: "Mr. Olli" To: freebsd-xen@FreeBSD.org Content-Type: text/plain Date: Tue, 29 Sep 2009 23:33:39 +0200 Message-Id: <1254260019.2211.175.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit Cc: Subject: pygrub status X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mister.olli@googlemail.com List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2009 22:02:53 -0000 I just wanted to know if someone on this list knows about the pygrub status? Has anyone tested if it boots from UFS2? I've had a look at the code (my python understanding is limited right now) but it does not seem to be very complex. maybe some chance to get in touch with python ;-) has anyone started similar approaches or does know where freebsd slice data structure definition can be found? from what I saw in the code pygrub does understand solaris slices. my guessing is that is shouldn't be that hard to adopt this code to freebsd slices (correct me if I'm wrong ;-)) will be happy about any input and chance to get freebsd PV booting out own disk image :-)) Regards, ==== Mr. Olli