Ubuntu 11.04 Server with encrypted LVM on dm RAID0 -- Incorrect metadata area header checksum - No volume groups found - ALERT! /dev/mapper/MachineName-root does not exist
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cryptsetup (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Using Ubuntu 11.04 Server with encrypted LVM and installed the Ubuntu-Desktop GUI installed.
Unity is Disabled and using Classic Veiw.
I have encrypted the entire Ubuntu partition and the User /home...
I have been using this for a couple of weeks now and shutdown everynight.
I am now for some odd reason maybe the last update broke it; today Aug 11,2011 is the first day I got this issue, I am not sure the cause...
After booting it asks for my Passphrase to unlock the partition, which I type in but after that I get:
Enter passphrase: *******
Reading all Physical volumes. This may take a while...
Incorrect metadata area header checksum
No volume groups found
Incorrect metadata area header checksum
No volume groups found
/scripts/
cryptsetup: isw_abcdefghij_
Next screen:
udevd-work [79]: inotify_
udevd-work [79]: inotify_
Gave up waiting for root device. Common Problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mapper/
BusyBox v1.17.1 (Ubuntu 1:1.17.1-1-ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(inintramfs) ls
dev init conf lib var etc sys tmp
root lib64 scripts usr sbin bin proc
(initramfs)
I can not find any files /var/logs, I can browse /proc and /root and ls files in /proc which shows modules and cmdline files that for some reason are showing as missing?
Is there anything I can do like mount the encrypted partition with a Live CD to edit or copy certain files to allow Ubuntu to continue to boot up to the Desktop?
Thanks in advanced.
affects: | ubuntu → cryptsetup (Ubuntu) |
I am noticing on my other Desktop Ubuntu 11.04 drive which I booted to submit this report, The Update Manager has Important security updates:
ecryptfs cryptografic filesystem (utilities) ecryptfs-utils (Size: 102 KB)
ecryptfs cryptografic filesystem (library) libecryptfs0 (Size: 65 KB)
------- ------- ------- ------- ------- ------- --
It looks like this could possibly be the cause since it was recently Updated.
------- ------- ------- ------- ------- ------- --
Changes Listed on update:
Changes for the versions:
87-0ubuntu1
87-0ubuntu1.1
Version 87-0ubuntu1.1:
* SECURITY UPDATE: privilege escalation via mountpoint race conditions patches/ CVE-2011- 1831,1832, 1834.patch: chdir into mountpoint mount.ecryptfs_ private. c. patches/ CVE-2011- 1833.patch: use new ecryptfs_ check_dev_ ruid utils/mount. ecryptfs_ private. c. patches/ CVE-2011- 1831,1832, 1834.patch: modify mtab via a temp mount.ecryptfs_ private. c. patches/ CVE-2011- 1835.patch: make sure we don't copy into a ecryptfs- setup-private. patches/ CVE-2011- 1836.patch: mount inside protected ecryptfs- recover- private. patches/ CVE-2011- 1837.patch: verify permissions with a file utils/mount. ecryptfs_ private. c. ------- ------- ------- ------- -----
(LP: #732628)
- debian/
before checking permissions in src/utils/
- CVE-2011-1831
- CVE-2011-1832
* SECURITY UPDATE: race condition when checking source during mount
(LP: #732628)
- debian/
kernel option when mounting directory in
src/
- CVE-2011-1833
* SECURITY UPDATE: mtab corruption via improper handling (LP: #732628)
- debian/
file first and make sure it succeeds before replacing the real mtab
in src/utils/
- CVE-2011-1834
* SECURITY UPDATE: key poisoning via insecure temp directory handling
(LP: #732628)
- debian/
user controlled directory in src/utils/
- CVE-2011-1835
* SECURITY UPDATE: information disclosure via recovery mount in /tmp
(LP: #732628)
- debian/
subdirectory in src/utils/
- CVE-2011-1836
* SECURITY UPDATE: arbitrary file overwrite via lock counter race
condition (LP: #732628)
- debian/
descriptor, and don't follow symlinks in
src/
- CVE-2011-1837
-------
Description:
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux.
It provides advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. Think of eCryptfs as a sort of "gnupgfs".
eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs is part of the Linux kernel since 2.6.19.
This package contains the userland utilities.
------- ------- ------- ------- ------- --
Changes:
Changes for the versions:
87-0ubuntu1
87-0ubuntu1.1
Version 87-0ubuntu1.1:
* SECURITY UPDATE: privilege escalation via mountpoint race conditions patches/ CVE-2011- 1831,1832, 1834.patch: chdir into mountpoint
(LP: #732628)
- debian/
before checking permissions ...