From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ccbKm-0005l6-Sg for mharc-grub-devel@gnu.org; Sat, 11 Feb 2017 12:19:40 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccbKj-0005kc-Sq for grub-devel@gnu.org; Sat, 11 Feb 2017 12:19:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccbKi-00024N-In for grub-devel@gnu.org; Sat, 11 Feb 2017 12:19:37 -0500 Received: from mail.bitfolk.com ([2001:ba8:1f1:f019::25]:35864) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ccbKi-00024B-94 for grub-devel@gnu.org; Sat, 11 Feb 2017 12:19:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bitfolk.com; s=alpha; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=gZL5mATe+tNB1U6U7xGTmraRi/X6v1pPCakjzMuLecY=; b=YPN0mUYCza8QUNbYb3ihALTido+ARQ7QMwVaG05RqxJdELbgDu0vtuM3FfU/Cek09xN5iG/+nXMbPpeQOB8P0Y4J7PFnWHxqNj9I/hBlIzeQsKllcv+lHeFe1hXndYmaEK+f1VFTJnFJai60b59h0du5Q7Au78rGj7THlaMEdi8DnDh4RnkNujfKxtY8DBarMJ8nEVi14bbEGMH8oujKSjzpgYk7QoXCtL9TQoNP9FC9RZCfULRyrQWf94D9hER3r6lWmqALaBAyLAvM9pFG5HSelqhml17UD/j7h/LuI33qbe3eUdZ9Z6xo5XCjNj2g0xyhdGO7kvJPHAVwVMV33w==; Received: from andy by mail.bitfolk.com with local (Exim 4.72) (envelope-from ) id 1ccbKg-000091-FM; Sat, 11 Feb 2017 17:19:34 +0000 Date: Sat, 11 Feb 2017 17:19:34 +0000 From: Andy Smith To: Andrei Borzenkov Cc: The development of GNU GRUB Subject: Re: pvgrub2 legacy_configfile issues: /sbin/init exec error -8 Message-ID: <20170211171934.GJ1804@bitfolk.com> References: <20170211135314.GY21587@bitfolk.com> <20170211152643.GH1804@bitfolk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170211152643.GH1804@bitfolk.com> OpenPGP: id=BF15490B; url=http://strugglers.net/~andy/pubkey.asc X-URL: http://strugglers.net/wiki/User:Andy User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: andy@strugglers.net X-SA-Exim-Scanned: No (on mail.bitfolk.com); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:ba8:1f1:f019::25 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 17:19:39 -0000 Hello, On Sat, Feb 11, 2017 at 03:26:43PM +0000, Andy Smith wrote: > Here is what the config looks like if I interrupt the boot and go to > edit it: > > set root='(hd0,1)'; set legacy_hdbias='0' > legacy_kernel '/boot/vmlinuz-3.16.0-4-amd64' '/boot/vmlinuz-3.16.0-4-amd64' 'root=UUID=38420e46-6123-477d-ba23-baeba8ac0d59' 'ro' > legacy_initrd '/boot/initrd.img-3.16.0-4-amd64' '/boot/initrd.img-3.16.0-4-amd64' Over on the xen-users list, Sarah Newman pointed out that the legacy_initrd line should not have a repeated argument: https://lists.xenproject.org/archives/html/xen-users/2017-02/msg00029.html If I edit away the repetition, so that the config line is: legacy_initrd '/boot/initrd.img-3.16.0-4-amd64' then this boots fine. Should I report this in grub's bugzilla? Thanks, Andy