Article shows how to solve the issue with missing swap and plymouthd sigrtmin error, when swap is not created as LVM, but as a standard swap.
Boot-Message:
| |
Last error is because of mounting swap failed.
The solution is really simple. Check is standard swap is on with command:
| |
Check where swap is mounted in /etc/fstab
| |
If it will show something similar to this:
| |
Turn off swap:
| |
Then extend the logical group for example rhel, create logical volume swap in rhel volume group and make a swap on this logical volume:
| |
Add the following entry in /etc/fstab instead /dev/sdc
| |
Enable swap
| |
Example: Change this:
| |
To this:
| |
When that is completed, you ’ll want to regenerate the grub config:
| |
You can verify that it worked by looking at /boot/grub2/grub.cfg and verifying that swap is now pointed at the correct VG/LV
| |
It should contain this:
| |
Comments