From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1TqBIZ-00063C-8s for mharc-grub-devel@gnu.org; Tue, 01 Jan 2013 18:31:07 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqBIU-000622-NQ for grub-devel@gnu.org; Tue, 01 Jan 2013 18:31:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqBIR-000603-UB for grub-devel@gnu.org; Tue, 01 Jan 2013 18:31:02 -0500 Received: from apteryx.fr ([178.33.44.46]:54508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqBIR-0005zq-OC for grub-devel@gnu.org; Tue, 01 Jan 2013 18:30:59 -0500 Received: from [192.168.1.11] (AClermont-Ferrand-552-1-255-234.w86-194.abo.wanadoo.fr [86.194.230.234]) by apteryx.fr (Postfix) with ESMTPSA id F37862940F56 for ; Wed, 2 Jan 2013 00:30:57 +0100 (CET) Message-ID: <50E371C2.7000909@guillemet.org> Date: Wed, 02 Jan 2013 00:31:14 +0100 From: =?ISO-8859-1?Q?Herv=E9_Guillemet?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Boot windows on external disk : "not a valid root device" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.33.44.46 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, 01 Jan 2013 23:31:05 -0000 Hi, I have a new Asus N56VZ laptop and replaced the Windows hard drive by a SSD with Linux installed. EFI Grub2 successfully launchs Linux. Now I'd like to boot Windows from the original hard drive mounted by USB. No matter what I try, either using grub.cfg or command line, Grub's chainloader fails : > set root=3D(usb0,gpt1) > chainloader ($root)/EFI/Microsoft/Boot/bootmgfw.efi Error: not a valid root device. The content of the drive may be seen using "ls". What's the exact meaning of "not a valid root device" ? Thanks, --=20 Herv=E9