From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KDROv-0003ql-5P for mharc-grub-devel@gnu.org; Mon, 30 Jun 2008 17:59:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDROs-0003pi-G7 for grub-devel@gnu.org; Mon, 30 Jun 2008 17:59:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDROr-0003pP-36 for grub-devel@gnu.org; Mon, 30 Jun 2008 17:59:06 -0400 Received: from [199.232.76.173] (port=44825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDROq-0003pK-SB for grub-devel@gnu.org; Mon, 30 Jun 2008 17:59:04 -0400 Received: from main.gmane.org ([80.91.229.2]:37570 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KDROq-0006yg-Mk for grub-devel@gnu.org; Mon, 30 Jun 2008 17:59:04 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KDROo-0001tD-Gg for grub-devel@gnu.org; Mon, 30 Jun 2008 21:59:02 +0000 Received: from adsl-69-234-204-55.dsl.irvnca.pacbell.net ([69.234.204.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jun 2008 21:59:02 +0000 Received: from w41ter by adsl-69-234-204-55.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jun 2008 21:59:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Mon, 30 Jun 2008 14:59:43 -0700 Message-ID: References: <90305c1d0806290529x3b2b3fbcg4e681074cd3bc178@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-204-55.dsl.irvnca.pacbell.net User-Agent: Thunderbird/3.0a2pre (X11; 2008063006) In-Reply-To: Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: New developer available :) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 21:59:07 -0000 Bean wrote: > On Mon, Jun 30, 2008 at 4:43 AM, walt wrote: >> ...I'm using grub4dos because >> grub2 won't (yet) boot a floppy image or chainload Vista's bootmgr. > Hi, > > Well, you can actually achieve these function with some external > tools. Using memdisk, you can emulate a floppy/harddisk image, and > with loadbin, you can chainload ntldr/bootmgr/grldr/stage2, etc. Hi Bean, Have you tried booting a dos floppy image with memdisk lately? I just tried memdisk-3.52 on two different machines using both legacy and grub2, and nothing worked. After printing several lines of info and some hex numbers it prints this: Loading boot sector...booting... Starting... and then the machine hangs forever, needing a hard reset to reboot. My test image was made from a fresh and tested floppy which I made using WinXP. Can anyone duplicate this? Or not? Thanks!