RE: Missing USB devices.

2013-08-28 Thread Melki Christian (consultant)
Ales, I'm thinking of the EHCI hand-over. In the case of EHCI handover beeing successful within the timeout, you never clear the USBLEGCTLSTS register (SMI's). You do that in the other cases however. Why? I can not think of any case of a successful handover with SMI's still enabled. To what pur

Re: GRUB_CRYPTODISK_ENABLE undocumented

2013-08-28 Thread Michael Chang
Hi Andrey, 2013/3/29 Andrey Borzenkov : > Is it intentional? I hit it when testing grub on encrypted partition. > When no, I'll submit a patch. Do you have any progress on this? Besides document it, IMHO why not we consider to remove it or make it default enable to receive more testing from downs

Re: GRUB_CRYPTODISK_ENABLE undocumented

2013-08-28 Thread Michael Chang
Hi Andrey, 2013/3/29 Andrey Borzenkov : > Is it intentional? I hit it when testing grub on encrypted partition. > When no, I'll submit a patch. Do you have any progress on this? Besides document it, IMHO why not we consider to remove it or make it default enable to receive more testing from downs

grub2 boot freedos kernel.sys

2013-08-28 Thread Beeblebrox
I would like to know if the following is possible: * USB thumb drive has grub-1.98 on hd(0,1) gpt layout (boot-bios is hd0,2) * hd(0,1)/boot/freedos has files autoexec.bat, command.com, config.sys, kernel.sys, sys.com Un-tarred from freedos FDOEM.144 and copied into folder * Boot into USB drive's

Re: grub2 boot freedos kernel.sys

2013-08-28 Thread Lennart Sorensen
On Wed, Aug 28, 2013 at 12:04:31PM +0300, Beeblebrox wrote: > I would like to know if the following is possible: > > * USB thumb drive has grub-1.98 on hd(0,1) gpt layout (boot-bios is hd0,2) > * hd(0,1)/boot/freedos has files > autoexec.bat, command.com, config.sys, kernel.sys, sys.com > Un-tarre

Re: GRUB_CRYPTODISK_ENABLE undocumented

2013-08-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.08.2013 09:05, Michael Chang wrote: > Hi Andrey, > > 2013/3/29 Andrey Borzenkov : >> Is it intentional? I hit it when testing grub on encrypted partition. >> When no, I'll submit a patch. > > Do you have any progress on this? Besides document it, IMHO why not we > consider to remove it or m

Re: grub2 boot freedos kernel.sys

2013-08-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.08.2013 11:04, Beeblebrox wrote: >chainloader --ebx=0x0180 (hd0,1)/boot/freedos/kernel.sys The command to load freedos kernel is "freedos". It can load kernel from any place accessible by GRUB. As to what FreeDOS kernel expects in order to load the rest you have to consult FreeDOS documen

Re: grub2 boot freedos kernel.sys

2013-08-28 Thread Lennart Sorensen
On Wed, Aug 28, 2013 at 07:21:42PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 28.08.2013 11:04, Beeblebrox wrote: > >chainloader --ebx=0x0180 (hd0,1)/boot/freedos/kernel.sys > The command to load freedos kernel is "freedos". It can load kernel from > any place accessible by GRUB.