From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Starting a domU with latest unstable, sans XenD Date: Mon, 26 Sep 2005 10:07:35 +0200 Message-ID: Reply-To: Jacob Gorm Hansen Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org hi, I am trying to tweak vmtools so that I can start at domain with the latest code from hg. Right now the domain hangs after the following (I have changed kernel/printk.c to get kernel messages on the serial): ... <6>checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd <6>Freeing initrd memory: 3000k freed <6>NET: Registered protocol family 16 <6>xen_mem: Initialising balloon driver. Grant table initialized <6>Initializing Cryptographic API <6>io scheduler noop registered <6>io scheduler anticipatory registered <6>io scheduler deadline registered The only thing I have running in dom0 is xenstored. What other services do I need to have running? thanks, Jacob