From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: Troubles with install image Date: Fri, 18 Jul 2014 09:49:08 -0400 Message-ID: <87tx6ewze3.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> References: <87wqbf4cao.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87r41mml3g.fsf@gnu.org> <87fvi2f4xo.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87fvi1ifr9.fsf@gnu.org> <878uns9apg.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <874mygdk1h.fsf@gnu.org> <87silzze39.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87y4vrp2v3.fsf@gnu.org> <87wqbax04b.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8738dykcqo.fsf@yamato.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X88XJ-0002z6-Qp for guix-devel@gnu.org; Fri, 18 Jul 2014 09:49:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X88XB-0000Eu-DN for guix-devel@gnu.org; Fri, 18 Jul 2014 09:49:21 -0400 Received: from na3sys009aog116.obsmtp.com ([74.125.149.240]:58849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X88XB-0000ET-5x for guix-devel@gnu.org; Fri, 18 Jul 2014 09:49:13 -0400 Received: by mail-qa0-f48.google.com with SMTP id m5so2975071qaj.21 for ; Fri, 18 Jul 2014 06:49:11 -0700 (PDT) In-Reply-To: <8738dykcqo.fsf@yamato.home> 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: alex.sassmannshausen@gmail.com Cc: guix-devel@gnu.org Alex Sassmannshausen writes: > As I also have an x60 and I would be very interested in the installer > you used to get things this far if you are able to provide it somewhere? Sure, this is Ludovic's minimal config, tweaked a bit: (use-modules (srfi srfi-26) (gnu)) (operating-system (host-name "guix") (timezone "America/New_York") (locale "en_US.UTF-8") (initrd (cut base-initrd <> #:extra-modules '("libahci.ko" "ahci.ko"))) ;; When installing from USB image, my hard disk is sdb, when booting ;; from the hard disk, it is sda. (bootloader (grub-configuration (device "/dev/sdb"))) (file-systems (list (file-system (device "/dev/sda1") (mount-point "/") (type "ext4"))))) -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate