louisdem / plan9front

Automatically exported from code.google.com/p/plan9front
0 stars 0 forks source link

GUI error booting ISO #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What happened:
On booting the 9front ISO in QEMU, after entering the consoler arguments, as 
soon as the GUI is drawn, an error is displayed for about 1 second.

What was expected:
No error, rio should appear immediately.

Steps to reproduce:
0. Install QEMU 2.1.2
1. Download 9front ISO (9front-3853.02ebd469f43a.iso)
1a. Grab kernel from http://www.felloff.net/usr/cinap_lenrek/9pcf.alexchandel
2. Create new QEMU image: `qemu-img create -f qcow2 9front.qcow2.img 20G`.
3. Boot 9front ISO: `qemu-system-i386 -hda 9front.qcow2.img -cdrom 
9front-3853.02ebd469f43a.iso -boot d -vga std -m 1G -kernel 9pcf.alexchandel`
4. Enter console arguments (local, glenda, etc...)
5. When GUI is drawn, this error will flash: `i8042: 08 returned to the ea 
command (pc=0xf0138a02)`
6. Error disappears quickly, and boot proceeds as normal.

Original issue reported on code.google.com by alexchan...@gmail.com on 28 Sep 2014 at 8:02

Attachments:

GoogleCodeExporter commented 9 years ago
the kernel is just notifying you that stream enable
command got a unexpected result. this can happen
because psaux uses the same channel for command
results and asynchronous mouse data. its usefull
for debugging but otherwise harmless.

Original comment by cinap_le...@felloff.net on 29 Sep 2014 at 2:10