[Bug 984007] Re: netinst d-i fails on armhf

Launchpad Bug Tracker 984007 at bugs.launchpad.net
Wed Apr 18 06:41:28 UTC 2012


This bug was fixed in the package debian-installer - 20101020ubuntu134

---------------
debian-installer (20101020ubuntu134) precise; urgency=low

  * Call mklibs with a hardcoded --ldlib in armhf.cfg, so we get a
    deterministic result in our linker search, and then add the
    symlink from the old linker path in build/Makefile (LP: #984007)
  * Rebuild with latest omap4 kernels for ext2 support (LP: #984180)
 -- Adam Conrad <adconrad at ubuntu.com>   Tue, 17 Apr 2012 23:20:29 -0600

** Changed in: debian-installer (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:
  Fix Released
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