Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Re: Problem with puppy's booting

28 views
Skip to first unread message

Оля Кришталь

unread,
Dec 4, 2011, 10:31:07 AM12/4/11
to v3vee-di...@googlegroups.com
Hello!
I'm student of MIPT, Moscow, Russia. I'm trying to launch Palacios VMM (1.3 from git) on Kitten (1.3 from hg) with puppy linux as guest . I've tried to do this both in qemu (v. 0.12.5) and on real hardware (AMD, Phenom X3, 8650), but every time I have the same problem: it stops booting and hangs after choosing keyboard layout. It prints:

...
...
Loading "us" keyboard map...                    done

And stops after that. How can I monitor work of Palacios and Kitten seperately?
I've used default options, but still the same problem. Can you give me your exact default.xml and .config files that you used and, if it is possible, whole iso image to test.

I've tried ti launch my setup with guest_os and guest_mc_os but this attempts were unsuccessful:
......

Failed assertion in v3_console_open: console_hooks != NULL at palacios/src/interfaces/vmm_
console.c, line 32, RA=ffffffff8027322a
......

Most of configuration was taken from your webpage (example palacios config). I've changed only host OS to Kitten.

When I've tried to launch puppy with this configuration I got this:
http://pastebin.com/dgv8MmK2

 

Jack Lange

unread,
Dec 4, 2011, 11:00:18 AM12/4/11
to v3vee-di...@googlegroups.com
Kitten does not support the console interface, so you will need to
either launch a guest which does not require a console or passthrough
guest's framebuffer directly to hardware.

This can be done by adding this to the guest configuration:

<!-- Memory redirections -->
<!-- Redirects a guest's memory region to a host physical address -->
<memmap>
<!-- This region maps the VGA framebuffer to the
host's framebuffer -->
<region>
<start>0xa0000</start>
<end>0xc0000</end>
<host_addr>0xa0000</host_addr>
</region>
</memmap>


And removing the console devices.

--Jack

2011/12/4 Оля Кришталь <krisht...@gmail.com>:

> --
> You received this message because you are subscribed to the Google Groups
> "V3VEE Discussion" group.
> To post to this group, send email to v3vee-di...@googlegroups.com.
> To unsubscribe from this group, send email to
> v3vee-discussi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/v3vee-discussion?hl=en.

Оля Кришталь

unread,
Dec 4, 2011, 4:43:50 PM12/4/11
to v3vee-di...@googlegroups.com
Ok, thanks but it's still not working, and saying this:
Can it be because of Palacios configurations?

2011/12/4 Jack Lange <jack....@gmail.com>
Reply all
Reply to author
Forward
0 new messages