Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 16th May 2007, 03:30 PM
DeadlyData Offline
Registered User
 
Join Date: Mar 2007
Posts: 14
FC6 Boot ACPI-FATAL ERROR problems

On my FC6 server boot it tends to freeze while setting up IP tables the only error above it is...
Code:
FATAL: error inserting acpi_freq (/lib/modules/2.6.18-1.2798.fc6/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko): n such device
The Full log is
Code:
Setting Hostname ~censored~
Setting up logical volume managment
/dev/VolGroup00/LogVol00: clean,  115607/1925760 files, 1078938/1925120 blocks
/boot recovering journal
/boot clean, 33/26104 files, 14197/104388 blocks
Remounting root filesystem in read-write mode: [OK]
Mounting local filesystems: [OK]
Mounting local filesystem quotas:  [OK]
Enabling /etc/fstab swaps: [OK]
INIT: Entering  runlevel: 5
FATAL: error inserting acpi_freq (/lib/modules/2.6.18-1.2798.fc6/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko): n such device 
Starting Firewall:
After this the server just tends to freeze... if any one can help me sovle this I'd greatly apreciate it, I can't access the server at all maybe in FailSafe terminal if you can do that before boot is done other then that all I can do is boot a live CD I tried Grub beacuse I was using it to set a partion from before and then I tried going in terminal and mounting the servers HDD and it says it's not a known filetype... so, any liveCD's/or any thing I can do to fix this problem would be greatly apreciated.
__________________
Linux Russian Roulette:
Code:
# [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo "You live"

Last edited by DeadlyData; 16th May 2007 at 03:35 PM.
Reply With Quote
  #2  
Old 16th May 2007, 03:34 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
post the output from this command

rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep kernel|sort
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #3  
Old 16th May 2007, 03:37 PM
DeadlyData Offline
Registered User
 
Join Date: Mar 2007
Posts: 14
I can't run commands thats the problem the server just halts to a freeze and then quits booting... allthough I can luanch Gparted LiveCD and it works fine.
__________________
Linux Russian Roulette:
Code:
# [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo "You live"
Reply With Quote
  #4  
Old 16th May 2007, 03:45 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
chroot into it from the install dvd/cd

boot it with this option


linux rescue

http://unix.cchem.berkeley.edu/index...in.LinuxRescue
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #5  
Old 16th May 2007, 03:51 PM
DeadlyData Offline
Registered User
 
Join Date: Mar 2007
Posts: 14
Hmm I was redownloading the distro while leaving the server on and it actulay finally booted.
__________________
Linux Russian Roulette:
Code:
# [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo "You live"
Reply With Quote
  #6  
Old 16th May 2007, 03:55 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by DeadlyData
Hmm I was redownloading the distro while leaving the server on and it actulay finally booted.

post the output from this command ( fedora can install the wrong kernel i586 instead of i686 )

rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep kernel|sort




P.S I wont bother asking again
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #7  
Old 16th May 2007, 03:59 PM
DeadlyData Offline
Registered User
 
Join Date: Mar 2007
Posts: 14
The reply from the command is
Code:
kernel 2.6.18-1.2798.fc6.i586
kernel-headers-2.6.18-1.2798.fc6.i386
Sorry for not running it last time thanks again for the help... what should I do now?
__________________
Linux Russian Roulette:
Code:
# [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo "You live"

Last edited by DeadlyData; 16th May 2007 at 04:17 PM.
Reply With Quote
  #8  
Old 16th May 2007, 04:21 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
do

su -
yum update kernel
su -c "yum install yum-utils"
yumdownloader kernel.i686
su -c "rpm -ivh --replacefiles --replacepkgs kernel-2*.i686.rpm"

reboot

http://www.fedoraforum.org/forum/sho...d.php?t=139751
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #9  
Old 16th May 2007, 04:27 PM
DeadlyData Offline
Registered User
 
Join Date: Mar 2007
Posts: 14
Thanks no more errors on boot..
__________________
Linux Russian Roulette:
Code:
# [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo "You live"

Last edited by DeadlyData; 16th May 2007 at 05:20 PM.
Reply With Quote
  #10  
Old 16th May 2007, 04:38 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by DeadlyData
Thanks no more erros on boot..

If you post your graphics card type I will post a howto for it ( if appropriate )
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
Reply

Tags
acpifatal, boot, error, fc6, problems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fatal error before liveCD boot Las Installation and Live Media 0 15th October 2007 08:09 PM
Strange ACPI boot error Thetargos Hardware & Laptops 1 23rd September 2007 09:01 AM
Fatal IO error 104 (Connection Reset By peer) on - Fedora Core 2 - Installation Error PS_ Installation and Live Media 1 13th December 2004 09:35 PM


Current GMT-time: 11:33 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat