Re: success booting hdt.c32 module with memdisk

2009-10-30 Thread J. Bakshi
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

Re: success booting hdt.c32 module with memdisk

2009-10-30 Thread Robert Millan
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

Re: success booting hdt.c32 module with memdisk

2009-10-30 Thread Vladimir 'phcoder' Serbinenko
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. >>>

Re: success booting hdt.c32 module with memdisk

2009-10-30 Thread Vladimir 'phcoder' Serbinenko
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

Re: success booting hdt.c32 module with memdisk

2009-10-30 Thread Robert Millan
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

Re: success booting hdt.c32 module with memdisk

2009-10-29 Thread J. Bakshi
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

Re: success booting hdt.c32 module with memdisk

2009-10-29 Thread Vladimir 'phcoder' Serbinenko
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

success booting hdt.c32 module with memdisk

2009-10-29 Thread J. Bakshi
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