I've been trying to wrap my head around this issue for awhile now. I have Proxmox hosted on a Dell R720 with various drives put together into virtual drives using Dell's RAID card. Everything works well except for an about 15 minute delay during booting. The console shows:
and then seemingly hangs (see first picture) for about 15 minutes until it shows all my logical volumes "activated" (see second photo). I tried running `systemd-analyze blame` but it shows nothing useful, indicating this is an issue before systemd starts.
Also attached is dmesg, which shows an obvious jump from
and
I don't really see what the urandom warning has to do with my LVMs though. I also attached my GRUB config.
I understand boot will take a few minutes but ≈15min seems excessive. I've seen other forum posts with this issue although they don't seem to be relevant to my situation other than one which suggested removing "quiet" from my kernel command line. This still resulted in the hang but the console shows the urandom warning from earlier.
Hopefully someone can help me out. Thanks!
Code:
Reading all physical volumes. This may take awhile...
Also attached is dmesg, which shows an obvious jump from
Code:
[7.868970] random: 7 urandom warning(s) missed due to ratelimiting
Code:
[815.865931] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown.
I understand boot will take a few minutes but ≈15min seems excessive. I've seen other forum posts with this issue although they don't seem to be relevant to my situation other than one which suggested removing "quiet" from my kernel command line. This still resulted in the hang but the console shows the urandom warning from earlier.
Hopefully someone can help me out. Thanks!