Fedora 16 64bit
ONKYO M513A5P ( laptop )
Seen from Fedora’s documentation , I could solve this issue by adding kernel options like this:
http://fedoraproject.org/wiki/Common_kernel_problems#System_hangs_on_reboot
System hangs on reboot
Changing the reboot method can work around this problem. To force a reboot method other than the default, use the reboot= kernel option:
These can be combined: reboot=b,w forces a warm reboot using the system BIOS.
|
edit /etc/default/grub file.
GRUB_CMDLINE_LINUX="reboot=b,a" |
b : bios
a : acpi
update grub.cfg
# grub2-mkconfig -o /boot/grub2/grub.cfg |
( in case of Ubuntu based distribution , issue update-grub2 )
reboot the Fefora device to reflect kernel options.
# cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-3.2.7-1.fc16.x86_64 root=/dev/sda1 reboot=b,a |
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.