After much reading, found the answer. it was a delay that was needed.
For anyone else who runs into this problem.
sudo nano /boot/cmdline.txt
Change:
elevator=deadline rootwait
to:
elevator=deadline rootwait rootdelay=5
Thanks again
Luis
After much reading, found the answer. it was a delay that was needed.
For anyone else who runs into this problem.
sudo nano /boot/cmdline.txt
Change:
elevator=deadline rootwait
to:
elevator=deadline rootwait rootdelay=5
Thanks again
Luis