help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error building with guix system image


From: Maxim Cournoyer
Subject: Re: Error building with guix system image
Date: Sun, 30 Apr 2023 21:45:51 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Saku Laesvuori <saku@laesvuori.fi> writes:

>> > (define %operating-system
>> >   (operating-system
>> >    (host-name "image-test")
>> >    (bootloader (bootloader-configuration
>> >                 (bootloader grub-bootloader)
>> >                 (targets '("/dev/sdX"))))
>> >    (file-systems (cons*
>> >                   (file-system
>> >                    (mount-point "/")
>> >                    (device "/dev/sdX1")
>> >                    (type "ext4"))
>> >                   %base-file-systems))))
>> 
>> Do you correctly substitute /dev/sdX for your real device name (e.g.,
>> /dev/sda) ?
>
> I did try with that too, but it failed with the same error. Today I
> almost accidentally found out that this error was caused by a corrupt
> store item and was fixed by running `guix gc --verify=contents,repair`.
>
> The error message could certainly be improved (or rather, a error
> message about a corrupt store could be added), but I didn't find the
> actual failing check so that I can't send a patch.

OK!  I'm glad you at least got past that road bump.

-- 
Thanks,
Maxim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]