Hi rodders
I didn't have much luck slowing things down ,,,
Are you saying "it did not slow down enough" or "it did not slow down"?
If it did not slow it down enough, try 0.75 seconds:
boot_delay=750or 1 second:
boot_delay=1000Or whatever time you feel comfortable with.
If it did not slow down, make sure you insert it on the "loglevel=" line
and
do not add a carriage return. It must be one continuous line.
If you enter enough items, it will wrap around on the screen. That is
normal, but it is not a carriage return.
... this machine has no USB ports so I added nousb. ...
That is no longer a valid boot code. It was changed in kernel 4.5 to:
usbcore.nousb ... It seemed to get a bit further but was complaining about tsb being unstable so I added notsb. ...
There is no tsb. Maybe you meant:
notsc ... I've attached a screenshot of the final result of this which I don't understand but may give a clue.
Based on those messages, here are a few more to try on the "loglevel=" line:
intel_pstate=disable nomce clocksource=pit dis_ucode_ldrAnd remember:
Spelling counts.
Punctuation counts.
Capitalization counts.
Get any of those wrong, and the kernel assumes that code is for
some other process and simply ignores it.
[Edit]: Corrected spelling. Changed intel_ipstate to intel_pstate. Rich