unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* GuixSD in a kvm
@ 2015-04-27  2:38 Christian Thaeter
  2015-04-27 14:23 ` David Thompson
  2015-04-29 16:15 ` Christian Thaeter
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Thaeter @ 2015-04-27  2:38 UTC (permalink / raw)
  To: Guix-devel

I am trying to get GSD running inside a kvm (debian jessy, with a
vanilla 4,0 kernel) but having problems to boot the system.

The system configuration is pretty much the same as from the example,
just changed username, filesystem label and type to ext4.

I've used 'gsd-usb-install-0.8.1.x86_64-linux' for installation.

The first try failed, when rebooting the kernel can't be found.

  http://public.pipapo.org/guixboot.png (sorry, no c'n'paste from the
  vm)

investigating the case from the grub commandline reveals that grub is
unable to read the /gnu/store 
 http://public.pipapo.org/guixboot2.png

This seems to be a problem with the emulated SATA disk.

When reconfiguring the disk to IDE or Virtio it starts booting but ends
up in a kernel panic
 http://public.pipapo.org/guix3.png

killing init? wtf.... anyone has an idea what could be going wrong
there?

	Christian

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

* Re: GuixSD in a kvm
  2015-04-27  2:38 GuixSD in a kvm Christian Thaeter
@ 2015-04-27 14:23 ` David Thompson
  2015-04-30 17:02   ` Ludovic Courtès
  2015-04-29 16:15 ` Christian Thaeter
  1 sibling, 1 reply; 4+ messages in thread
From: David Thompson @ 2015-04-27 14:23 UTC (permalink / raw)
  To: Christian Thaeter, Guix-devel

Christian Thaeter <ct.guix@pipapo.org> writes:

> When reconfiguring the disk to IDE or Virtio it starts booting but ends
> up in a kernel panic
>  http://public.pipapo.org/guix3.png
>
> killing init? wtf.... anyone has an idea what could be going wrong
> there?

The initrd script threw an error, thus you get a kernel panic.  The
errors in that screenshot show that the initrd couldn't write to
/etc/group when creating your user account, which caused a later call to
'getpw' to fail.

I'm afraid I don't have any ideas of what to try next.  Anyone else?

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate

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

* Re: GuixSD in a kvm
  2015-04-27  2:38 GuixSD in a kvm Christian Thaeter
  2015-04-27 14:23 ` David Thompson
@ 2015-04-29 16:15 ` Christian Thaeter
  1 sibling, 0 replies; 4+ messages in thread
From: Christian Thaeter @ 2015-04-29 16:15 UTC (permalink / raw)
  To: guix-devel

Am Mon, 27 Apr 2015 04:38:39 +0200
schrieb Christian Thaeter <ct.guix@pipapo.org>:

> I am trying to get GSD running inside a kvm (debian jessy, with a
> vanilla 4,0 kernel) but having problems to boot the system.


Yay, i've now installed a basic debian, build guix from source, did a
guix pull, then system init on another virtual drive and booting into
that. IT WORKS!

I have no clue what the error was with the usb-install image, tough.
Well now I can start playing with GuixSD.

	Christian

> 
> The system configuration is pretty much the same as from the example,
> just changed username, filesystem label and type to ext4.

> 
> I've used 'gsd-usb-install-0.8.1.x86_64-linux' for installation.
> 
> The first try failed, when rebooting the kernel can't be found.
> 
>   http://public.pipapo.org/guixboot.png (sorry, no c'n'paste from the
>   vm)
> 
> investigating the case from the grub commandline reveals that grub is
> unable to read the /gnu/store 
>  http://public.pipapo.org/guixboot2.png
> 
> This seems to be a problem with the emulated SATA disk.
> 
> When reconfiguring the disk to IDE or Virtio it starts booting but
> ends up in a kernel panic
>  http://public.pipapo.org/guix3.png
> 
> killing init? wtf.... anyone has an idea what could be going wrong
> there?
> 
> 	Christian
> 

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

* Re: GuixSD in a kvm
  2015-04-27 14:23 ` David Thompson
@ 2015-04-30 17:02   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2015-04-30 17:02 UTC (permalink / raw)
  To: David Thompson; +Cc: Guix-devel

David Thompson <dthompson2@worcester.edu> skribis:

> Christian Thaeter <ct.guix@pipapo.org> writes:
>
>> When reconfiguring the disk to IDE or Virtio it starts booting but ends
>> up in a kernel panic
>>  http://public.pipapo.org/guix3.png
>>
>> killing init? wtf.... anyone has an idea what could be going wrong
>> there?
>
> The initrd script threw an error, thus you get a kernel panic.  The
> errors in that screenshot show that the initrd couldn't write to
> /etc/group when creating your user account, which caused a later call to
> 'getpw' to fail.

I think the problem is that there’s a stale /etc/group.lock file (this
is what ‘groupadd’ reports.)

Christian: could you try to remove that file (you may need to access the
partition from another system, for example) and reboot?

We shouldn’t be ignoring groupadd’s return value, but there’s nothing
sane we can do, is there?

Thanks,
Ludo’.

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

end of thread, other threads:[~2015-04-30 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-27  2:38 GuixSD in a kvm Christian Thaeter
2015-04-27 14:23 ` David Thompson
2015-04-30 17:02   ` Ludovic Courtès
2015-04-29 16:15 ` Christian Thaeter

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