Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Redhat / Fedora Linux Help
Reload this Page Fedora Installation, Bugs/Fixes
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Redhat / Fedora Linux Help Help and discussion related to Redhat and Fedora Linux.

Closed Thread
 
Thread Tools Display Modes
Old 11-18-2006   #31 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,109
Quote:
Originally Posted by gyos23
I have a similar problem in which I installed Fedora 6 with no problem but the moment I got into the actual GUI after startup, the screen started flashing and everything seemed somewhat off. Any ideas?
in GRUB screen, select Fedora title and press 'e'. add 3 at the end of 'kernel' line and press 'b' to boot up. this will drop you on command line login prompt. log in as root and execute this command.
Code:
system-config-display
configure display settings, resolutions etc.
type 'startx' on prompt to load GUI.






casper
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Old 11-20-2006   #32 (permalink)
vpsa
Just Joined!
 
Join Date: Nov 2006
Posts: 5
Wink

devil_casper I was wondering if the dual boot procedure described in first two line will work to dual boot Mac OS X as well . What if I do partition using bootcamp instead !!

Has anyone attempted it yet !!

Thank you.
vpsa is offline  
Old 11-20-2006   #33 (permalink)
gyos23
Just Joined!
 
Join Date: Nov 2006
Posts: 4
still at it

I added the '3' after the 'quiet' in the 'kernel' line and nothing. The line goes 'kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol100 acpi=off rhgb quiet'. Did I place it in the right position because it goes into normal start up when i put the '3' at the end?
gyos23 is offline  
Old 11-20-2006   #34 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,109
it should boot up in command line mode. add <space> 3 at the end of kernel line.





casper
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Old 11-21-2006   #35 (permalink)
jdgressett
Just Joined!
 
Join Date: Sep 2006
Posts: 3
Quote:
Originally Posted by devils_casper
if none of the above suggestions worked, Upgrade BIOS.

casper
The BIOS upgrade + use of acpi=off solved the problem.

Then I downloaded patches, including a kernel update. The new kernel won't boot - it hangs immediately after a message which informs me that the kernel is being uncompressed. There is no error message, it just stops. The original kernel still works fine.
jdgressett is offline  
Old 11-21-2006   #36 (permalink)
rh.arauz
Just Joined!
 
Join Date: Nov 2006
Posts: 2
rpmdb open failed

Quote:
Originally Posted by devils_casper
rpmdb: PANIC: fatal region error detected; run recovery

its a BUG in latest Yum. it is corrupting rpm database on upgrading system.
execute this command as 'root'
Code:
rpm --rebuilddb
this command will rebuild the rpm database. try to upgrade again.





casper
I tried doin' that, but I got this message:
rpmdb: PANIC: fatal region error detected; run recovery
error: db4 error(-30977) from dbenv->open: DB_RUNRECOVERY: Fatal error, run database re
error: cannot open Packages index using db3 - (-30977)

what should I do?
rh.arauz is offline  
Old 11-22-2006   #37 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,109
Quote:
Originally Posted by rh.arauz
I tried doin' that, but I got this message:
rpmdb: PANIC: fatal region error detected; run recovery
error: db4 error(-30977) from dbenv->open: DB_RUNRECOVERY: Fatal error, run database re
error: cannot open Packages index using db3 - (-30977)

what should I do?
execute this
Code:
su -
rm -f /var/lib/rpm/__db*          <--- two under_scores before 'db*'
db_verify /var/lib/rpm/Packages
rpm --rebuilddb




casper
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Old 11-22-2006   #38 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,109
Quote:
Originally Posted by jdgressett
Then I downloaded patches, including a kernel update. The new kernel won't boot - it hangs immediately after a message which informs me that the kernel is being uncompressed. There is no error message, it just stops. The original kernel still works fine.
post the contents of /boot/grub/grub.conf file.





casper
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Old 11-22-2006   #39 (permalink)
rh.arauz
Just Joined!
 
Join Date: Nov 2006
Posts: 2
Thumbs up thanks!

Quote:
Originally Posted by devils_casper
execute this
Code:
su -
rm -f /var/lib/rpm/__db*          <--- two under_scores before 'db*'
db_verify /var/lib/rpm/Packages
rpm --rebuilddb




casper
hey mr. you're the master !!! It works now!!
there's another thing, not that important...
I installed a kernel update, but now in Grub , when you choose which OS to load, it apears two versions of Fedora Core 6 ....how can I fix that???
rh.arauz is offline  
Old 11-22-2006   #40 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,109
Quote:
Originally Posted by rh.arauz
I installed a kernel update, but now in Grub , when you choose which OS to load, it apears two versions of Fedora Core 6 ....how can I fix that???
you can keep both version. if you wanna remove old kernel's entry, login as root and open /boot/grub/grub.conf file. put '#' sign before old kernel's title, root, kernel and initrd lines.






casper
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to a create a customized installation DVD of fedora? johnnylinux Redhat / Fedora Linux Help 0 04-17-2007 12:13 PM
customising one cd installation on fedora core 2 abhi2778 Installation 1 08-14-2006 11:06 PM
Error during installation of Fedora Core 1 mauricioFC1 Redhat / Fedora Linux Help 4 08-09-2005 09:54 PM
Fedora installation hangs neotek64 Redhat / Fedora Linux Help 2 10-14-2004 01:12 AM
Fedora 2 network installation help plz archon_aus Installation 3 10-12-2004 06:35 AM




All times are GMT. The time now is 01:11 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0