LinuxMCE Forums

General => Installation issues => Topic started by: hobbes487 on September 15, 2007, 07:19:56 pm

Title: Install Issue
Post by: hobbes487 on September 15, 2007, 07:19:56 pm
I am trying to install linuxMCE and when I select the option to install, I get the following error:

[   43.178235] ..MP-BIOS bug: 8254 timer not connencted to IO-APIC
[   43.356966] Kernel panic - not syncing: IO-APIC + timer doesn't work! Boot with apic+debug and send report.  Then try booting with the 'noapic' option
[   43.357002]

I then try and install using the the 'noapic' option and it boots and extracts everything, but then when it tries to boot again after I take the DVD out of the drive, I get the dame error.

Anyone know what the problem is?

I am using a DFI Lanparty NF590 mobo
Title: Re: Install Issue
Post by: 1audio on September 15, 2007, 08:20:08 pm
My guess is an incompatible hardware driver. To prevent LMCE from breaking into a million parts its locked down to some degree and some new hardware isn't supported out of the box. (e.g. nvidia 7050)check to see if your Motherboard is supported with the un-updated Kubuntu 0704 install.

Check the bios to see if you can disable the apic stuff there (I think its under power management).

Title: Re: Install Issue
Post by: hobbes487 on September 15, 2007, 09:33:30 pm
I figured out that I can add the noapic boot option to grub and then it boots normally.

Thanks.
Title: Re: Install Issue
Post by: 1audio on September 15, 2007, 11:12:35 pm
Let us know when you get the system up and running.
Title: Re: Install Issue - RAID
Post by: hobbes487 on September 16, 2007, 12:59:00 am
I now have the system up and running, but I have a new issue: http://forum.linuxmce.org/index.php?topic=2505.0
Title: Re: Install Issue
Post by: hobbes487 on September 17, 2007, 06:46:09 am
To go back to the original issue with adding 'noapic' to the boot options...

I have to manually add 'noapic' every time I restart the core.  This is very annoying and I want to add it  permanently to grub.  I found a post on another forum that said to use the command: sudo gedit /boot/grub/menu.lst and this would open up the grub boot sequence and I could append 'noapic' to it and save it so it would always be used.  The problem is the gedit command is not recognized. 

How can I do this?
Title: Re: Install Issue
Post by: 1audio on September 17, 2007, 07:04:40 am
You can use sudo vim instead to get an editor. Look up Vim for instructions on how to use it.
Title: Re: Install Issue
Post by: Zaerc on September 17, 2007, 12:15:57 pm
Try "sudo kate /boot/grub/menu.lst" or "sudo nano /boot/grub/menu.lst" instead, vim is more powerful (and works just as well) but isn't very easy to operate if you're new to all this.
Title: Re: Install Issue [RESOLVED]
Post by: hobbes487 on September 17, 2007, 06:24:19 pm
Thanks guys.  I used vim and was able to change it.