* bug#62517: installer-dump-ed8ac2cb
@ 2023-03-29 10:31 Graham Addis
2023-05-16 14:52 ` Simon Tournier
0 siblings, 1 reply; 4+ messages in thread
From: Graham Addis @ 2023-03-29 10:31 UTC (permalink / raw)
To: 62517
Hi,
I have been trying to install guix into a qemu virtual machine on
windows. I've tried it several times and it fails with the same error.
Instructions taken from this site
https://guix.gnu.org/manual/en/html_node/Running-Guix-in-a-VM.html
qemu didn't like the -enable-kvm switch, so I left that out.
Thanks,
Graham
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#62517: installer-dump-ed8ac2cb
2023-03-29 10:31 bug#62517: installer-dump-ed8ac2cb Graham Addis
@ 2023-05-16 14:52 ` Simon Tournier
2023-05-20 15:05 ` Graham Addis
0 siblings, 1 reply; 4+ messages in thread
From: Simon Tournier @ 2023-05-16 14:52 UTC (permalink / raw)
To: Graham Addis, 62517
Hi,
Sorry for the late reply.
On Wed, 29 Mar 2023 at 11:31, Graham Addis <grahamjamesaddis@gmail.com> wrote:
> qemu didn't like the -enable-kvm switch, so I left that out.
I guess you need to enable KVM on your host distribution. On default
Debian, I am running something like:
1. Check if =/dev/kvm= is there: =ls -l /dev/kvm=
2. Add the user to the KVM group
#+begin_src shell
sudo usermod -a -G kvm <user>
newgrp kvm
#+end_src
3. If it does not work, then try:
#+begin_src shell
sudo chmod 777 /dev/kvm
#+end_src
Once KVM is enable, do you have still the same issue?
Cheers,
simon
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#62517: installer-dump-ed8ac2cb
2023-05-16 14:52 ` Simon Tournier
@ 2023-05-20 15:05 ` Graham Addis
2023-05-25 8:11 ` Graham Addis
0 siblings, 1 reply; 4+ messages in thread
From: Graham Addis @ 2023-05-20 15:05 UTC (permalink / raw)
To: Simon Tournier; +Cc: 62517
I never did get KVM enabled on my windows 10 box.
I ended up doing a bare metal guix install on an old laptop I had,
which works fine, if a little slow.
I'll close this. Thanks Simon
On Tue, 16 May 2023 at 16:06, Simon Tournier <zimon.toutoune@gmail.com> wrote:
>
> Hi,
>
> Sorry for the late reply.
>
> On Wed, 29 Mar 2023 at 11:31, Graham Addis <grahamjamesaddis@gmail.com> wrote:
>
> > qemu didn't like the -enable-kvm switch, so I left that out.
>
> I guess you need to enable KVM on your host distribution. On default
> Debian, I am running something like:
>
> 1. Check if =/dev/kvm= is there: =ls -l /dev/kvm=
> 2. Add the user to the KVM group
> #+begin_src shell
> sudo usermod -a -G kvm <user>
> newgrp kvm
> #+end_src
> 3. If it does not work, then try:
> #+begin_src shell
> sudo chmod 777 /dev/kvm
> #+end_src
>
> Once KVM is enable, do you have still the same issue?
>
> Cheers,
> simon
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#62517: installer-dump-ed8ac2cb
2023-05-20 15:05 ` Graham Addis
@ 2023-05-25 8:11 ` Graham Addis
0 siblings, 0 replies; 4+ messages in thread
From: Graham Addis @ 2023-05-25 8:11 UTC (permalink / raw)
To: 62517-done
On Sat, 20 May 2023 at 16:05, Graham Addis <grahamjamesaddis@gmail.com> wrote:
>
> I never did get KVM enabled on my windows 10 box.
>
> I ended up doing a bare metal guix install on an old laptop I had,
> which works fine, if a little slow.
>
> I'll close this. Thanks Simon
>
> On Tue, 16 May 2023 at 16:06, Simon Tournier <zimon.toutoune@gmail.com> wrote:
> >
> > Hi,
> >
> > Sorry for the late reply.
> >
> > On Wed, 29 Mar 2023 at 11:31, Graham Addis <grahamjamesaddis@gmail.com> wrote:
> >
> > > qemu didn't like the -enable-kvm switch, so I left that out.
> >
> > I guess you need to enable KVM on your host distribution. On default
> > Debian, I am running something like:
> >
> > 1. Check if =/dev/kvm= is there: =ls -l /dev/kvm=
> > 2. Add the user to the KVM group
> > #+begin_src shell
> > sudo usermod -a -G kvm <user>
> > newgrp kvm
> > #+end_src
> > 3. If it does not work, then try:
> > #+begin_src shell
> > sudo chmod 777 /dev/kvm
> > #+end_src
> >
> > Once KVM is enable, do you have still the same issue?
> >
> > Cheers,
> > simon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-29 16:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-29 10:31 bug#62517: installer-dump-ed8ac2cb Graham Addis
2023-05-16 14:52 ` Simon Tournier
2023-05-20 15:05 ` Graham Addis
2023-05-25 8:11 ` Graham Addis
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.