lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 24 Jul 2007 13:26:19 +0200
From:	Borislav Petkov <bbpetkov@...oo.de>
To:	hpa@...or.com
Cc:	linux-kernel@...r.kernel.org
Subject: 2.6.23-rc1: no setup signature found...

Hi there,

   2.6.23-rc1 won't boot on my Asus M6N laptop and the last thing it shows after loading
grub is "No setup signature found...," which, imho, comes from
arch/i386/boot/header.S. I tried printing out the value of setup_sig like so

<snip>
# Setup corrupt somehow...
setup_bad:
        movl    $setup_corrupt, %eax
        calll   puts
        movl    setup_sig, %eax
        calll   puts
        # Fall through...

        .globl  die
        .type   die, @function
die:
</snip>

but didn't have the time to lookup the proper way of printing the value of a variable in asm 
and am pretty sure that the printed value during boot: "1-" is wrong. Config attached.

-- 
Regards/Gruß,
    Boris.

View attachment "config-2.6.23-rc1" of type "text/plain" (38759 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ