look at the different messages you’re getting during boot:
journalctl --system --boot=-1 | head --lines=25
journalctl --system --boot=0 | head --lines=25
The first command will give you the first 25 lines of the previous boot whereas the second command of the current boot. You should see the parameters applied.
As I said earlier:
P.S. I think you should read this to have a laugh or 2: