Fedora Linux Support Community & Resources Center
  #1  
Old 18th December 2005, 08:53 AM
gpenagos Offline
Registered User
 
Join Date: Nov 2005
Posts: 5
Canīt boot FC4

Hi

Iīve installed FC4 succesfully on a sony vaio fjs1 laptop. The installer detected the hardware (SATA HDD, dvd, etc...). Now when I try to boot it hangs on:

================================
Booting Fedora Core 4
Press "I" for interactive startup

etc
etc
etc

Starting udev .........................[OK]

Initializing hardware... storage network

================================

I tried to start an interactive startup by pressing "I" but it seems to be too soon to be started.

I have a dual boot system with ubuntu and I can access the fedora partition, maybe there are some logs to be reviewed in order to find when it hangs and why.

Can you please help me booting FC4, Iīm getting crazy with this.

Thanks in advance
Regards
Blas
Reply With Quote
  #2  
Old 11th January 2006, 06:03 AM
Simon Bridge's Avatar
Simon Bridge Offline
Registered User
 
Join Date: Jan 2005
Location: Red Beach (NZ)
Posts: 49
Take a look in syslog.

You want to try the interactive startup before it hangs.

It hangs on hardware - storage network? Probably it is the bit just after that which gives the trouble.

BTW: Ubuntu is a better laptop distro than FC in many ways.
__________________
S i m o n


"No responsibility for advice not taken."
-- Larry Niven, Niven's Laws

www.hbclinux.net.nz
Reply With Quote
  #3  
Old 14th January 2006, 09:26 AM
Saltfish Offline
Registered User
 
Join Date: Jan 2006
Posts: 3
I'm having the same trouble with FC4 as well. After installing and doing the inital reboot, it hangs after:
Booting 'Fedora Core (2.6.11-1.1369_FC4)'
etc...
etc...
Starting udev: [ OK ]
Initalizing hardware... storage network
==============================

Can someone please shead some light on this issue. I tried installing it a couple of times and get stuck at the same point.

Thanks in advance.
Reply With Quote
  #4  
Old 14th January 2006, 09:39 AM
Saltfish Offline
Registered User
 
Join Date: Jan 2006
Posts: 3
I managed to figure out how to get pass thatt freeze. At the boot up screen, edit the commands that is passed to the kernel by first highlighting FC4 then press 'e' then go to the kernel and add these commands to the line. "acpi=off apm=off" rhgb quiet.
Reply With Quote
  #5  
Old 14th January 2006, 09:53 AM
Saltfish Offline
Registered User
 
Join Date: Jan 2006
Posts: 3
My problem now is that i have to keep doing that everytime i reboot the laptop. How do i make it so that i don't have to keep adding "acpi=off amp = off" to the kernel at boot time. In other words, how can i make it automated or prevent it from freezing all the time?

Thanks in advance.
Reply With Quote
  #6  
Old 17th January 2006, 03:11 AM
Simon Bridge's Avatar
Simon Bridge Offline
Registered User
 
Join Date: Jan 2005
Location: Red Beach (NZ)
Posts: 49
Quote:
Originally Posted by Saltfish
My problem now is that i have to keep doing that everytime i reboot the laptop. How do i make it so that i don't have to keep adding "acpi=off amp = off" to the kernel at boot time. In other words, how can i make it automated or prevent it from freezing all the time?

Thanks in advance.
No sweat

# gedit /boot/grub/grub.conf

look for an entry like this:
Code:
title Fedora Core (2.6.11-1.1369_FC4)
	root (hd0,0)
	kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet
	initrd /initrd-2.6.11-1.1369_FC4.img
... add what commands you need at the end of the line that starts "kernel".
Code:
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet acpi=off amp=off
- this will switch off your power management options - fine on a desktop if you don't mind your fan going all the time
__________________
S i m o n


"No responsibility for advice not taken."
-- Larry Niven, Niven's Laws

www.hbclinux.net.nz
Reply With Quote
  #7  
Old 27th February 2006, 12:17 AM
alloy008 Offline
Registered User
 
Join Date: Feb 2006
Location: nh,usa
Age: 26
Posts: 1
Question Same problem...

Quote:
Originally Posted by Saltfish
I managed to figure out how to get pass thatt freeze. At the boot up screen, edit the commands that is passed to the kernel by first highlighting FC4 then press 'e' then go to the kernel and add these commands to the line. "acpi=off apm=off" rhgb quiet.
Ive read youre solution and I'm about to try it but im not sure how to go about editng w/e i need to edit...

Thanks fro your help in advance

~alloy008
Reply With Quote
  #8  
Old 27th February 2006, 03:10 PM
panamaszr12's Avatar
panamaszr12 Offline
Registered User
 
Join Date: Sep 2005
Posts: 120
Here is some detailed info that may help.
If you can't get FC4 to boot do this
While your system is booting and you see the text loading fc4 version x.x.x. What ever your version is then hit enter then hit a on the key board. The screen will change , now hit the space bar once and type in acpi= off amp=off then hit enter on your key board.

Your system should boot now
Then you will need to add this are to your system

In FC4 go to Applications then System tools then terminal.
When the terminal opens type in SU hit enter then type in your root password
and hit enter. Then type in gedit /boot/grub/grub.conf you will see a screen pop up and you will need to edit the page in the area that looks something like this. I have put the text in bold that you will need to add acpi=noirq. This text will also enable your battery to show up properly if it isn't working. Now save the page and close it and the terminal then reboot to see if all went well.

[your name@localhost ~]$ su
Password:
[root@localhost your name]# gedit /boot/grub/grub.conf

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/hda3
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core (2.6.15-1.1831_FC4)
root (hd0,1)
kernel /vmlinuz-2.6.15-1.1831_FC4 ro root=LABEL=/1 rhgb quiet acpi=noirq
initrd /initrd-2.6.15-1.1831_FC4.img
Reply With Quote
Reply

Tags
boot, canīt, fc4

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
Rebuilding the Grub Boot Loader on Master Boot Record (MBR) w Fedora Linux Vector Guides & Solutions (No Questions) 6 1st August 2009 08:39 AM
boot: boot /boot partition fubar! Flyboy917 Using Fedora 6 26th April 2008 05:33 PM
How to triple boot, adding xp home to 3rd disk, keeping boot sectors safe voam Installation and Live Media 5 9th March 2006 04:28 AM
Dual Boot probl Win XP and FC 3: no boot menu and automatical boot to windows siwask Installation and Live Media 1 18th February 2005 03:57 AM


Current GMT-time: 23:33 (Friday, 24-05-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