Does not boot until I put GRUB_CMDLINE_LINUX="intel_pstate=no_hwp" for grub parameter.
I am experiencing the same issue with kernel 4.5.0.rc4.
could you please test with: boot kernel with intel_pstate=no_hwp # modprobe msr # rdmsr 0x770 0 # wrmsr 0x773 0 # rdmsr 0x773 # wrmsr ox770 1 does it hang? I suspect this is related to https://bugzilla.kernel.org/show_bug.cgi?id=110941
The machine did not hang right after executing command, but froze completely a minute later when I pressed the mute button.
# modprobe msr # rdmsr 0x770 0 # wrmsr 0x773 0 # rdmsr 0x773 0 # wrmsr 0x770 1 [hang immediately]
Can you try to boot with idle=nomwait and see if you can boot (without intel_pstate=no_hwp or intel_pstate=disable)?
I could not boot with idle=nomwait option.
most likely a duplicate of #110941 https://bugzilla.kernel.org/show_bug.cgi?id=110941
*** This bug has been marked as a duplicate of bug 110941 ***