[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#781023: initramfs-tools: Volume group not found before trying to mount root filesystem on LVM.



On 10/04/2015 03:27, Ben Hutchings wrote:
Control: tag -1 moreinfo

On Mon, 23 Mar 2015 15:02:30 +0200 Brent Clark <brentgclarklist@gmail.com> wrote:
Package: initramfs-tools
Version: 0.119
Severity: important

Dear Maintainer,

    * What led up to the situation?
	Good day.
	Just built a new wheezy server and upgraded to Jessie (LVM on Raid10).
	These are my steps:
	1) Build new Wheezy server (LVM on Raid10).
	2) Edit /etc/apt/sources.list and change Wheezy to Jessie
	3) Run apt-get update ; apt-get upgrade
	4) Run apt-get dist-upgrade
	5) Run apt-get -f install and made sure all packages are installed.
	5) Reboot
	6) The server boots, and then eventually drops too spitting out
		Begin: Running /scripts/local-block .... done.
		Gave up waiting for /usr device.
[...]

Hold on, this means the /usr filesystem wasn't mounted.  The root
filesystem was OK.

What is the entry for /usr in /etc/fstab?

Ben.


Good day Ben

Here is the fstab.

root@REMOVED ~ # cat /etc/fstab
proc /proc proc defaults 0 0
/dev/md0 /boot ext4 defaults 0 0
/dev/vg0/root  /  ext4  defaults 0 0
/dev/vg0/swap  swap  swap  defaults 0 0
/dev/vg0/usr  /usr  ext4  defaults 0 0
/dev/vg0/tmp  /tmp  ext4  defaults 0 0
/dev/vg0/var  /var  ext4  defaults 0 0
/dev/vg0/home  /home  ext4  defaults 0 0

Kind Regards
Brent Clark


Reply to: