From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1SOPWN-00028p-DB for mharc-grub-devel@gnu.org; Sun, 29 Apr 2012 04:30:19 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOPWK-00025k-Kz for grub-devel@gnu.org; Sun, 29 Apr 2012 04:30:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOPWI-00007S-Cu for grub-devel@gnu.org; Sun, 29 Apr 2012 04:30:16 -0400 Received: from smtp-out12.han.skanova.net ([195.67.226.212]:49531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOPWI-000078-2u for grub-devel@gnu.org; Sun, 29 Apr 2012 04:30:14 -0400 Received: from [192.168.1.64] (78.70.160.98) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u84406617) id 4F5CB81D00CFA95E; Sun, 29 Apr 2012 10:30:09 +0200 Message-ID: <1335688206.1819.19.camel@x60> Subject: Re: grub2 From: Svante Signell To: debian-hurd@lists.debian.org Date: Sun, 29 Apr 2012 10:30:06 +0200 In-Reply-To: <1335651781.1819.3.camel@x60> References: <1335651781.1819.3.camel@x60> Organization: Hemma Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2-1 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.212 Cc: grub-devel@gnu.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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: Sun, 29 Apr 2012 08:30:17 -0000 Adding grub-devel as Cc: maybe you can help me? On Sun, 2012-04-29 at 00:23 +0200, Svante Signell wrote: > Samuel, > > Did you really check the grub2 patch? When installing it kvm freezes, > and now I'm left with a dumb grub rescue prompt. The problems are in the > post-install script. Which commands to give to boot again and to > repair?? This is what I've found so far: Installing the latest grub2, from debian-ports: /var/lib/dpkg/info/grub-pc.postinst: line 557: 668 Segmentation fault grub-install --force --no-floppy $real_device booting results in: grub rescue> Found a few commands: ls -> lists (hd0),(hd0,msdos1), partitions ls / -> OK ls /boot -> OK, the gnumach image is there! set root=(hd0,1) set prefix=(hd0,1)/boot/grub ls (hd0,1)/boot/grub -> lists all modules, etc: Is there a pager available??? ls (hd0,1)/boot/grub/normal.mod -> error: file not found insmod normal -> error: file not found No progress from here!