> I have appended a screen shot ,please have a look at > it and help me out. > By the way what does that "unable to take control > from bios" mean?
That error is being logged against the USB controller (EHCI which is USB 2.0). To boot with the EHCI driver disabled, add the following to the end of the boot line, as well as "-v -m verbose": -B disable-ehci= true I'm not sure whether this will completely disable USB, or just limit you to USB 1.1 speeds. You should probably not use this setting with a USB keyboard as it could give you a system you cannot shutdown cleanly. If this extra setting doesn't work, try the following: -B disable-ehci= true disable-uhci= true disable-ohci= true This will disable USB 2.0 and 1.1 drivers. Cheers Andrew. This message posted from opensolaris.org
