Re: 2.6.23-rc1: no setup signature found...

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <bbpetkov@...>
Cc: Xudong Guan <xudong.guan@...>, <linux-kernel@...>, Chuck Ebbert <cebbert@...>
Date: Sunday, July 29, 2007 - 9:50 am

Borislav Petkov wrote:

Okay, so it's an algorithmic problem.  This is quite important to know.

Is /boot a separate partition on your disk by any chance?  Either way, 
this means we can use qemu to debug this, which will make it a lot easier.

This is what I'd like you to do next:

- run qemu in one window with the -S -s options.
- in another window, do:

	gdb
	target remote localhost:1234
	set architecture i8086
	disp/i ($cs << 4)+$eip
	br *0x10200
	br *0x20200
	br *0x30200
	br *0x40200
	br *0x50200
	br *0x60200
	br *0x70200
	br *0x80200
	br *0x90200
	c

	# ... hopefully you're now stopped at a jump instruction
	p/x $ds
	
	# Hopefully this is showing, say, 0x9000 if you're stopped
	# at 0x90200

	# Where X is the first digit of the address stopped at:
	dump memory setup.dump 0xX0000 0xX8000


Please send me setup.dump plus your vmlinuz file.

Thanks,

	-hpa
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.23-rc1: no setup signature found..., Borislav Petkov, (Tue Jul 24, 7:26 am)
Re: 2.6.23-rc1: no setup signature found..., Xudong Guan, (Thu Jul 26, 11:08 am)
Re: 2.6.23-rc1: no setup signature found..., H. Peter Anvin, (Thu Jul 26, 11:19 am)
Re: 2.6.23-rc1: no setup signature found..., Borislav Petkov, (Thu Jul 26, 12:30 pm)
Re: 2.6.23-rc1: no setup signature found..., H. Peter Anvin, (Thu Jul 26, 2:12 pm)
Re: 2.6.23-rc1: no setup signature found..., Borislav Petkov, (Thu Jul 26, 9:36 pm)
Re: 2.6.23-rc1: no setup signature found..., H. Peter Anvin, (Fri Jul 27, 12:31 am)
Re: 2.6.23-rc1: no setup signature found..., Borislav Petkov, (Sun Jul 29, 4:51 am)
Re: 2.6.23-rc1: no setup signature found..., Xudong Guan, (Sun Jul 29, 5:24 am)
Re: 2.6.23-rc1: no setup signature found..., Borislav Petkov, (Sun Jul 29, 6:37 am)
Re: 2.6.23-rc1: no setup signature found..., H. Peter Anvin, (Sun Jul 29, 9:50 am)
Re: 2.6.23-rc1: no setup signature found..., Borislav Petkov, (Sun Jul 29, 3:15 pm)
Re: 2.6.23-rc1: no setup signature found..., H. Peter Anvin, (Mon Jul 30, 10:05 am)
Re: 2.6.23-rc1: no setup signature found..., Borislav Petkov, (Mon Jul 30, 2:53 pm)
Re: 2.6.23-rc1: no setup signature found..., H. Peter Anvin, (Mon Jul 30, 4:46 pm)
Re: 2.6.23-rc1: no setup signature found..., Borislav Petkov, (Wed Aug 1, 12:38 am)
Re: 2.6.23-rc1: no setup signature found..., H. Peter Anvin, (Wed Aug 1, 10:36 am)
Re: 2.6.23-rc1: no setup signature found... SOLVED!, Borislav Petkov, (Thu Aug 2, 1:13 am)
Re: 2.6.23-rc1: no setup signature found... SOLVED!, H. Peter Anvin, (Thu Aug 2, 1:41 pm)
Re: 2.6.23-rc1: no setup signature found..., H. Peter Anvin, (Wed Aug 1, 8:41 am)
Re: 2.6.23-rc1: no setup signature found..., Chuck Ebbert, (Fri Jul 27, 11:51 am)
Re: 2.6.23-rc1: no setup signature found..., Xudong Guan, (Thu Jul 26, 12:36 pm)
Re: 2.6.23-rc1: no setup signature found..., Borislav Petkov, (Thu Jul 26, 12:59 pm)
Re: 2.6.23-rc1: no setup signature found..., Xudong Guan, (Thu Jul 26, 1:09 pm)
Re: 2.6.23-rc1: no setup signature found..., Xudong Guan, (Thu Jul 26, 11:26 am)
Re: 2.6.23-rc1: no setup signature found..., H. Peter Anvin, (Thu Jul 26, 11:43 am)