Re: Invalid symbol table on NetBSD boot

2010-01-09 Thread Grégoire Sutre
Robert Millan wrote: grub> multiboot /netbsd.generic -z root=wd0a There was an intentional backward-incompatible (but still compatible with the specification) change. The equivalent command on GRUB 2 would be: grub> multiboot /netbsd.generic /netbsd.generic -z root=wd0a Ok. First argumen

Re: Invalid symbol table on NetBSD boot

2010-01-08 Thread Robert Millan
On Fri, Jan 08, 2010 at 01:44:25AM +0100, Grégoire Sutre wrote: > Robert Millan wrote: > >> I suggest you test if GRUB Legacy's Multiboot loader supports this >> properly, as the code I used derives from that. > > Yes, the problem disappears with GRUB Legacy's multiboot. Moreover, I > noticed an

Re: Invalid symbol table on NetBSD boot

2010-01-07 Thread Grégoire Sutre
Robert Millan wrote: I suggest you test if GRUB Legacy's Multiboot loader supports this properly, as the code I used derives from that. Yes, the problem disappears with GRUB Legacy's multiboot. Moreover, I noticed another issue: the command line is stripped (first word missing) with GRUB 2'

Re: Invalid symbol table on NetBSD boot

2010-01-07 Thread Robert Millan
On Wed, Jan 06, 2010 at 07:07:29PM +0100, Grégoire Sutre wrote: > > A similar problem is mentioned in the archives of the mailing list [1]. > I tried to adapt the patch given in [1] to the current trunk, but with > no luck. I suggest you test if GRUB Legacy's Multiboot loader supports this pro