From mboxrd@z Thu Jan 1 00:00:00 1970 From: znavko@disroot.org Subject: Cannot install Guix 1.0.1 on Asus K50C Date: Sat, 15 Jun 2019 16:45:35 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48815) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcBoG-00058m-35 for help-guix@gnu.org; Sat, 15 Jun 2019 12:45:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcBoD-0008Eb-PS for help-guix@gnu.org; Sat, 15 Jun 2019 12:45:44 -0400 Received: from knopi.disroot.org ([178.21.23.139]:41722) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hcBoD-0008C2-0z for help-guix@gnu.org; Sat, 15 Jun 2019 12:45:41 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id ADA8134A4D for ; Sat, 15 Jun 2019 18:45:37 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0kejDTzMQwGP for ; Sat, 15 Jun 2019 18:45:35 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hello! I have a buggy laptop Asus K50C. Time always breaks there (maybe b= attery but I do not want to solve).=0AI've installed Guix using manual in= stallation method.=0ANotebook booting and during boot it stops after thes= e lines:=0A=0A"[1.664111] tsc: Refined TSC clocksource calliration: 1500.= 340 MHz=0A[1.664170] clocksource: tsc: mask: 0xffffffffffffffff max_cycle= s: 0x15a063d2c74, max_idle_ns: 440795230855 ns=0A[1.664253] clocksource: = Switched to clocksource tsc "=0A=0Athis is the end. I press 'enter' it on= ly adds new lines. I press Ctrl+C and get the 'bournish@(guile-user)> ' l= ine.=0A=0AI've parted my disk like this:=0A/dev/sdb1 1Mb Linux filesystem= =0A/dev/sdb2 50Gb Linux filesystem=0A/dev/sdb3 14Gb Linux Swap=0A=0AAlso,= I've made ext4 on sdb2 and for /dev/sdb1 this:=0Aparted /dev/sdb set 1 b= ios_grub on=0AI may have errors in config. This is my config I used for g= uix system init:=0Ahttp://termbin.com/67pf=0A=0A--------=0A=0A ;-*- mode:= Scheme; -*- ;;this is znavko's cute config (use-modules (gnu) (gnu syste= m nss) (gnu system locale) ;;for locale-definition (gnu services desktop)= (srfi srfi-1) ;;for remove function (gnu services networking) ;;for remo= ve ntp (gnu services avahi) ;;for remove avahi (gnu services xorg) (gnu p= ackages admin) ;;for wpa_supplicant ) (use-service-modules desktop) (use-= package-modules certs gnome) (operating-system (host-name "antelope") (ti= mezone "Europe/Moscow") (locale "en_US.utf8") (bootloader (bootloader-con= figuration (bootloader grub-bootloader) (target "/dev/sdb"))) (file-syste= ms (cons (file-system (device "/dev/sda2") (mount-point "/") (type "ext4"= )) %base-file-systems)) (swap-devices '("/dev/sda3")) (users (cons* (user= -account (name "bob") (group "users") (supplementary-groups '("wheel" "ne= tdev" "audio" "video")) (home-directory "/home/bob")) (user-account (name= "mom") (group "users") (supplementary-groups '("wheel" "netdev" "audio" = "video")) (home-directory "/home/mom")) %base-user-accounts)) ;; This is = where we specify system-wide packages. (packages (cons* nss-certs ;for HT= TPS access gvfs ;for user mounts wpa-supplicant %base-packages)) (service= s (cons* ;; xfce4 desktop, dhcp-client, slim (service xfce-desktop-servic= e-type) (service dhcp-client-service-type) ;; slim config for enabling to= uchpad tap (service slim-service-type (slim-configuration (xorg-configura= tion (xorg-configuration (extra-config '("Section "InputClass" Identifier= "touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" = EndSection") )))) ) (modify-services ;; removing unnecessary services (re= move (lambda (service) (member (service-kind service) (list ntp-service-t= ype avahi-service-type bluetooth-service network-manager-service-type gdm= -service-type))) %desktop-services) ;end of remove lambda services ;; wpa= _supplicant + dhcp-client (above) instead of networkmanager (wpa-supplica= nt-service-type config =3D> (wpa-supplicant-configuration (interface "wlp= 2s0") (config-file "/etc/wpa_supplicant/wpa_supplicant.conf"))) ;; disabl= ing sleep on closing notebook lid (elogind-service-type c =3D> (elogind-c= onfiguration (handle-lid-switch 'ignore))) ) ;;end of modify-services )) = ;;end of services ;; Allow resolution of '.local' host names with mDNS. (= name-service-switch %mdns-host-lookup-nss) ;;blacklist ugly sound speaker= , blacklist ideapad_laptop for prevent soft blocking wlan (kernel-argumen= ts '("modprobe.blacklist=3Dpcspkr,snd_pcsp,bluetooth")) ) ;;end of operat= ing-system ----------- I'd better prefer to use chat for solving this, bu= t due to I use free VPN, freenode does not work for me. Please, what to d= o?