[Lguest] Bad Page Table Entry

Rusty Russell rusty at rustcorp.com.au
Wed May 8 11:55:56 EST 2013


Earlence Fernandes <earlenceferns at gmail.com> writes:
> I got it running finally!
> I just decided to run it on a real device kernel so I used the EEEPC kernel
> (my test hardware is a Asus EEE TOP ET1602) and compiled in lguest support.
> Created my own ramdisk, and booted on real hardware. works fine.
>
> I had to make a change to the lguest.c file.
> I commented out
>
> err(1, "Device %s features finalized twice", dev->name);
>
> coz during boot, the message: "device console finalized twice: Success"
> would come and simply
> cause the lguest process to terminate. I'm not sure what effect this has,
> but the rest of the boot goes
> fine and the lguest VM is operational with a ramdisk.
>
> Anyone have ideas on that message?

That's weird, I've never seen that message before.  The kernel shouldn't
be doing that, but ignoring it is probably harmless.

Hmm, I see you're using the Android kernel.  I've never played with
that, perhaps they mangled the console stuff somehow?

Cheers,
Rusty.


More information about the Lguest mailing list