all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fredrik Salomonsson <plattfot@gmail.com>
To: swedebugia <swedebugia@riseup.net>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: sha256 hash mismatch
Date: Tue, 20 Nov 2018 23:33:04 -0800	[thread overview]
Message-ID: <87tvkaga1b.fsf@gmail.com> (raw)
In-Reply-To: <d8c1cd08-f603-ff6a-0ff5-cca8acf83930@riseup.net>

[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]

swedebugia <swedebugia@riseup.net> writes:

> I asume yes, but unfortunately hydra is not our most reliable 
> infrastructure and we are in a process to replace it with berlin.
>
> After authorizing both: run init with 
> --substitute-urls="http://berlin.guixsd.org http://mirror.hydra.gnu.org"
>
> Then your should see that guix looks for substitutes from both.
>

>
> Check here e.g. http://berlin.guixsd.org/jobset/guix-master
>
> Berlin is the fastest and is quite reliable. Hydra is a backup in my 
> configuration but not needed if berlin is online.
>

Put berlin first in the --substitute-urls and did a guix pull to one
commit that had the most packages built. Using
http://berlin.guixsd.org/jobset/guix-master to pick out the commit.

The install took less than 20min on my x220. Thanks for all the help!

Though I needed to manually hack the grub.cfg to be able to
boot. Otherwise it wouldn't find the kernel.

Now it get stuck when trying to mount the filesystem. Backtrace shows
it's failing in ./gnu/build/file-system.scm 613:6

Might have something misconfigured in my config file. Anyways that's not
what this thread is about. If I cannot figure it out I'll send another
email.

Thanks again for the help!

-- 
s/Fred[re]+i[ck]+/Fredrik/g

[-- Attachment #2: grub.cfg.guixsd --]
[-- Type: application/octet-stream, Size: 2454 bytes --]

# This file was generated from your GuixSD configuration.  Any changes
# will be lost upon reconfiguration.

function setup_gfxterm {
  # Leave 'gfxmode' to 'auto'.
  insmod video_bochs
  insmod video_cirrus
  insmod gfxterm

  if [ "${grub_platform}" == efi ]; then
    # This is for (U)EFI systems (these modules are unavailable in the
    # non-EFI GRUB.)  If we don't load them, GRUB boots in "blind mode",
    # which isn't convenient.
    insmod efi_gop
    insmod efi_uga
  else
    # These are specific to non-EFI Intel machines.
    insmod vbe
    insmod vga
  fi
}

# Set 'root' to the partition that contains /gnu/store.
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod btrfs
cryptomount -u ab43f8be1a184999836d71dac382dfb5
set root='cryptouuid/ab43f8be1a184999836d71dac382dfb5'

search --no-floppy --fs-uuid --set=root --hint='cryptouuid/ab43f8be1a184999836d71dac382dfb5'  7cd60921-2b01-487d-8369-046a23a00de5

font="/__current/gnu/store/yl5wpd2gl5fj791iqhwg4a49k5n3abmv-grub-2.02/share/grub/unicode.pf2"

if loadfont $font; then
  setup_gfxterm
fi


# search --label --set root

# if loadfont /store/yl5wpd2gl5fj791iqhwg4a49k5n3abmv-grub-2.02/share/grub/unicode.pf2; then
#   setup_gfxterm
# fi

terminal_output gfxterm


insmod png
if background_image /__current/gnu/store/8a213jvfzafcf6mfny2hs2jb1ya94i92-grub-image.png; then
  set color_normal=light-gray/black
  set color_highlight=yellow/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi

set default=0
set timeout=5
menuentry "GNU with Linux-Libre 4.17.3 (beta)" {
#  search --label --set root
  set gfxpayload=keep
  insmod gzio
  insmod part_gpt
  insmod cryptodisk
  insmod luks
  insmod gcry_rijndael
  insmod gcry_rijndael
  insmod gcry_sha256
  insmod btrfs
  cryptomount -u ab43f8be1a184999836d71dac382dfb5
  set root='cryptouuid/ab43f8be1a184999836d71dac382dfb5'
  search --no-floppy --fs-uuid --set=root --hint='cryptouuid/ab43f8be1a184999836d71dac382dfb5'  7cd60921-2b01-487d-8369-046a23a00de5

  linux /__current/gnu/store/s34syxcgp84siz2f77f0qakhgqm928h8-linux-libre-4.17.3/bzImage --root=root --system=/__current/gnu/store/z7pwglcwimc933kbg6sfwbjvwgm4ssid-system --load=/__current/gnu/store/z7pwglcwimc933kbg6sfwbjvwgm4ssid-system/boot rootflags=compress=lzo,subvol=__current/guixsd-root
  initrd /__current/gnu/store/phqbzk7k1f90nwmf3ynz5lzyc6x11wzb-raw-initrd/initrd
}

  reply	other threads:[~2018-11-21  7:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-19  5:10 sha256 hash mismatch Fredrik Salomonsson
2018-11-19  6:03 ` Jovany Leandro G.C
2018-11-19 18:53 ` swedebugia
2018-11-20  3:49   ` Fredrik Salomonsson
2018-11-20 16:21     ` swedebugia
2018-11-21  7:33       ` Fredrik Salomonsson [this message]
2018-11-21 16:06         ` swedebugia
2018-11-21 18:23           ` Fredrik Salomonsson

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=87tvkaga1b.fsf@gmail.com \
    --to=plattfot@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=swedebugia@riseup.net \
    /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.