all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* error in bootloader config while system init
@ 2019-05-21  3:47 znavko
  2019-05-21  8:53 ` Giovanni Biscuolo
  0 siblings, 1 reply; 5+ messages in thread
From: znavko @ 2019-05-21  3:47 UTC (permalink / raw)
  To: help-guix

Hello! I want to install guix, but have troubles with bootloader configuration. I parted my disk this way:

# fdisk -l /dev/sdb

	Disk /dev/sdb: 59.6 GiB, 64023257088 bytes, 125045424 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 3E7A5583-EC16-4444-BD05-F488879F5F8 Device Start End Sectors Size Type /dev/sdb1 2048 104859647 104857600 50G Linux filesystem /dev/sdb2 104859648 125045390 20185743 9.6G Linux swap  
# guix system init /mnt/etc/config.scm /mnt 2>err
# cat err | nc termbin.com 9999
https://termbin.com/r3oh

# cat /mnt/etc/config.scm | nc termbin.com 9999
https://termbin.com/r5rq
Please, what is wrong?

	(operating-system (host-name "antelope") (timezone "Europe/Moscow") (locale "en_US.utf8") (bootloader (bootloader-configuration (bootloader grub-bootloader) (target "/dev/sdb"))) (file-systems (cons (file-system (device "/dev/sdb1") (mount-point "/mnt") (type "ext4")) %base-file-systems)) (swap-devices '("/dev/sdb2"))

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-21 19:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21  3:47 error in bootloader config while system init znavko
2019-05-21  8:53 ` Giovanni Biscuolo
2019-05-21 13:23   ` Ludovic Courtès
2019-05-21 18:11   ` znavko
2019-05-21 19:55   ` znavko

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.