netinst d-i fails on armhf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
debian-installer (Ubuntu) |
Fix Released
|
Critical
|
Adam Conrad | ||
initramfs-tools (Ubuntu) |
Fix Released
|
Critical
|
Adam Conrad | ||
mklibs (Ubuntu) |
Fix Released
|
Critical
|
Adam Conrad |
Bug Description
Steps to reproduce:
Using current uImage and uInitrd images from http://
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/
[ 40.353234] [<c0015a5c>] (unwind_
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=
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=
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.
Changed in eilt: | |
assignee: | nobody → Adam Conrad (adconrad) |
Changed in debian-installer (Ubuntu): | |
assignee: | nobody → Adam Conrad (adconrad) |
Changed in initramfs-tools (Ubuntu): | |
assignee: | nobody → Adam Conrad (adconrad) |
Changed in debian-installer (Ubuntu): | |
importance: | Undecided → Critical |
Changed in initramfs-tools (Ubuntu): | |
importance: | Undecided → Critical |
Changed in debian-installer (Ubuntu): | |
status: | New → In Progress |
Changed in initramfs-tools (Ubuntu): | |
status: | New → In Progress |
Changed in debian-installer (Ubuntu): | |
status: | In Progress → Invalid |
Changed in eglibc (Ubuntu): | |
importance: | Undecided → Critical |
assignee: | nobody → Adam Conrad (adconrad) |
status: | New → In Progress |
summary: |
- netinst d-i fails on armadaxp + netinst d-i fails on armhf |
Changed in eglibc (Ubuntu): | |
status: | Invalid → In Progress |
no longer affects: | eglibc (Ubuntu) |
Changed in debian-installer (Ubuntu): | |
status: | Invalid → In Progress |
Changed in mklibs (Ubuntu): | |
status: | New → In Progress |
Changed in mklibs (Ubuntu): | |
assignee: | nobody → Adam Conrad (adconrad) |
importance: | Undecided → Critical |
Problem init attached: