16 Jul
2018
16 Jul
'18
09:03
On 07/16/2018 03:54 AM, Carlos E. R. wrote:
Start a timer and let a full 6:30 seconds elapse before you do anything else. If the boot does ultimately succeed, then if you can get to a xterm or console (perhaps at the end of the install, but before reboot) Save the dmesg output, e.g.
$ cd ## make sure you are in your (or roots) home directory The one on the harddisk, not in the install media.
Yes, yes :) -- the one on tmpfs will not be there after reboot.
$ mkdir tmp ## make a tmp directory $ dmesg > tmp/$(date +%Y%m%d-%H%M%S)_dmesg ## save dmesg in file
-- David C. Rankin, J.D.,P.E.