System:
SuperMicro X7DBR-3 motherboard with on-board ATI ES1000 GPU (set in BIOS as primary)
2 x Intel Xeon L5410 CPUs
4 GB RAM
Add-in PCI-X NVidia GeForce 6200 GPU
During the boot process it crashes. Here's a snippet from an interactive startup:
Code:
Start service local (Y)es/(N)o/(C)ontinue? [Y]
BUG: unable to handle kernel NULL pointer dereference at 00000014
IP: [<f7e6e5d7>] nv_rd32+0xe/0x1a [nouveau]
*pde = be303067
Oops: 0000 [#1] SMP
last sysfs file: /sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map
Modules linked in: ip6t_REJECT nfA_conntrack_ipv6 ip6table_filter ip6_tables
ipv6 dm_multipath uinput iTCO_wdt iTCO_vendor_support e1000e i5000edac
i2c_i801 edac_core serio_raw i5k_amb squashfs nls_utf8 nouveau radeon ttm
drm_kms_helper drm i2c_algo_bit i2c_core [last unloaded: microcode]
Pid: 0, comm: swapper Not tainted (2.6.31.5-127.fc12.i686 #1) X7DBR-3
EIP: 0060:[<f7e6e5d7>] EFLAGS: 00010296 CPU: 5
EIP is at nv_rd32+0xe/0x1a [nouveau]
EAX: 00000000 EBX: f66f9d40 ECX: 023a6264 EDX: 00000100
ESI: f67b1000 EDI: c09186dc EBP: f6ce9e70 ESP: f6ce9e70
DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
Process swapper (pid: 0, ti=f6ce8000 task=f6cd3300 task.ti=f6ce8000)
Stack:
f6cew9ec0 f7e6e971 c0451bd3 f6ce9ec0 00000000 00000016 f6ce9edc 00000000
Based on that, I figured it was choking on the NVidia card/driver. After removing the NVidia GPU from the system, F12 Live was able to boot completely.