From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QjJqJ-00078c-7v for mharc-grub-devel@gnu.org; Tue, 19 Jul 2011 19:36:47 -0400 Received: from eggs.gnu.org ([140.186.70.92]:42427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjJqF-00078Q-E1 for grub-devel@gnu.org; Tue, 19 Jul 2011 19:36:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjJq9-0007VF-Nh for grub-devel@gnu.org; Tue, 19 Jul 2011 19:36:43 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:35585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjJq9-0007Uu-8w for grub-devel@gnu.org; Tue, 19 Jul 2011 19:36:37 -0400 Received: by iyb14 with SMTP id 14so3742203iyb.0 for ; Tue, 19 Jul 2011 16:36:36 -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=X8omnPIEUQvxmq3Ik3TfE1j42gjki5owwjlnElKAPU8=; b=xuhFOiCXAhxgvr6GGagD8a9Mcd0gFzntbQSMsqU6rsjC6iZojLFYSn2V93FK7iCyul uzN4IymaLXN4lRkZ6OnHFfyeQFjlBENpbYIoJgPjhiHsF7QztgJ+hBTdavlEzErEQT09 E0JCXhiUhQrf8vR1kgQDZtA6HRpWq2Z7l4eQc= Received: by 10.231.182.83 with SMTP id cb19mr2989912ibb.172.1311118596365; Tue, 19 Jul 2011 16:36:36 -0700 (PDT) Received: from [192.168.123.185] ([124.52.26.38]) by mx.google.com with ESMTPS id b6sm3916974ibg.14.2011.07.19.16.36.33 (version=SSLv3 cipher=OTHER); Tue, 19 Jul 2011 16:36:35 -0700 (PDT) Message-ID: <4E2614F9.6020303@gmail.com> Date: Wed, 20 Jul 2011 08:36:25 +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: jeromepoulin@gmail.com, grub-devel@gnu.org Subject: Re: Alternative booting method for grub2 References: <-1320435355318330207@unknownmsgid> In-Reply-To: <-1320435355318330207@unknownmsgid> 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.210.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: Tue, 19 Jul 2011 23:36:45 -0000 When I command with -O i386-pc the result is grub-mkimage: error: cannot open ./moddep.lst. If I command as root, the result is same. Please help me. Thanks.