unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Giovanni Biscuolo <g@xelera.eu>
To: guix-devel@gnu.org, bug-guix@gnu.org
Subject: Re: graphical install, no network device found (HP EliteDesk 800 G1)
Date: Wed, 08 May 2019 12:03:56 +0200	[thread overview]
Message-ID: <871s198dpv.fsf@roquette.mug.biscuolo.net> (raw)
In-Reply-To: <874l658hmv.fsf@roquette.mug.biscuolo.net>

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

Hello Guix,

actually I had a faulty USB media (details below): I've redone it but
nothing changed, I'm still getting the "Internet access" dialog with an
error message telling "no network device were found"

Giovanni Biscuolo <g@xelera.eu> writes:

[...]

> The one and only test that comes to my mind is to double check the
> content wrote to the pen drive is not somehow corrupted, I got it and
> dd'ed following the Guix manual instructions [2]
>
> I'll check and/or redo my install media to see if that's the problem

--8<---------------cut here---------------start------------->8---
$ sudo cmp -n `stat -c '%s' guix-system-install-1.0.0.x86_64-linux.iso` guix-system-install-1.0.0.x86_64-linux.iso /dev/sdb
guix-system-install-1.0.0.x86_64-linux.iso /dev/sdb differ: byte 4128769, line 1274
--8<---------------cut here---------------end--------------->8---

so I computed the sha1sum of the downloades ISO image:

--8<---------------cut here---------------start------------->8---
$ sha1sum guix-system-install-1.0.0.x86_64-linux.iso
724eaa8f6f80ed65d07965f2b96282023c6736c3  guix-system-install-1.0.0.x86_64-linux.iso
--8<---------------cut here---------------end--------------->8---

and the one from my pen drive:

--8<---------------cut here---------------start------------->8---
$ sudo head -c $(stat -c '%s' guix-system-install-1.0.0.x86_64-linux.iso) /dev/sdb | sha1sum 
9ad81a175d49df62561bb274cc74bafb7a9cc199  -
--8<---------------cut here---------------end--------------->8---

they differ: the USB pen drive image was corrupted!

now I remember: I'm almost sure I did not _sync_ the device after dd, as
clearly stated in the documentation

I copied the ISO again (dd if=guix-system-install-1.0.0.system.iso
of=/dev/sdX && sync) and re-computed the USB pen drive sha1sum:

--8<---------------cut here---------------start------------->8---
$ time sudo head -c $(stat -c '%s' guix-system-install-1.0.0.x86_64-linux.iso) /dev/sdb | sha1sum 
724eaa8f6f80ed65d07965f2b96282023c6736c3  -
--8<---------------cut here---------------end--------------->8---

it corresponds to the ISO one now

really strange...

HTH! Gio'

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      parent reply	other threads:[~2019-05-08 10:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-08  8:39 graphical install, no network device found (HP EliteDesk 800 G1) Giovanni Biscuolo
2019-05-08  9:31 ` bug#35630: " pelzflorian (Florian Pelz)
2019-05-08 11:32   ` Giovanni Biscuolo
2019-05-08 10:03 ` Giovanni Biscuolo [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=871s198dpv.fsf@roquette.mug.biscuolo.net \
    --to=g@xelera.eu \
    --cc=bug-guix@gnu.org \
    --cc=guix-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).