From mboxrd@z Thu Jan 1 00:00:00 1970 From: znavko@disroot.org Subject: Re: Cannot install Guix 1.0.1 on Asus K50C Date: Sun, 16 Jun 2019 08:17:56 +0000 Message-ID: References: <20190615185427.l7u6apvkciqz3eup@pelzflorian.localdomain> 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]:57426) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcQMw-0005Lx-Ld for help-guix@gnu.org; Sun, 16 Jun 2019 04:18:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcQMq-0003FO-Ia for help-guix@gnu.org; Sun, 16 Jun 2019 04:18:29 -0400 Received: from knopi.disroot.org ([178.21.23.139]:46178) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hcQMn-00030v-3h for help-guix@gnu.org; Sun, 16 Jun 2019 04:18:22 -0400 In-Reply-To: <20190615185427.l7u6apvkciqz3eup@pelzflorian.localdomain> 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: "pelzflorian (Florian Pelz)" Cc: help-guix Hi, Florian! I have reinit system with config like this:=0A=0A(initrd-mod= ules (append (list "sata_sis")=0A%base-initrd-modules))=0A=0Awhere unders= core is placed instead of dash: sata_sis.=0A=0AI did not understand where= should I type --skip-checks, sorry.=0A=0AAlso, I am not sure partitionin= g is right:=0A=0ADisk /dev/sdb: 59.6 GiB, 64023257088 bytes, 125045424 se= ctors=0AUnits: sectors of 1 * 512 =3D 512 bytes=0ASector size (logical/ph= ysical): 512 bytes / 512 bytes=0AI/O size (minimum/optimal): 512 bytes / = 512 bytes=0ADisklabel type: gpt=0ADisk identifier: AB9A165C-BB51-8C47-813= D-10219657F602=0A=0ADevice Start End Sectors Size Type=0A/dev/sdb1 2048 1= 57695 155648 76M BIOS boot=0A/dev/sdb2 157696 105625599 105467904 50.3G L= inux filesystem=0A/dev/sdb3 105625600 125045390 19419791 9.3G Linux swap= =0A=0AI use BIOS Grub, so I created a separate partition of type BIOS boo= t and size 76Mb. Am I right of=0Aits size? And I fulfilled this:=0A=0Apar= ted /dev/sdb set 1 bios_grub on=0A=0Aas it is described here:=0Ahttps://w= ww.gnu.org/software/grub/manual/grub/html_node/BIOS-installation.html#BIO= S-installation=0A=0AAlso, may be I need to update by usb flash, cause the= re is Guix 1.0.1 of age 3 weeks. Might be the=0Anew image has some bugfix= es for me?=0A=0AThe result of initialization and reboot is the next. Boot= stops on locksource as it was before. And above I see this:=0A=0Aisci: I= ntel(R) C600 SAS Controller Driver - version 1.2.0 ext2s_checks_if_mount:= Can't check if filesystem is mounted due to missing mtab e2fsck: No such= file or directory while trying open /dev/sdb2 =0APossibly non-existent d= evice?=0AFile system check on /dev/sdb2 failed=0ASpawning Bourne-like REP= L.=0AGNU Guile 2.2.4=0A=0APlease, should I type /dev/sda everywhere in co= nfig.scm instead of /dev/sdb? When I boot to usb my ssd disk is showing l= ike /dev/sdb, but when I boot from ssd disk it is /dev/sda, so this confi= g does not work. And this ubiquitous option was not described in manual. = I always read:=0A"For legacy systems, the target field names a device, li= ke /dev/sda;... "=0A=0ASo, what to do?=0A=0AThis is my config:=0A=0A(oper= ating-system (host-name "antelope") (timezone "Europe/Moscow") (locale "e= n_US.utf8")=0A (bootloader (bootloader-configuration =0A (bootloade= r grub-bootloader) =0A (target "/dev/sdb")))=0A (file-systems (cons= (file-system =0A (device "/dev/sdb2") =0A (mount-point "/") =0A = (type "ext4")) =0A %base-file-systems))=0A (swap-devices '("/de= v/sdb3"))=0A=0A (initrd-modules (append (list "sata_sis")=0A %ba= se-initrd-modules))=0A=0AJune 15, 2019 6:54 PM, "pelzflorian (Florian Pel= z)" wrote:=0A=0A> On Sat, Jun 15, 2019 at 06= :22:00PM +0000, znavko@disroot.org wrote:=0A> =0A>> I've changed config. = Added initrd-modules that guix offered to me. And I reinitialized system.= =0A>> [=E2=80=A6]=0A>> ERROR: In procedure open-file: No such file or dir= ectory:=0A>> "/gnu/store/qvhashahsh-linux-modules/sata-sis.ko"=0A> =0A> I= t is looking for sata-sis.ko, but the file is called sata_sis.ko.=0A> =0A= > I remember .=0A> =0A> Does this s= olution help, i.e. using sata_sis in initrd-modules and=0A> perhaps using= --skip-checks as described there?=0A> =0A> Regards,=0A> Florian