all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: znavko@disroot.org
To: help-guix <help-guix@gnu.org>
Subject: error in bootloader config while system init
Date: Tue, 21 May 2019 03:47:37 +0000	[thread overview]
Message-ID: <6bafb31cbd973b67094f5551a8d7c403@disroot.org> (raw)

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"))

             reply	other threads:[~2019-05-21  3:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-21  3:47 znavko [this message]
2019-05-21  8:53 ` error in bootloader config while system init Giovanni Biscuolo
2019-05-21 13:23   ` Ludovic Courtès
2019-05-21 18:11   ` znavko
2019-05-21 19:55   ` znavko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6bafb31cbd973b67094f5551a8d7c403@disroot.org \
    --to=znavko@disroot.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.