From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QjMhQ-0005qd-A4 for mharc-grub-devel@gnu.org; Tue, 19 Jul 2011 22:39:48 -0400 Received: from eggs.gnu.org ([140.186.70.92]:53445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjMhN-0005q6-6F for grub-devel@gnu.org; Tue, 19 Jul 2011 22:39:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjMhJ-00058i-RS for grub-devel@gnu.org; Tue, 19 Jul 2011 22:39:44 -0400 Received: from m50-133.163.com ([123.125.50.133]:56958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjMhI-00057K-IP for grub-devel@gnu.org; Tue, 19 Jul 2011 22:39:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Received:Message-ID:Date:From:User-Agent: MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type: Content-Transfer-Encoding; bh=7nYDcjxQrA0SRpMoIX6nNKRBmWxA5QsVkw A+iBPB/Sc=; b=YRDpbqNtSbpbJggNUltOA0hZkhmcvo7/QpqwfFTpA86SK+J+ak oMU5LUNYu8tiepvMPtaskgvqm+Ln+a9AQDY/4y7NRf84TYy9D6AtJVRFKEU/dG/r Dc6sly6Tzib3HbPKvv5GzvDVXyRcXxulRTUno4pXaprNgh5pNYKvigUxY= Received: from [10.2.8.35] (unknown [152.104.150.33]) by smtp3 (Coremail) with SMTP id DdGowKALpAPhPyZOE2AQAA--.296S2; Wed, 20 Jul 2011 10:39:30 +0800 (CST) Message-ID: <4E263FDD.8010303@163.com> Date: Wed, 20 Jul 2011 10:39:25 +0800 From: Cui Lei User-Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20110627 Thunderbird/5.0 MIME-Version: 1.0 To: =?UTF-8?B?6rmA66+87KSA?= Subject: Re: Alternative booting method for grub2 References: <4E262532.5090209@163.com> <4E2631D5.40102@gmail.com> In-Reply-To: <4E2631D5.40102@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CM-TRANSID: DdGowKALpAPhPyZOE2AQAA--.296S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU738nDUUUU X-CM-SenderInfo: pqhyv25iruwvdwbsiiqs6rljoofrz/xtbByxqCNkX0LjR10AAAsr X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 123.125.50.133 Cc: The development of GNU GRUB 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, 20 Jul 2011 02:39:46 -0000 1. the "-d" means where the "moddep.lst" is , so ,you should find it first. 2. It looks like you want to install grub in you PC, doesn't it? If does, you can use grub-install. 3. http://www.gnu.org/software/grub/manual/grub.html can help you. > When I command > sudo grub-mkimage -d ./grub-core -o core.img pc fat ntfs -O i386-pc > > the result is > grub-mkimage: error: cannot open ./grub-core/moddep.lst. > > When I command at /boot/grub, the result is same. > > I can't understand why creating kernel is very hard. > > Please, help me. > > thanks. >