xen-blkfront module missing from initramfs, Ubuntu as DomU can't boot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xen-tools (Debian) |
Fix Released
|
Unknown
|
|||
xen-tools (Ubuntu) |
Fix Committed
|
Undecided
|
Axel Beckert |
Bug Description
When you install a new Natty Xen DomU with xen-create-image or upgrade Maverick to Natty, the system cannot boot because the xen-blkfront module is missing from the initramfs. Therefore, the root disk device can't be found.
When that happens and the system gives a failsafe initramfs prompt when booting, do this:
modprobe xen-blkfront
exit
Then it boots.
To make it permanent:
root@ubuntu:~# echo "xen-blkfront" >> /etc/initramfs-
root@ubuntu:~# update-initramfs -u
I tested it and it works.
I also have several 10.04 Ubuntu's as DomU which also don't have xen-blkfront in the initramfs, but it works fine (/dev/xvda can be found properly). I don't know what changed.
I also don't know which package this affects.
Changed in xen-tools (Debian): | |
status: | Unknown → Confirmed |
Changed in xen-tools (Ubuntu): | |
status: | New → Confirmed |
tags: | added: natty |
Changed in xen-tools (Ubuntu): | |
assignee: | nobody → Axel Beckert (xtaran) |
status: | In Progress → Fix Committed |
Changed in xen-tools (Debian): | |
status: | Confirmed → Fix Committed |
Changed in xen-tools (Debian): | |
status: | Fix Committed → Fix Released |
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately this package was removed from Debian and Ubuntu because it was "obsolete, unsupported" and therefore I'm marking this as Invalid since I can't mark as Won't Fix.
xen-tools is only supported in Ubuntu 8.04.2 LTS for servers and (in the future) Ubuntu 11.10 release.