I have a Dell Dimension XPS 400 with 8GB of RAM. If I boot into Windows XP Professional Windows sees 4GB of RAM. If I enter the BIOS it sees 8GB of RAM. If I boot Kubuntu I get a Kernel Panic. If I add add entry to menu.lst in grub:
title Ubuntu 7.10, kernel 2.6.22-14-server (4GB Limit)
root (hd0,4)
kernel /boot/vmlinuz-2.6.22-14-server root=UUID=7eb4293b-aefa-4f13-9e37-dc3afcb088b6 ro quiet splash mem=4000m
initrd /boot/initrd.img-2.6.22-14-server
quiet
(Note the mem=4000m)
It boots just fine but only sees 4GB (or maybe 3.5GB)
So, how do I enable support for 8GB of RAM?
Other distros have -hugemem- images. How do I enable this setting via make menuconfig? Or do I need something like CONFIG_HIGHMEM64G=y for x86_64 SMP kernels? Anyone running (K)ubuntu with over 4GB? Is it a bug in my BIOS or Motherboard/chipset? I even tried the server kernel and still get the same kernel panic.
title Ubuntu 7.10, kernel 2.6.22-14-server (4GB Limit)
root (hd0,4)
kernel /boot/vmlinuz-2.6.22-14-server root=UUID=7eb4293b-aefa-4f13-9e37-dc3afcb088b6 ro quiet splash mem=4000m
initrd /boot/initrd.img-2.6.22-14-server
quiet
(Note the mem=4000m)
It boots just fine but only sees 4GB (or maybe 3.5GB)
So, how do I enable support for 8GB of RAM?
Other distros have -hugemem- images. How do I enable this setting via make menuconfig? Or do I need something like CONFIG_HIGHMEM64G=y for x86_64 SMP kernels? Anyone running (K)ubuntu with over 4GB? Is it a bug in my BIOS or Motherboard/chipset? I even tried the server kernel and still get the same kernel panic.
Comment