Subject: Re: boot failure on i386
To: Chavdar Ivanov <ci4ic4@gmail.com>
From: =?ISO-8859-1?Q?Joachim_K=F6nig?= <him@online.de>
List: current-users
Date: 03/19/2007 14:30:31
On 18/03/07, Zafer Aydogan <zafer@aydogan.de> wrote:
> hi, i just upgraded my workstation with sources from minutes ago.
> The system starts to boot, but during boot it gets stuck at:
> ...
> boot device: wd0
> root on wd0a dumps on wd0b
> root file system type: lfs
>
> and then just stops.
>
The same happend to me yesterday. Replacing /libexec/ld.eld_so by
an older version solved the problem for me.

Doing a "ktruss -d -i chroot /..../build /bin/sh" e.g.  produced a SIGSEGV
immediately after the execve  in the child (sh) with the old ld.elf_so.
Same for every other executable.

Joachim