Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): Linux localhost.localdomain 3.1.0-5.fc16.x86_64 #1 SMP Thu Oct 27 03:46:50 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux How reproducible: Edit /etc/fstab Steps to Reproduce: 1.Add in fstab non existent swap partition on lvm2 or delete swap partition existent to fstab (/dev/mapper/$name_lvm_volume-$name_logical_volume swap swap defauts 0 0) 2. 3. Actual results: take long time on boot system Expected results: Boot normal. Additional info:
The default timeout is 90 seconds, IIRC. In general, don't add nonexistent partitions to fstab...
We cannot know if the device is truly non-existent or just slow to discover, so there has to be the timeout.
Adding 'nofail' to fstab should work around the issue.