As I dive into the waters of Ubuntu I call upon the AT brethren to have pity on this n00b. Amen.
I have a box that I just retired from my daughter's room. Celeron, 1 gig ram, onboard ethernet, IDE 100 gig disk. It has an nVidia PCI graphics adaper, in the 52xx series I think. It's really a cheap POS Compaq unimpressario. It has onboard video as well.
Downloaded the 7.04 i386 desktop ISO and confirmed the MD5. Burned it, and booted off of it no problem. From the menu I initially tried a defect check on the CD. The install crashed. I then went ahead and tried an install, and it crashed with the same error.
INT 14: cr2 f8000000 err 00000000 EIP c020c384 CS 00000060 flags 00010007 stack: c00f8050 c03f1296 c0371d8c 00000002 c00f8059 000f8050 00000000 00000000
The interrupt indicates a page fault, right? Thing is, I did just put a new stick of ram in this machine prior to this attempt. It had 1 512m of pc2700 DDR333, and I added another stick of Corsair valueselect, same specs. Windows XP (which the box has on it now) booted fine several times with this added stick.
I'll pull the added stick, and try it again. If that doesn't work I'll pull the PCI gfx card and go onboard. Any other suggestions? Thanks!
Update: pulled the stick of ram, same result. Pulled the PCI video adapter and reconfigured in BIOS to select onboard. Same result. The only other things on this system are the ethernet port, a 1394 port, and a DVD burner. Interestingly when I attempted to check the CD for defects with the onboard video the load progress text at the top was garbled. It displayed correctly with the nVidia PCI card. Same result, though.
Any other ideas?
Update: tried disabling the 1394 interface just for kicks. Same result.
Update: removed splash and quiet from the boot line as suggested by Nothinman. Also tried to boot in safe graphics mode. Same result at same time. I'm wondering if this doesn't have something to do with the Compaq-specific BIOS in this machine. Compaq has a BIOS that presents some proprietary options (like recovery) before booting the OS. This error seems to be happening awful early in the process.
Update: success! acpi=off in the boot options line got me past the int 14 exception. Onward!
Update: Didn't get too far onward
. I am getting to the point where it starts to run the setup scripts. So far it has hung in three different places, and gone into an error loop once. It hung once at agpgart: AGP aperature is 128m at 0xe0000000. I tried restarting in safe graphics mode and seemed to get past that point. I had continued with splash and quiet off, so I could see what was happening. The second time through it started dumping huge numbers of progress messages to the screen. I let it run from step #101.xxx or something, through step 550.xxxx and didn't see any change in behavior, or disk access, so I cut it off. Unfortunately all this was flying by too fast to see.
The next time I tried it the system hung in the middle of all this progress text, and I saw a lot of error messages and stack traces. I'm downloading the alternate CD just to get the graphical installer out of the picture, and will try some of the other options xtknight suggested. Is there a way to get the installer to dump a log so I can capture the output?
Update: After reading some of the threads xtknight suggested I rebooted and edited the grub options to add acpi=off, noapic, irqpoll, and noirqdebug to the boot line. The system hung deep in a flood of error messages. The last screen reads (ommitting offsets):
notifier_call_chain
die
do_page_fault
do_page_fault
error_code
dump_trace
show_trace_log_lvl
show_stack_log_lvl
show_registers
notifier_call_chain
die
do_page_fault
do_page_fault
error_code
native_apic_write_atomic
clear_local_apic
disable_local_apic
smp_send_stop
panic
do_exit
printk
The only clue I get from this (aside from the obvious death spiral) is the APIC reference, so apparently those options didn't help in my case. I'm off to do some more research. If anything in this trace gives someone an idea, I'd love to hear it!
Update: I tried a couple of additional combinations of the switches suggested in various threads, and didn't get much in the way of different results. pci=routeirq seemed to get me further along, and I can say that the boot up is failing in the init_bottom scripts at the load hardware devices stage. So there is likely some low level compat issue. I'm going to inventory the hardware on this board and see what I can find out.
Update: here are the machine's specs in case any of this sparks an idea in some Ubuntu guru. Piece of crap, obviously.
Presario S7300CL (DW263A-ABA)
Motherboard: MSI MS-6577 v 3.1
Socket 478
Intel 845GV chipset...
FSB 400/533
Multiplexed AGP (board has no slot)
Integrated GPU (Intel Extreme Graphics)
Intel ICH4...
High Speed USB 2.0
PCI Master 2.2
I/O APIC
AC'97 2.2
3 UHCI host controllers
1 EHCI host controller
Memory: PC2700 DDR333
Slots: 3, 32-bit Master PCI
IDE: PIO, Bus Master, Ultra DMA 100/66
Ethernet: Realtek RTL8101L
Update: The problem was the PCI graphics adapter. I yanked it and enabled onboard graphics in the BIOS, and then with ACPI=OFF in the boot options the LIveCD booted to desktop. The first time it came up the desktop was incorrectly aligned for the screen width. So I restarted in safe graphics mode, and it came up fine in wide screen.
Now to play with the actual install
.
Update: got through the install without errors but having a related problem to the int 14 problem from earlier, which I'm sure can be solved the same way if I can figure out where to put acpi=off.
Last update
: Fixed the boot problem by hitting escape during the grub countdown, and then editing the kernel options to include acpi=off. Once the system booted I was able to confirm that menu.lst had the right entry, and run update-grub. So now the system boots and it's time to do the fun part.
I have a box that I just retired from my daughter's room. Celeron, 1 gig ram, onboard ethernet, IDE 100 gig disk. It has an nVidia PCI graphics adaper, in the 52xx series I think. It's really a cheap POS Compaq unimpressario. It has onboard video as well.
Downloaded the 7.04 i386 desktop ISO and confirmed the MD5. Burned it, and booted off of it no problem. From the menu I initially tried a defect check on the CD. The install crashed. I then went ahead and tried an install, and it crashed with the same error.
INT 14: cr2 f8000000 err 00000000 EIP c020c384 CS 00000060 flags 00010007 stack: c00f8050 c03f1296 c0371d8c 00000002 c00f8059 000f8050 00000000 00000000
The interrupt indicates a page fault, right? Thing is, I did just put a new stick of ram in this machine prior to this attempt. It had 1 512m of pc2700 DDR333, and I added another stick of Corsair valueselect, same specs. Windows XP (which the box has on it now) booted fine several times with this added stick.
I'll pull the added stick, and try it again. If that doesn't work I'll pull the PCI gfx card and go onboard. Any other suggestions? Thanks!
Update: pulled the stick of ram, same result. Pulled the PCI video adapter and reconfigured in BIOS to select onboard. Same result. The only other things on this system are the ethernet port, a 1394 port, and a DVD burner. Interestingly when I attempted to check the CD for defects with the onboard video the load progress text at the top was garbled. It displayed correctly with the nVidia PCI card. Same result, though.
Any other ideas?
Update: tried disabling the 1394 interface just for kicks. Same result.
Update: removed splash and quiet from the boot line as suggested by Nothinman. Also tried to boot in safe graphics mode. Same result at same time. I'm wondering if this doesn't have something to do with the Compaq-specific BIOS in this machine. Compaq has a BIOS that presents some proprietary options (like recovery) before booting the OS. This error seems to be happening awful early in the process.
Update: success! acpi=off in the boot options line got me past the int 14 exception. Onward!
Update: Didn't get too far onward
The next time I tried it the system hung in the middle of all this progress text, and I saw a lot of error messages and stack traces. I'm downloading the alternate CD just to get the graphical installer out of the picture, and will try some of the other options xtknight suggested. Is there a way to get the installer to dump a log so I can capture the output?
Update: After reading some of the threads xtknight suggested I rebooted and edited the grub options to add acpi=off, noapic, irqpoll, and noirqdebug to the boot line. The system hung deep in a flood of error messages. The last screen reads (ommitting offsets):
notifier_call_chain
die
do_page_fault
do_page_fault
error_code
dump_trace
show_trace_log_lvl
show_stack_log_lvl
show_registers
notifier_call_chain
die
do_page_fault
do_page_fault
error_code
native_apic_write_atomic
clear_local_apic
disable_local_apic
smp_send_stop
panic
do_exit
printk
The only clue I get from this (aside from the obvious death spiral) is the APIC reference, so apparently those options didn't help in my case. I'm off to do some more research. If anything in this trace gives someone an idea, I'd love to hear it!
Update: I tried a couple of additional combinations of the switches suggested in various threads, and didn't get much in the way of different results. pci=routeirq seemed to get me further along, and I can say that the boot up is failing in the init_bottom scripts at the load hardware devices stage. So there is likely some low level compat issue. I'm going to inventory the hardware on this board and see what I can find out.
Update: here are the machine's specs in case any of this sparks an idea in some Ubuntu guru. Piece of crap, obviously.
Presario S7300CL (DW263A-ABA)
Motherboard: MSI MS-6577 v 3.1
Socket 478
Intel 845GV chipset...
FSB 400/533
Multiplexed AGP (board has no slot)
Integrated GPU (Intel Extreme Graphics)
Intel ICH4...
High Speed USB 2.0
PCI Master 2.2
I/O APIC
AC'97 2.2
3 UHCI host controllers
1 EHCI host controller
Memory: PC2700 DDR333
Slots: 3, 32-bit Master PCI
IDE: PIO, Bus Master, Ultra DMA 100/66
Ethernet: Realtek RTL8101L
Update: The problem was the PCI graphics adapter. I yanked it and enabled onboard graphics in the BIOS, and then with ACPI=OFF in the boot options the LIveCD booted to desktop. The first time it came up the desktop was incorrectly aligned for the screen width. So I restarted in safe graphics mode, and it came up fine in wide screen.
Now to play with the actual install
Update: got through the install without errors but having a related problem to the int 14 problem from earlier, which I'm sure can be solved the same way if I can figure out where to put acpi=off.
Last update
