Alex Sassmannshausen <alex.sassmannshau...@gmail.com> 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

Reply via email to