Re: Jump to boot code

2004-12-06 Thread Ronald G. Minnich
On Mon, 6 Dec 2004, Gin wrote: > Linuxbios choked when it jumps to the payload. I put a post code in the > beginning of the FILO. It doesn't seem to be executed. > I think it might have a hard time jumping to the payload entry. Looks > like the payload image was loaded into the memory ok. put

Jump to boot code

2004-12-05 Thread Gin
Linuxbios choked when it jumps to the payload. I put a post code in the beginning of the FILO. It doesn't seem to be executed. I think it might have a hard time jumping to the payload entry. Looks like the payload image was loaded into the memory ok. Does anyone have similar experience? gin

RE: jump to boot code

2004-12-03 Thread Ronald G. Minnich
On Fri, 3 Dec 2004, Gin wrote: > Yes, when I tested the filo with Grub. I could see the messages over the > serial console. and nothing over vga, right? your filo is not trying to use vga. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://

Re: jump to boot code

2004-12-02 Thread Takeshi Sone
On Fri, Dec 03, 2004 at 12:35:01PM +0800, Gin wrote: > >Did you try memtest86 as payload? > No, do you know where I can get it? Thanks. http://www.memtest86.com/ > >Given that filo runs ok under grub, I think the memory configuration > >of LinuxBIOS is not working properly. > >Especially the memo

RE: jump to boot code

2004-12-02 Thread Gin
>Did you try memtest86 as payload? No, do you know where I can get it? Thanks. >Given that filo runs ok under grub, I think the memory configuration >of LinuxBIOS is not working properly. >Especially the memory size that LB reports might be wrong, I guess. But the LB size was set during the link

Re: jump to boot code

2004-12-02 Thread Takeshi Sone
On Fri, Dec 03, 2004 at 09:32:31AM +0800, Gin wrote: > Yes, when I tested the filo with Grub. I could see the messages over the > serial console. Did you try memtest86 as payload? Given that filo runs ok under grub, I think the memory configuration of LinuxBIOS is not working properly. Espec

RE: jump to boot code

2004-12-02 Thread Gin
-- == -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Watson Sent: Thursday, December 02, 2004 10:57 PM To: Gin Cc: 'LinuxBIOS' Subject: Re: jump to boot code If you do an 'objdump -f' on the executable, what does it say i

RE: jump to boot code

2004-12-02 Thread Gin
Yes, when I tested the filo with Grub. I could see the messages over the serial console. gin -Original Message- From: Ronald G. Minnich [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 11:29 PM To: Gin Cc: 'LinuxBIOS' Subject: Re: jump to boot code the probl

Re: jump to boot code

2004-12-02 Thread Ronald G. Minnich
the problem is that your error messages are kind of ok. Did you build a filo with serial port only console? ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: jump to boot code

2004-12-02 Thread Greg Watson
If you do an 'objdump -f' on the executable, what does it say is the start address? 0x1092e4 seems a bit strange. Greg On Dec 1, 2004, at 11:17 PM, Gin wrote: I tested my payload(FILO.elf) with linux loader Grub. It has no problem at all. So something must go wrong when linuxbios jumps to the p

jump to boot code

2004-12-01 Thread Gin
I tested my payload(FILO.elf) with linux loader Grub. It has no problem at all. So something must go wrong when linuxbios jumps to the payload. FILO doesn't seem to run at all. No debug message over the console.   Don’t’ know if there is anyone familiar with ELF. This is the message over

jump to boot code

2004-12-01 Thread Gin
This is the message I got in the end. Linuxbios tries to load the ELF image. It seems that there are 2 segments in the ELF. In the end, linuxbios jumps to an entry that looks like the in the middle of the first segment. Does it look right? The FILO.elf doesn’t seem to load succeffully.