cancel
Showing results for 
Search instead for 
Did you mean: 
spurs
Flight Engineer
Flight Engineer
  • 182 Views

Booting issue (dracut)

Jump to solution

Hi, I practiced ansible lv lab last night, then this happened today.

I feel like something messed up related lvm, but not quite sure the root of cause.

spurs_0-1713231900294.png

 

This is result of blkid

spurs_1-1713231933216.png

 

lsblk command is not working...

Please help..!!

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
Fran_Garcia
Starfighter Starfighter
Starfighter
  • 162 Views

Not sure of what lab you are referring to, but your key error overthere is that "/dev/rhel/root does no exist". That means that LV root from VG "rhel" cannot be found or cannot be activated.

 

From the dracut shell, try and verify whether it still exists by launching:

 

"lvm vgchange -ay"  (activate all VGs)

"lvm lvchange -ay"   (activate all LVs)

"lvm lvs"  (show all LVs, verify over there if "root" appears anywhere).

View solution in original post

0 Kudos
2 Replies
Fran_Garcia
Starfighter Starfighter
Starfighter
  • 163 Views

Not sure of what lab you are referring to, but your key error overthere is that "/dev/rhel/root does no exist". That means that LV root from VG "rhel" cannot be found or cannot be activated.

 

From the dracut shell, try and verify whether it still exists by launching:

 

"lvm vgchange -ay"  (activate all VGs)

"lvm lvchange -ay"   (activate all LVs)

"lvm lvs"  (show all LVs, verify over there if "root" appears anywhere).

0 Kudos
spurs
Flight Engineer
Flight Engineer
  • 135 Views
Thanks Garcia,

My rhel-root is currently inactive..
0 Kudos
Join the discussion
You must log in to join this conversation.