Public bug reported:
unmkinitramfs in initramfs-tools-core works fine on amd64 but same
command fails on arm64
On amd64:
$ unmkinitramfs initrd temp
$ ls temp
early early2 main
On arm64:
$ unmkinitramfs initrd temp
cpio: premature end of archive
$ ls temp
$
The tested unmkinitramfs is 0.136
Sorry false alarm. The initrd I use to test is from arm64 live ISO and
it is compressed by zstd which not installed. With zstd installed
unmkinitramfs works fine too.
** Changed in: initramfs-tools (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a mem
ehci-platform is built-in for amd64/i386 but is module in other arch
$ git grep EHCI_HCD_PLATFORM debian.hwe/config
debian.hwe/config/amd64/config.common.amd64:CONFIG_USB_EHCI_HCD_PLATFORM=y
debian.hwe/config/annotations:CONFIG_USB_EHCI_HCD_PLATFORM
policy<{'amd64': 'y', 'arm64
$ zcat /boot/initrd.img-4.15.0-64-generic | cpio -idmv 2> /dev/null
$ find . -name 'ehci*'
./lib/modules/4.15.0-64-generic/kernel/drivers/usb/host/ehci-platform.ko
$ dpkg --list | grep initramfs-tools-core
ii initramfs-tools-core 0.122ubuntu8.15
all
Tested on x86 xenial-hwe. `update-initramfs` works and no ehci-platform
in initrd. System works fine after reboot.
ubuntu@zwicky:~$ sudo update-initramfs -k all -u
update-initramfs: Generating /boot/initrd.img-4.15.0-65-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
update-initramfs: G
https://ikepanhc.wordpress.com/2019/09/26/unpack-initrd-on-x86-platform/
Perhaps this can help you.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1640152
Title:
Public bug reported:
ehci-platform is the USB host driver for several platform and also
available in Xenial HWE kernel, but initramfs does not copy it into
initrd and system can not boot from USB storage on that machine.
** Affects: initramfs-tools (Ubuntu)
Importance: Undecided
Sta
** Description changed:
- ehci-platform is the USB host driver for several platform and also
- available in Xenial HWE kernel, but initramfs does not copy it into
- initrd and system can not boot from USB storage on that machine.
+ [Impact]
+ If you install Ubuntu onto USB storage behind a Platfor
** Changed in: initramfs-tools (Ubuntu Xenial)
Assignee: (unassigned) => Ike Panhc (ikepanhc)
** Changed in: initramfs-tools (Ubuntu)
Status: New => Invalid
** Patch added: "add-ehci-platform.patch"
https://bugs.launchpad.net/ubuntu/+source/initramfs-to
2.27.1-6ubuntu3.3 in Xenial, 2.28.2-1ubuntu1.2 in Yakkety and
2.29-1ubuntu2.1 in Zesty has fix the problem.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1674258
Title:
ubuntu@rare-fowl:~$ sudo dpkg -i util-linux_2.27.1-6ubuntu3.2_arm64.deb
...
ubuntu@rare-fowl:~$ sudo lscpu
Segmentation fault (core dumped)
ubuntu@rare-fowl:~$ sudo dpkg -i util-linux_2.27.1-6ubuntu3.3_arm64.deb
...
ubuntu@rare-fowl:~$ sudo lscpu
Architecture: aarch64
Byte Order:
ubuntu@rare-fowl:~$ sudo dpkg -i --force-depends --auto-deconfigure
util-linux_2.29-1ubuntu2_arm64.deb
...
ubuntu@rare-fowl:~$ sudo lscpu
Segmentation fault (core dumped)
ubuntu@rare-fowl:~$ sudo dpkg -i --force-depends --auto-deconfigure
util-linux_2.29-1ubuntu2.1_arm64.deb
...
ubuntu@rare-fowl:
ubuntu@rare-fowl:~$ sudo dpkg -i --force-depends --auto-deconfigure
util-linux_2.28.2-1ubuntu1.1_arm64.deb
...
ubuntu@rare-fowl:~$ sudo lscpu
Segmentation fault (core dumped)
ubuntu@rare-fowl:~$ sudo dpkg -i --force-depends --auto-deconfigure
util-linux_2.28.2-1ubuntu1.2_arm64.deb
...
ubuntu@rare
initramfs-tools in xenial-proposed solves this issue.
ubuntu@test:~$ dpkg --list | grep initramfs-tools
ii initramfs-tools0.122ubuntu8.8 all
generic modular initramfs generator (automation)
ii initramfs-tools-bin0.122ubuntu8.8
Thanks. initramfs-tools in trusty-proposed solves this issue.
ubuntu@test:~$ zcat /boot/initrd.img-4.4.0-62-generic | cpio -idmv 2>
/dev/null
ubuntu@test:~$ find . -name 'xhci-plat*'
./lib/modules/4.4.0-62-generic/kernel/drivers/usb/host/xhci-plat-hcd.ko
ubuntu@test:~$ dpkg --list | grep initra
Public bug reported:
To read and scan SMBIOS in /dev/mem is dangerous and for DMI information
it will be better to read from /sys/firmware/dmi/tables/DMI if it
exists.
[278063.180820] Process lscpu (pid: 22668, stack limit = 0x842fb2a0c000)
[278063.187593] Stack: (0x842fb2a0fd90 to 0x
** Changed in: util-linux (Ubuntu)
Assignee: (unassigned) => Ike Panhc (ikepanhc)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1674258
Title:
lscpu crashs w
Public bug reported:
No login prompt or anything on console after switch to runlevel 3/5 from
1
Step to reproduce
1) Make sure root password is set
2) login as root on console
3) `init 1` switch to runlevel 1
4) login again as root
5) `init 3` or `init 5` and no login or prompt
root@D05-2:~# ini
Have a quick review on the last error of test log
autopkgtest for linux-lts-vivid (ppc64el): ERROR: running version does not
match source package
autopkgtest for linux-lts-vivid (i386): ERROR: running version does not match
source package
autopkgtest for linux-lts-vivid (amd64): ERROR: running v
All armhf errors are kernel rebuild timeout due to slow machine.
One error (linux of ppc64el) are kernel regression test fail. Need to look into
why.
Other errors are machine running different kernel version, trusty generic
(3.13) and backport kernels.
--
You received this bug notification beca
@racb, Is there any doc about autopkgtest so that I can reproduce the
error and get to bottom of this.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1649213
Title:
Found an open bug about different kernel version.
https://bugs.launchpad.net/auto-package-testing/+bug/1561110
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1649213
armhf rebuild test and regression testing are all in kernel-team's
script. I am working on solving this but they are not initramfs-tools'
issue.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https:
upstream patch found.
https://git.kernel.org/pub/scm/utils/util-linux/util-
linux.git/commit/?id=92a6392c41c11bcb49af9f129dfbd1fed651f044
** Changed in: util-linux (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pa
nassigned) => Ike Panhc (ikepanhc)
** Changed in: util-linux (Ubuntu Yakkety)
Assignee: (unassigned) => Ike Panhc (ikepanhc)
** Changed in: util-linux (Ubuntu Xenial)
Assignee: (unassigned) => Ike Panhc (ikepanhc)
--
You received this bug notification because you are a memb
** Description changed:
- To read and scan SMBIOS in /dev/mem is dangerous and for DMI information
- it will be better to read from /sys/firmware/dmi/tables/DMI if it
- exists.
+ [Impact]
- [278063.180820] Process lscpu (pid: 22668, stack limit = 0x842fb2a0c000)
- [278063.187593] Stack: (0x
Public bug reported:
[Impact]
If you install Ubuntu onto USB storage behind a Platform USB host controller,
it will not be able to boot because the generated initramfs will not include
the host controller driver.
[Test Case]
Install to a USB stick attached to platform USB controller and reboot.
bug 1625222 is duplicated bug for kernel which already in progress. To
use that one for tracking kernel makes more sense to me.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.
This issue for linux is fix-committed in xenial yakkety and zesty.
Delete affects package
** Changed in: initramfs-tools (Ubuntu Zesty)
Assignee: (unassigned) => Ike Panhc (ikepanhc)
** Changed in: initramfs-tools (Ubuntu Xenial)
Assignee: (unassigned) => Ike Panhc (ik
initramfs-tools v0.125 or above picks up every hcd.ko for usb. Set to
invalid.
** Changed in: initramfs-tools (Ubuntu Zesty)
Status: New => Invalid
** Changed in: linux (Ubuntu Zesty)
Status: Incomplete => Invalid
** Changed in: linux (Ubuntu Xenial)
Status: New => Invalid
30 matches
Mail list logo