On Fri, 30 Oct 2009 20:54:28 +0100
Vladimir 'phcoder' Serbinenko wrote:
> J. Bakshi wrote:
> > On Thu, 29 Oct 2009 16:41:17 +0100
> > Vladimir 'phcoder' Serbinenko wrote:
> >
> >
> >> Hello
> >> J. Bakshi wrote:
> >>
> >>> Hello list,
> >>>
> >>> Finally I got success booting hdt.c32 mod
On Fri, Oct 30, 2009 at 08:50:27PM +0100, Vladimir 'phcoder' Serbinenko wrote:
> This isn't like a normal payload as far as I understand but more like
> grub modules
Ah, I see. In that case, we could have some glue code (similar to the
lib-linux branch I'm working on).
--
Robert Millan
The D
J. Bakshi wrote:
> On Thu, 29 Oct 2009 16:41:17 +0100
> Vladimir 'phcoder' Serbinenko wrote:
>
>
>> Hello
>> J. Bakshi wrote:
>>
>>> Hello list,
>>>
>>> Finally I got success booting hdt.c32 module ( hdt = hardware
>>> detection tool) with the latest floppy image released by hdt team.
>>>
Robert Millan wrote:
> On Thu, Oct 29, 2009 at 08:20:00PM +0530, J. Bakshi wrote:
>
>> Though it would be nice to see grub's power to directly load syslinux module
>> like this one :-)
>>
>
> If this module is free software, we can adjust it to support a true boot
> standard like Multiboot
On Thu, Oct 29, 2009 at 08:20:00PM +0530, J. Bakshi wrote:
>
> Though it would be nice to see grub's power to directly load syslinux module
> like this one :-)
If this module is free software, we can adjust it to support a true boot
standard like Multiboot. Then HDT would be useful in other set
On Thu, 29 Oct 2009 16:41:17 +0100
Vladimir 'phcoder' Serbinenko wrote:
> Hello
> J. Bakshi wrote:
> > Hello list,
> >
> > Finally I got success booting hdt.c32 module ( hdt = hardware
> > detection tool) with the latest floppy image released by hdt team.
> > hdt.c32 is a syslinux module. As per
Hello
J. Bakshi wrote:
> Hello list,
>
> Finally I got success booting hdt.c32 module ( hdt = hardware detection tool)
> with the latest floppy image released by hdt team. hdt.c32 is a syslinux
> module. As per their suggestion the following config works for me from usb
> stick.
>
> menuentry HD
Hello list,
Finally I got success booting hdt.c32 module ( hdt = hardware detection tool)
with the latest floppy image released by hdt team. hdt.c32 is a syslinux
module. As per their suggestion the following config works for me from usb
stick.
menuentry HDT {
linux16 /memdisk
initrd16 /
}
Th