From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: System installation from a USB stick Date: Sat, 19 Jul 2014 18:21:40 +0200 Message-ID: <87mwc5e2uj.fsf@gnu.org> References: <87y4xdhgn3.fsf@gnu.org> <877g3z2w60.fsf@gnu.org> <87r41jp2pa.fsf@gnu.org> <87bnslk4d6.fsf@gnu.org> <87vbqtfq0x.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8XOO-0003bI-Ny for guix-devel@gnu.org; Sat, 19 Jul 2014 12:21:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8XOJ-0005T1-1s for guix-devel@gnu.org; Sat, 19 Jul 2014 12:21:48 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:34591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8XOI-0005Sm-Qz for guix-devel@gnu.org; Sat, 19 Jul 2014 12:21:42 -0400 In-Reply-To: (Adam Pribyl's message of "Sat, 19 Jul 2014 15:47:06 +0200 (CEST)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Adam Pribyl Cc: guix-devel Adam Pribyl skribis: >> Sorry, I was completely wrong, the new liveUSB has e2fsprogs, >> however I probably do have the problem with ahci module too, and I >> confused the old /dev/sda harddrive which is now missing, and >> /dev/sda USB. So this is it. My HDD is not visible with the new USB >> image. > > OK, one more correction - the ahci module is loaded and HDD detected, > but /dev/sdf is not created. There is just sda to sdd.. Once the USB installation is booted, it=E2=80=99s actually udev which takes= the responsibility of loading modules like AHCI (the problem David reported is in the *installed* system, where the AHCI modules have to be available in the initrd.) So there really are this many storage devices in the machine? Does running =E2=80=98udevadm trigger=E2=80=99 helps detect any missing dev= ice? Thanks, Ludo=E2=80=99.