Public bug reported:
Binary package hint: evms
EVMS has a problem with Kernel Version 2.6.19 or higher. This is (until now)
only a problem on feisty,
because feisty is the only ubuntu Version which comes with such a kernel
(2.6.20 until now).
A complete description of the bug and a patch to sol
I compared the evms scripts from initramfs-tools from dapper und
initramfs-tools from feisty.
They are exactly identical, but with the initramfs-tools from feisty, i have to
wait before
calling evms_activate, because otherwise the root-device on an EVMS-Volume will
not be
found ... What the hell
Does you use the "sleep 5" in /usr/share/initramfs/scripts/local-top/evms?
Or does your systems boots without it?
If you need the "sleep 5", you may also try to use the patch at
http://librarian.launchpad.net/7326175/evms.diff.
It solves the problem more elegant as the "sleep 5", because it tries
A working patch to fix this issue is contained in the 3rd message about this
problem.
Maybe someone should only commit this change (i am not an Ubuntu developer, and
i don't want to be one because of "lack of time", so i can't do it). The patch
works
without any problems for me. Is there anyone o
Today i have build a patch for evms to solve this problem more elegant
as the quick&dirty solution with "sleep 5". This solutions replaces the
call of /sbin/evms_activate in the script /usr/share/initramfs-
tools/scripts/local-top/evms with a loop which tries to start
evms_activate until $ROOT show
After again reading Bugreport #105386, i noticed, that this is possibly
the same bug, so i added a comment with a pointer to this report in
#105386.
--
EVMS Boot-Problem
https://bugs.launchpad.net/bugs/106097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the
are you shure, that the IDE-modules are not loaded (and you have to load them
manually)? Have you tried without the "modprobe" commands?
Maybe only the "evms_activate" is needed, as i mentioned in #106097 ... If your
problem is the same as the one mentioned in #106097, you may try the solution
(
Public bug reported:
Binary package hint: evms
On my machine (Laptop with AMD Athlon64 Mobile 3000+ CPU, Seagate ST9160821A
Harddisk and Samsung SN-S082D DVD-Writer) Booting with Ubuntu7.04 stops
booting, because the
boot-device ist not found. The Problem does not occur, when i replace
/usr/sh