[Bug 984007] Re: netinst d-i fails on armhf
Launchpad Bug Tracker
984007 at bugs.launchpad.net
Wed Apr 18 05:35:37 UTC 2012
This bug was fixed in the package mklibs - 0.1.33ubuntu3
---------------
mklibs (0.1.33ubuntu3) precise; urgency=low
* Ignore claims of NEEDED *@ld-linux.so.3 symbols, as this completely
confuses armhf's double linker situation, and doing so doesn't
break armel (or anything else with a linker by that SONAME), as
linkers are treated specially and copied anyway (LP: #984007)
-- Adam Conrad <adconrad at ubuntu.com> Tue, 17 Apr 2012 22:51:00 -0600
** Changed in: mklibs (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-installer in Ubuntu.
https://bugs.launchpad.net/bugs/984007
Title:
netinst d-i fails on armhf
Status in The Eilt project:
Fix Released
Status in “debian-installer” package in Ubuntu:
In Progress
Status in “initramfs-tools” package in Ubuntu:
Fix Released
Status in “mklibs” package in Ubuntu:
Fix Released
Bug description:
Steps to reproduce:
Using current uImage and uInitrd images from http://ports.ubuntu.com
/ubuntu-ports/dists/precise/main/installer-
armhf/current/images/armadaxp/, running the netinst with defaults
fails after the system tries to reboot into the installed system.
We see:
[ 40.337033] Failed to execute /init
[ 40.340715] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
[ 40.353234] [<c0015a5c>] (unwind_backtrace+0x0/0xec) from [<c06d1e28>] (dump_stack+0x20/0x24)
And then the kernel continues spewing messages forever.
I am using the following to boot the netinst:
bootp
setenv serverip 10.193.37.1
tftp 0x2000000 rbasak/uImage
tftp 0x1100000 rbasak/uInitrd
setenv bootargs console=ttyS0,115200 pm_disable earlyprintk=ttyS0 DEBIAN_FRONTEND=text
bootm 0x2000000 0x1100000
I am using the following to boot into the installed system:
ide reset
ext2load ide 0:1 0x2000000 /uImage
ext2load ide 0:1 0x1100000 /uInitrd
setenv bootargs console=ttyS0,115200 earlyprintk=ttyS0 root=/dev/sda1 ro
bootm 0x2000000 0x1100000
This is a regression. Our automated install system has also broken
with the same results and has not been changed. I reproduced this
manually (without preseeding) to make reproduction steps easier for
this bug report.
My console log is attached.
To manage notifications about this bug go to:
https://bugs.launchpad.net/eilt/+bug/984007/+subscriptions
More information about the foundations-bugs
mailing list