From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OFNsW-0008I0-L7 for mharc-grub-devel@gnu.org; Fri, 21 May 2010 04:46:48 -0400 Received: from [140.186.70.92] (port=58092 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFNsS-0008Hj-DU for grub-devel@gnu.org; Fri, 21 May 2010 04:46:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFMC7-0003R0-Ei for grub-devel@gnu.org; Fri, 21 May 2010 02:59:18 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:35234) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFMC5-0003Ou-85 for grub-devel@gnu.org; Fri, 21 May 2010 02:58:53 -0400 Received: by wwi14 with SMTP id 14so477855wwi.0 for ; Thu, 20 May 2010 23:58:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=N8/U+mISb52Ptuc4445eX6opdShIicPnW5QDUiSCTyw=; b=BzHKbMjQvWzovkMaW1g/p1PNktHF64ItJdG8XLY6pNCvo2cejwWbT8F+5v+zj0wjUJ vaTldUdVw/7UcK8/NwaOKExx5qMDBxh4XQ0AyNsS/qVLgTAZ8V42h9aZRS2oopMP28oW QUYrS2a/bMUhBXMB8M7aMytO7EqdyVJLsFjzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=CaytNMFUlzmNRp/rB9mtCOUNjuB+2vsuG2731kJZ2G4KY3zwmanlcmjuQHFMhet5/6 vVgCR8E3xgW4MFQYdke+fGSQnfM/kvkpFJpASxUrqK6hEcSRqfLzCtaVnV8W8AWoXQ11 jcfbru6JFKux3DFaUNDHDvBz3lVlow7jZEmRI= Received: by 10.227.138.134 with SMTP id a6mr1008598wbu.14.1274425129414; Thu, 20 May 2010 23:58:49 -0700 (PDT) Received: from [192.168.1.108] (c2433-1-88-160-112-182.fbx.proxad.net [88.160.112.182]) by mx.google.com with ESMTPS id h22sm5211172wbh.21.2010.05.20.23.58.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 20 May 2010 23:58:48 -0700 (PDT) Message-ID: <4BF62F28.30009@gmail.com> Date: Fri, 21 May 2010 08:58:48 +0200 From: =?ISO-8859-1?Q?Gr=E9goire_Sutre?= User-Agent: Thunderbird 2.0.0.23 (X11/20091027) MIME-Version: 1.0 To: The development of GNU GRUB References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: update-grub & Xen boot stanza generation X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 08:46:46 -0000 Bruce Edge wrote: > I actually had the kernel arg=val repeated twice originally, but the > xen-devel guys said to use dummy=dummy. Maybe the xen-devel guys meant the following grub command: multiboot /boot/xen.gz dummy=dummy [other options] which will pass to xen the following multiboot-protocol command-line in the multiboot information structure: dummy=dummy [other options] Grégoire