9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
|
|
# after destroing a SWAP LV for create a new one, old reference remains on /etc/default/grub
|
||
|
|
# in GRUB_CMDLINE_LINUX
|
||
|
|
|
||
|
|
# delete GRUB_CMDLINE_LINUX from /etc/default/grub
|
||
|
|
vi /etc/default/grub
|
||
|
|
grub2-mkconfig -o /boot/grub2/grub.cfg
|
||
|
|
|
||
|
|
# restart the machine
|