On 27.10.2013 21:03, Aleš Nesrsta wrote: > > > 2. > I don't see loading of OHCI module in debug output ! > Do you really have this module included in your image? I have to second this: OHCI module if loaded and there is at least one PCI device available it will show "pciid = %x" message. Can you modify grub_real_dprintf in misc.c to: if (!debug) debug = "all"; So we can be sure that the message wasn't simply lost due to late setting of debug variable. Did I already give you my image to try out?