Earlence Fernandes <earlencefe...@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. _______________________________________________ Lguest mailing list Lguest@lists.ozlabs.org https://lists.ozlabs.org/listinfo/lguest