HP Laptop Linux Boot Parameters

Instead of me wracking my braing trying to remember the exact boot parameters to make my HP laptop not break when I update the kernel, I am posting it here. Hopefully someone else may find it useful as well. My specific laptop is the HP dv9000 series special edition I bought at Best Buy about a year ago and I am currently running Ubuntu 8.10 with the 2.27 kernel.

The “magic” boot parameter seems to be pnpbios=off, so I end up with a grub entry something like:

root (hd0,0)
kernel /vmlinuz root=UUID=<some giant UUID> ro quiet splash pnpbios=off
initrd /initrd.img
boot

Fixes most things including sleep, hibernate, USB hotplugging, and most noticeably my wireless card.

This entry was posted on Monday, November 3rd, 2008 at 1:32 pm and is filed under Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply