login
Header Space

 
 

Mailing list archives

Search results

Found 27 matching messages (0.083 seconds). Page 1 of 2.

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

... Jul, Borislav Petkov wrote: > >> 2.6.23-rc1 won't boot ... after loading > >> grub is "No setup signature found...," which, imho, comes ... 0700 Use the new x86 setup code for i386 This patch ... 0.97-29 Depends: libc6 (>= 2.5-5), libncurses5 (>= 5.4 ...

linux-kernel - Borislav Petkov - Jul 26 2007 - 12:30

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

... Jul, Borislav Petkov wrote: >> 2.6.23-rc1 won't boot ... after loading >> grub is "No setup signature found...," which, imho, comes ... problem with v2.6.21-3770-g01e73be. > Seems there has been ... the change to the new setup code. The message means that ...

linux-kernel - H. Peter Anvin - Jul 26 2007 - 11:19

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

... Tue 24 Jul, Borislav Petkov wrote: > 2.6.23-rc1 won't boot on my ... it shows after loading > grub is "No setup signature found...," which, imho, comes from > ... 23-rc1-171-ge4903fb. No problem with v2.6.21-3770-g01e73be. Seems there has been some cleanup ...

linux-kernel - Xudong Guan - Jul 26 2007 - 11:08

2.6.23-rc1: no setup signature found...

Hi there, 2.6.23-rc1 won't boot on my Asus M6N ... it shows after loading grub is "No setup signature found...," which, imho, comes from arch ... value of setup_sig like so # Setup corrupt somehow... setup_bad: movl $setup_corrupt, % ...

linux-kernel - Borislav Petkov - Jul 24 2007 - 07:26

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

... >> _didn't_ boot showing again "no setup signature found... " > > Okay, so it's ... at 0x10200 (gdb) br *0x20200 Breakpoint 2 at 0x20200 (gdb) br *0x30200 Breakpoint ... at 0x50200 (gdb) br *0x60200 Breakpoint 6 at 0x60200 (gdb) br *0x70200 Breakpoint ...

linux-kernel - Borislav Petkov - Jul 29 2007 - 15:15

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

... > _didn't_ boot showing again "no setup signature found... " > Okay, so it's an ... of the address stopped at: dump memory setup.dump 0xX0000 0xX8000 Please send me setup.dump plus your vmlinuz file. Thanks, -hpa - To unsubscribe from this ...

linux-kernel - H. Peter Anvin - Jul 29 2007 - 09:50

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

... :25:qemu:9553)-> qemu -kernel /boot/2.6.22-4fd06960f120e02e9abc802a09f9511c400042a5-12 -append "root=/dev/hda" linux-0.2.img > > You are using qemu itself ... _didn't_ boot showing again "no setup signature found... " -- Regards/Gruß, Boris. - ...

linux-kernel - Borislav Petkov - Jul 29 2007 - 06:37

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

... my real machine with grub 0.97, there is no problem loading the > > same kernel. > > Do ... 4fd06960f120e02e9abc802a09f9511c400042a5 commit > on top? No, I mean v2.6.23-rc1-171-ge4903fb (HEAD of torvalds-linux-2.6.git as of this writing), which can ...

linux-kernel - Xudong Guan - Jul 26 2007 - 13:09

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

... i have is the latest to be found in debian unstable, 0.97-29, ... in /boot/grub, which grub-install setups. Checking their timestamps revealed that the ... :02:07:~:9994)-> uname -a Linux gollum 2.6.22-4fd06960f120e02e9abc802a09f9511c400042a5-12 #12 PREEMPT ...

linux-kernel - Borislav Petkov - Aug 2 2007 - 01:13

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

... i have is the latest to be found in debian unstable, > 0.97-29, ... in /boot/grub, which grub-install setups. > Checking their timestamps revealed that the ... :07:~:9994)-> uname -a > Linux gollum 2.6.22-4fd06960f120e02e9abc802a09f9511c400042a5-12 #12 PREEMPT ...

linux-kernel - H. Peter Anvin - Aug 2 2007 - 13:41

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

... see the conditions. There is absolutely no warranty for GDB. Type "show warranty ... at 0x10200 (gdb) br *0x20200 Breakpoint 2 at 0x20200 (gdb) br *0x30200 ... $1 = 0x9000 (gdb) dump memory setup.dump 0x90000 0x98000 (gdb) -- Regards/ ...

linux-kernel - Borislav Petkov - Jul 30 2007 - 14:53

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

... debug the kernel part of the setup code ... > > After taking the dump, ... see the conditions. There is absolutely no warranty for GDB. Type "show warranty" ... at 0x50200 (gdb) br *0x60200 Breakpoint 6 at 0x60200 (gdb) br *0x70200 ...

linux-kernel - Borislav Petkov - Aug 1 2007 - 00:38

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

... ? >>> I can only upload the 70M bz2 file 2 hours later, when I return home >>> and have no upload restrictions. If you can not wait, you ... up with garbage in the latter part of the setup code. It is wrong before the kernel has executed ...

linux-kernel - H. Peter Anvin - Jul 26 2007 - 13:55

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

... > 1: x/i ($cs << 4) + $eip 0x40300: lea (%si),%dx > (gdb) p/x $ds > $1 = 0x18 This isn't the setup code, it's doing something else. Could you try this again, but when you get to this point, if the instruction displayed isn't a "jmp" ...

linux-kernel - H. Peter Anvin - Jul 30 2007 - 10:05

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

... of the initial code. \me reading > grub-docs... > Oh lovely. The purpose of this was to intercept the running of the kernel setup code. If grub doesn't load it at a 64K boundary, it is hard to guess what it would do. I'll do some experiments ...

linux-kernel - H. Peter Anvin - Aug 1 2007 - 08:41

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

... 26 Jul, Borislav Petkov wrote: > grub version: > Version: 0.97-29 On my real machine with grub 0.97, there is no problem loading the same kernel. Xudong - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a ...

linux-kernel - Xudong Guan - Jul 26 2007 - 12:36

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

... > grub version: > > Version: 0.97-29 > > On my real machine with grub 0.97, there is no problem loading the > same kernel. Do you mean the kernel with the 4fd06960f120e02e9abc802a09f9511c400042a5 commit on top? -- Regards/Gruß, Boris. - ...

linux-kernel - Borislav Petkov - Jul 26 2007 - 12:59

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

On 08:19(-0700) Thu 26 Jul, H. Peter Anvin wrote: > What distro/version of grub are you running? I'm wondering if there are > some old version of grub out there which did the "load four sectors" > way-anciently-obsolete crap; the other possibility

linux-kernel - Xudong Guan - Jul 26 2007 - 11:26

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

Xudong Guan wrote: > On 08:19(-0700) Thu 26 Jul, H. Peter Anvin wrote: >> What distro/version of grub are you running? I'm wondering if there are >> some old version of grub out there which did the "load four sectors" >> way-anciently-obsolete crap;

linux-kernel - H. Peter Anvin - Jul 26 2007 - 11:43

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

... 708 > Maintainer: Grub Maintainers > Architecture: i386 > Version: 0.97-29 > Depends: libc6 (>= 2.5-5), libncurses5 (>= 5.4-5) > Suggests: grub-doc, mdadm > Filename: pool/main/g/grub/grub_0.97-29_i386.deb > ...

linux-kernel - H. Peter Anvin - Jul 26 2007 - 14:12

speck-geostationary