Daniel Londero schrieb: > Hi! I've installed VB 1.3.8 on my laptop with Ubuntu 6.10 (Host) and > it seems to work well. Then I've installed as guest Ubuntu Dapper 6.06 > doing right all install process but at the end when Ubuntu restarts it > stops at "Uncompressing Linux...Ok, booting the kernel." and nothing > happens (cpu usage goes to 100%).
I think you already got an answer on this. But I want to comment a little on the remaining things, so that people don't get the impression that this could be caused by a BIOS problem: > Looking in VBox.log I think that these two lines can mean something: > > 00:00:04.345 Guest Log: BIOS: *** int 15h function AX=00C0, BX=0000 > not yet supported! This function (called by GRUB) returns information about the ROM configuration. Looking at the specs and the GRUB source I get the impression that it's actually a bug in GRUB, because that function is should be called with AX=C000. > 00:00:08.605 Guest Log: BIOS: *** int 15h function AX=E980, BX=E6F5 > not yet supported! This call is done by the Linux kernel to determine support for SpeedStep via SMI. Which is rather useless, because inside the guest it doesn't make sense to activate SpeedStep. SpeedStep is something that needs to be done in the host OS only. Both messages will be removed from the log in the next SVN OSE update. -- Klaus Espenlaub InnoTek Systemberatung GmbH, http://www.innotek.de _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
