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

MMorana 984007 at bugs.launchpad.net
Tue Apr 17 20:23:04 UTC 2012


Confirmed Fixed::

# uname -a
Linux armadaxp3 3.2.0-1602-armadaxp #5-Ubuntu SMP Thu Apr 5 13:27:03 UTC 2012 armv7l armv7l armv7l GNU/Linux
# dpkg -l | grep init | grep tools
ii  initramfs-tools                   0.99ubuntu13               tools for generating an initramfs
ii  initramfs-tools-bin               0.99ubuntu13               binaries used by initramfs-tools
ii  module-init-tools                 3.16-1ubuntu2              tools for managing Linux kernel modules


** Changed in: eilt
       Status: Confirmed => Fix Released

** Tags added: cqa-verified

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to eglibc 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:
  Invalid
Status in “eglibc” package in Ubuntu:
  In Progress
Status in “initramfs-tools” 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