* qemu issue with "Installing GuixSD in a VM"
@ 2017-06-02 12:48 Eddy Pronk
2017-06-02 15:43 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: Eddy Pronk @ 2017-06-02 12:48 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]
On starting the guixsd-usb-install-0.13.0.x86_64-linux image, the
documentation says:
qemu-system-x86_64 -m 1024 -smp 1 \
-net user -net nic,model=virtio -boot menu=on \
-drive file=guixsd.img \
-drive file=guixsd-usb-install-0.13.0.system
I'm using qemu 2.0.0 on Ubuntu 14.04.5.
At some point during the boot process the console got garbled with snow.
I found out the passing -vga std to qemu fixes that in my case.
Cheers,
Eddy
[-- Attachment #2: Type: text/html, Size: 516 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: qemu issue with "Installing GuixSD in a VM"
2017-06-02 12:48 qemu issue with "Installing GuixSD in a VM" Eddy Pronk
@ 2017-06-02 15:43 ` Leo Famulari
2017-06-02 22:57 ` Eddy Pronk
0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2017-06-02 15:43 UTC (permalink / raw)
To: Eddy Pronk; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 551 bytes --]
On Fri, Jun 02, 2017 at 10:48:08PM +1000, Eddy Pronk wrote:
> On starting the guixsd-usb-install-0.13.0.x86_64-linux image, the
> documentation says:
>
> qemu-system-x86_64 -m 1024 -smp 1 \
> -net user -net nic,model=virtio -boot menu=on \
> -drive file=guixsd.img \
> -drive file=guixsd-usb-install-0.13.0.system
>
> I'm using qemu 2.0.0 on Ubuntu 14.04.5.
>
> At some point during the boot process the console got garbled with snow.
Could you give any more details? Could it be another case of
<https://bugs.gnu.org/24948>?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: qemu issue with "Installing GuixSD in a VM"
2017-06-02 15:43 ` Leo Famulari
@ 2017-06-02 22:57 ` Eddy Pronk
2017-06-03 16:06 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: Eddy Pronk @ 2017-06-02 22:57 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 736 bytes --]
I made a video of the point where the console becomes messy.
https://youtu.be/GcaqtfIRGrA
Cheers,
Eddy
On 3 Jun 2017 1:43 am, "Leo Famulari" <leo@famulari.name> wrote:
> On Fri, Jun 02, 2017 at 10:48:08PM +1000, Eddy Pronk wrote:
> > On starting the guixsd-usb-install-0.13.0.x86_64-linux image, the
> > documentation says:
> >
> > qemu-system-x86_64 -m 1024 -smp 1 \
> > -net user -net nic,model=virtio -boot menu=on \
> > -drive file=guixsd.img \
> > -drive file=guixsd-usb-install-0.13.0.system
> >
> > I'm using qemu 2.0.0 on Ubuntu 14.04.5.
> >
> > At some point during the boot process the console got garbled with snow.
>
> Could you give any more details? Could it be another case of
> <https://bugs.gnu.org/24948>?
>
[-- Attachment #2: Type: text/html, Size: 1352 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: qemu issue with "Installing GuixSD in a VM"
2017-06-02 22:57 ` Eddy Pronk
@ 2017-06-03 16:06 ` Leo Famulari
0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2017-06-03 16:06 UTC (permalink / raw)
To: Eddy Pronk; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 528 bytes --]
On Sat, Jun 03, 2017 at 08:57:02AM +1000, Eddy Pronk wrote:
> I made a video of the point where the console becomes messy.
>
> https://youtu.be/GcaqtfIRGrA
Ah, that's a different issue, although I'm not sure what causes it.
Can you try a more recent version of QEMU? 2.0.0 is only 3 years old, but a huge
number of bugs have been fixed since then, and I think most of us are testing
against later versions, such as the one offered in Guix. I know Ubuntu backports
bug fixes, but I doubt they can port all of them.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* qemu issue with "Installing GuixSD in a VM"
@ 2017-06-02 12:21 Eddy Pronk
0 siblings, 0 replies; 5+ messages in thread
From: Eddy Pronk @ 2017-06-02 12:21 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 383 bytes --]
The documentation says:
qemu-system-x86_64 -m 1024 -smp 1 \
-net user -net nic,model=virtio -boot menu=on \
-drive file=guixsd.img \
-drive file=guixsd-usb-install-0.13.0.system
I'm using qemu 2.0.0 on Ubuntu 14.04.5.
At some point during the boot process the console get garbled with snow.
I found out the passing -vga std to qemu fixes that in my case.
Cheers,
Eddy
.
[-- Attachment #2: Type: text/html, Size: 720 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-06-03 16:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02 12:48 qemu issue with "Installing GuixSD in a VM" Eddy Pronk
2017-06-02 15:43 ` Leo Famulari
2017-06-02 22:57 ` Eddy Pronk
2017-06-03 16:06 ` Leo Famulari
-- strict thread matches above, loose matches on Subject: below --
2017-06-02 12:21 Eddy Pronk
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).