** Attachment added: "Fix initramfs script dependencies"
   http://librarian.launchpad.net/5109782/lvm-common-1.5.20ubuntu7-mdadm.diff

** Summary changed:

- Incorrect dependency in initramfs script, system fails to boot. Patch 
attached.
+ Incorrect dependency in initramfs script, system fails to boot. Patch attached

** Description changed:

+ This affects feisty.
+ 
  scripts/local-top/lvm should depend on scripts/local/top/mdadm, which
  depends on scripts/local-top/udev. Instead the lvm script depends on
  'md'.
  
  On my system, the lvm script is run before the udev script, which makes
  it unable to find the HDD, on which a LVM root partition resides.
  
  The attached patch fixes the dependency.

** Description changed:

  This affects feisty.
  
- scripts/local-top/lvm should depend on scripts/local/top/mdadm, which
+ scripts/local-top/lvm should depend on scripts/local-top/mdadm, which
  depends on scripts/local-top/udev. Instead the lvm script depends on
  'md'.
  
  On my system, the lvm script is run before the udev script, which makes
  it unable to find the HDD, on which a LVM root partition resides.
  
  The attached patch fixes the dependency.

-- 
Incorrect dependency in initramfs script, system fails to boot. Patch attached
https://launchpad.net/bugs/72387

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to