WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Xen 3.0.2 with pxegrub

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen 3.0.2 with pxegrub
From: "Lin Salisbury" <lin.salisbury@xxxxxxxxx>
Date: Thu, 11 May 2006 12:18:25 -0600
Delivery-date: Thu, 11 May 2006 11:19:01 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=JfPWPM814FIuCoL/+w6fO3j8KVmNCZs3CN1ZizI5HeHbjPKWMHmw7MPG0yKTrcB4h3Ij4WnOikNCaIdL45Z5e1MRsKepIlZmwhUrhw/9vIDf8koCXDDu+VZgDoCN+rDe+aF9mihXK9V/YG4MykZOLPxXsNkajPCZB1r6nyoWC3o=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: lin@xxxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I've read a few postings that people have gotten Xen to boot with pxegrub.  I'm using grub 0.97 and I get past the boot menu to the point where it starts to boot my kernel and it just hangs.  Does anybody have an example config from a working setup they'd be willing to share or point me in the right direction to look for my problem.  Here is my menu.lst that pxegrub loads from the tftp server:

default 0
timeout 30
title=Xen
root (nd)
kernel /xen-3.0.2-2.gz dom0_mem=256M
module /vmlinuz-2.6.16-xen0 root=/dev/hda1 ro quiet splash console=tty0 max_loop=256
module /initrd.img

Also, I need the initrd.img loaded if possible, I'm using that to do custom preperation to the machine before the dom0 is loaded up.

Any help is greatly appreciated!

Thanks
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen 3.0.2 with pxegrub, Lin Salisbury <=