So for my
FIC MB02, Whitebook, this is what I currently use to dual boot Gentoo Linux and Windows.
#boot=/dev/hda
default=0
timeout=30
splashimage=(hd0,1)/grub/splash.xpm.gz
#hiddenmenu
genkernel-x86-2.6.32-gentoo-r24
#title=Gentoo-2.6.36-gentoo-r5
#root (hd0,1)
#kernel /kernel-genkernel-x86-2.6.36-gentoo-r5 root=dev/ram0 init=linuxrc ramdisk=8192 real_root=/dev/sda6 nolapic noapic notsc video=LVDS-1:e quiet
#initrd /initramfs-genkernel-x86-2.6.36-gentoo-r5
#title=Gentoo-2.6.35.8
#root (hd0,1)
#kernel /kernel-genkernel-x86-2.6.35.8 root=dev/ram0 init=linuxrc ramdisk=8192 real_root=/dev/sda6 nolapic noapic notsc video=LVDS-1:e quiet
#initrd /initramfs-genkernel-x86-2.6.35.8
title=Gentoo-2.6.32-gentoo-r24
root (hd0,1)
kernel /kernel-genkernel-x86-2.6.32-gentoo-r24 root=dev/ram0 init=linuxrc ramdisk=8192 real_root=/dev/sda6 nolapic noapic notsc video=LVDS-1:e quiet
initrd /initramfs-genkernel-x86-2.6.32-gentoo-r24
title Windows
rootnoverify (hd0,0)
chainloader +1
In doing so, the laptop lid does not screw off when I shut it.
If I do not add the additional kernel arguments, the laptop will power off, specifically:
nolapic noapic notsc video=LVDS-1:e