From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N3X7x-0007pR-GO for mharc-grub-devel@gnu.org; Thu, 29 Oct 2009 11:41:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3X7v-0007od-DB for grub-devel@gnu.org; Thu, 29 Oct 2009 11:41:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3X7r-0007o6-0D for grub-devel@gnu.org; Thu, 29 Oct 2009 11:41:27 -0400 Received: from [199.232.76.173] (port=45121 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3X7q-0007o3-T9 for grub-devel@gnu.org; Thu, 29 Oct 2009 11:41:22 -0400 Received: from mail-bw0-f215.google.com ([209.85.218.215]:33267) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3X7q-0001f0-Gw for grub-devel@gnu.org; Thu, 29 Oct 2009 11:41:22 -0400 Received: by bwz7 with SMTP id 7so2487397bwz.26 for ; Thu, 29 Oct 2009 08:41:21 -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=TU6FNts+XtOVTeTgSP9NL5bQwePxbFYBumKPZ9C4pN8=; b=JCpsoiTRCMGFjmphMXSxv8IXeIxiHMvJJobz9YlbzOFGauuflREortRTkx+HrB29dF qqT6+wICrh5rbqRdmnVh8LiGd+uiVLfhb7oP1h3H0UtMI15KEPShkARDxc+uaTmatX0j Flo3dLrDP52pryCbYRfQe6jEDDzvMft+MCTic= 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=NIur3FzXXCArSNpyZLnleUDY2fICD+9opu4R8tFVLgiWOtwqGS0qJRg0Ffuf4Edi+D dXCHS/5KWnWSJ3qUdycJldgM0YleMsYEE0A3jSxVzkfZjzcQ/Tnmmlzf/O5kxbGgqR+d XYWMf0ByDSHebaKSbd2PBCEIcdJ0sqQnV9PgQ= Received: by 10.204.160.86 with SMTP id m22mr143350bkx.82.1256830881303; Thu, 29 Oct 2009 08:41:21 -0700 (PDT) Received: from debian.bg45.phnet (vpn-global-dhcp3-170.ethz.ch [129.132.210.170]) by mx.google.com with ESMTPS id y15sm75641fkd.28.2009.10.29.08.41.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 Oct 2009 08:41:20 -0700 (PDT) Message-ID: <4AE9B79D.7050408@gmail.com> Date: Thu, 29 Oct 2009 16:41:17 +0100 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 References: <20091029202000.61a00e31@shiva.selfip.org> In-Reply-To: <20091029202000.61a00e31@shiva.selfip.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: success booting hdt.c32 module with memdisk 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: Thu, 29 Oct 2009 15:41:27 -0000 Hello J. Bakshi wrote: > Hello list, > > Finally I got success booting hdt.c32 module ( hdt = hardware detection tool) with the latest floppy image released by hdt team. hdt.c32 is a syslinux module. As per their suggestion the following config works for me from usb stick. > > menuentry HDT { > linux16 /memdisk > initrd16 / > } > > Though it would be nice to see grub's power to directly load syslinux module like this one :-) > > I would be happy to have syslinux com32 glue level. Are you willing to code one? > HDT is really a must to have collection in the tool collection. It does not need to load an OS to collect info of your H/W. you can know more from http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool) > > cheers > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git