versatile: Can't boot initramfses
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
android (Ubuntu) |
Fix Released
|
High
|
Dimitri John Ledkov | ||
Lucid |
Won't Fix
|
Undecided
|
Unassigned | ||
linux (Ubuntu) |
Fix Released
|
Low
|
Loïc Minier | ||
Lucid |
Fix Released
|
Low
|
Loïc Minier | ||
qemu-kvm (Ubuntu) |
Fix Released
|
Low
|
Loïc Minier | ||
Lucid |
Fix Released
|
Low
|
Loïc Minier |
Bug Description
Hi
On versatile, I can't boot initramfses:
[ 1.838592] Trying to unpack rootfs image as initramfs...
[ 1.846490] rootfs image is not initramfs (junk in compressed archive); looks like an initrd
[...]
[ 5.245581] RAMDISK: Couldn't find valid RAM disk image starting at 0.
[...]
[ 5.271581] No filesystem could mount root, tried: ext3 ext2 ext4 fuseblk
There are two distinct problems:
- for an unknown reason, the initramfs code can't open the initramfs; this is under qemu, so perhaps a qemu bug?
- the initrd code can't open the initramfs either because CONFIG_CRAMFS=m and not =y
Also, the RAMDISK_SIZE is a bit small for our initrds which are 11 MBs unpacked or so.
I'd appreciate some help in figuring out the first issue, but in any case we should set the other two configs.
Thanks,
Changed in linux (Ubuntu): | |
assignee: | nobody → Bryan Wu (cooloney) |
Changed in linux (Ubuntu Lucid): | |
milestone: | lucid-alpha-3 → ubuntu-10.04-beta-1 |
Changed in qemu-kvm (Ubuntu Lucid): | |
importance: | Undecided → Low |
status: | New → In Progress |
Changed in linux (Ubuntu Lucid): | |
milestone: | ubuntu-10.04-beta-1 → ubuntu-10.04-beta-2 |
summary: |
- Can't boot initramfses + versatile: Can't boot initramfses |
Changed in linux (Ubuntu Lucid): | |
status: | New → Triaged |
tags: | added: kernel-series-unknown |
tags: |
added: lucid removed: kernel-series-unknown |
Changed in qemu-kvm (Ubuntu Lucid): | |
assignee: | Bryan Wu (cooloney) → Loïc Minier (lool) |
Changed in linux (Ubuntu Lucid): | |
assignee: | nobody → Loïc Minier (lool) |
status: | Triaged → Fix Committed |
Changed in android (Ubuntu Lucid): | |
status: | New → Won't Fix |
Changed in android (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Dmitrijs Ledkovs (xnox) |
milestone: | none → ubuntu-13.10 |
Changed in android (Ubuntu): | |
status: | Triaged → Fix Released |
BTW you can override RAMDISK_SIZE on the kernel cmdline wiht ramdisk_size=16384 for instance; but you would get a different error message if that was the issue.