From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZS64y-0001hF-I1 for mharc-grub-devel@gnu.org; Wed, 19 Aug 2015 12:19:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS64s-0001d8-JG for grub-devel@gnu.org; Wed, 19 Aug 2015 12:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZS64o-0007k1-Jf for grub-devel@gnu.org; Wed, 19 Aug 2015 12:19:02 -0400 Received: from world.peace.net ([50.252.239.5]:60022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZS64o-0007jo-GU; Wed, 19 Aug 2015 12:18:58 -0400 Received: from [10.1.10.32] (helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1ZS64i-0004HD-EE; Wed, 19 Aug 2015 12:18:52 -0400 From: Mark H Weaver To: Andrei Borzenkov Subject: Re: yeeloong: cs5536 (Geode companion) not working in grub master References: <87io8g1p8u.fsf@netris.org> Date: Wed, 19 Aug 2015 12:18:39 -0400 In-Reply-To: (Andrei Borzenkov's message of "Wed, 19 Aug 2015 16:04:45 +0300") Message-ID: <87twrvdzfk.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 50.252.239.5 Cc: bug-grub@gnu.org, 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: Wed, 19 Aug 2015 16:19:07 -0000 Andrei Borzenkov writes: >> grub-mkimage --prefix='(hd0,0)/boot/grub' \ >> --config=grub.elf.conf --output=grub.elf \ >> --format=mipsel-yeeloong-elf --verbose ata part_msdos ext2 reboot \ > > You need to included pata, not ata, module which knows about cs5536. This fixed the problem, and now I have a working GRUB. Thank you! Mark