From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QjLlQ-0002OM-2Z for mharc-grub-devel@gnu.org; Tue, 19 Jul 2011 21:39:52 -0400 Received: from eggs.gnu.org ([140.186.70.92]:42874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjLlN-0002O9-Ga for grub-devel@gnu.org; Tue, 19 Jul 2011 21:39:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjLlM-00049i-3r for grub-devel@gnu.org; Tue, 19 Jul 2011 21:39:49 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:35434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjLlM-00049R-0p for grub-devel@gnu.org; Tue, 19 Jul 2011 21:39:48 -0400 Received: by iwn8 with SMTP id 8so5067866iwn.0 for ; Tue, 19 Jul 2011 18:39:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=dsglLN9JQEkRE0gr0NgrSA07bxtQtSWEEYdZP7WCNBU=; b=ic7H8OtzCjQSMJz2Q6ToBOdaMyPdhd9D8z9mr40AV2JGOuU/EdBem+2ObVKfqfqENv KW6L1XS1dfGegoQP+cHQtp2g592xbdcfjIss8FGYYplk6cAwuKuwiuxXZbaHPmo8d2Uy 8eSf9JIRgri2/Ue5MmbA4TEcpDkmrNqa+QiLE= Received: by 10.231.17.3 with SMTP id q3mr431918iba.21.1311125986872; Tue, 19 Jul 2011 18:39:46 -0700 (PDT) Received: from [192.168.123.185] ([124.52.26.38]) by mx.google.com with ESMTPS id v16sm3946207ibf.25.2011.07.19.18.39.44 (version=SSLv3 cipher=OTHER); Tue, 19 Jul 2011 18:39:45 -0700 (PDT) Message-ID: <4E2631D5.40102@gmail.com> Date: Wed, 20 Jul 2011 10:39:33 +0900 From: =?UTF-8?B?6rmA66+87KSA?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: neverforget_2002@163.com, grub-devel@gnu.org Subject: Re: Alternative booting method for grub2 References: <4E262532.5090209@163.com> In-Reply-To: <4E262532.5090209@163.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 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 01:39:50 -0000 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.