 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

1st December 2006, 01:52 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Fedora 6 install kernel option & kernel swapping
I have read so many posts complaining about fedora core 6 installing the wrong kernel at install. (This stops your ATI & Nvida and any other 3rd party drivers working)
The i586 seems to be the default, To change this just type in at cd/dvd boot linux i686 this will install the i686 kernel instead.
The option for installing i686 kernel is.( doesn't work always )
Or
Quote:
|
Originally Posted by bigjoe4265
To apply an installer update image during install, here are the instructions from the Fedora project.
http://fedoraproject.org/wiki/Anaconda/Updates
There is a link for the update image below the Common problems heading here.
http://fedoraproject.org/wiki/Bugs/FC6Common
In my case, I downloaded rawrite on a Win machine and wrote the image to a floppy then booted the FC6 disk and entered "linux updates" at the boot installer prompt. You will be prompted for the floppy.
Bigjoe
|
Additional boot option's for hardware problems
__________________________________________________ _________________________
HOWTO CHECK & CHANGE THE KERNEL AFTER INSTALL
NOTE Cannot be relied on as it returns the wrong kernel arch.
1) To check kernel type.
a) quick test.
Quote:
|
Originally Posted by wmc1369
yum list installed kernel
|
b) full test.
Quote:
|
rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep kernel|sort
|
[leigh@localhost ~]$ rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep kernel|sort
kernel-devel-2.6.18-1.2239.fc6. i686
kernel-2.6.18-1.2239.fc6. i686
[leigh@localhost ~]$
Quote:
|
There should be no kernel i568
|
2) first you need to download yum-utils
A)
Quote:
|
su -c "yum install yum-utils"
|
To get the current i686 kernel:
You will need to update the kernel first as other packages have now changed , use the C2) command to swap kernel
B)
Quote:
|
yumdownloader kernel.i686
|
If the version of the kernel downloaded is larger than currently installed:*
C1)
Quote:
|
su -c "rpm -ivh kernel-2*.i686.rpm"
|
Alternatively, if the version of the kernel downloaded is the same as that currently installed:*
C2)
Quote:
|
su -c "rpm -ivh --replacefiles --replacepkgs kernel-2*.i686.rpm"
|
Leigh
__________________
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
Last edited by leigh123linux; 16th May 2007 at 08:17 PM.
Reason: updated
|

2nd December 2006, 02:38 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 4

|
|
|
I have the same question.
My CPU is also dual core.
|

2nd December 2006, 02:58 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by kylin
I have the same question.
My CPU is also dual core.
|
This is not a question .
This is posted here to help people installing Fedora core 6 x86
the default fc6 install will try and install kernel i586 to stop this and install with the right kernel
you have to type at dvd/cd install boot this option
linux i686
leigh
__________________
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
|

6th December 2006, 09:41 PM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 6

|
|
|
Noob question then.
How do I find what version mine has installed? Tried:
[root@localhost ~]# cat /proc/version
Linux version 2.6.18-1.2849.fc6 (brewbuilder@hs20-bc1-5.build.redhat.com) (gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)) #1 SMP Fri Nov 10 12:36:14 EST 2006
but that doesn´t seem to do it for me (or maybe I just can´t translate correctly). I´ve got FC6 running OK with an Intel 945D on an asus P5B but maybe I should blow it all away and start again if the version is incorrect.
Cheers, Selwyn
|

6th December 2006, 10:08 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
got mental block for command for kernel version.
in terminal type
su -
pirut
select search then select installed packages ,then in search box type kernel then hit search
__________________
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
|

7th December 2006, 01:01 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 6

|
|
|
Thanks,
Was i586. Reinstalled using the linux i686 option and now have kernel ....2798.fc6.i686
Cheers, Selwyn.
|

7th December 2006, 03:50 AM
|
 |
Registered User
|
|
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862

|
|
Code:
uname -a
Linux spongie 2.6.18-1.2239.fc5 #1 Fri Nov 10 13:04:06 EST 2006 i686 i686 i386 GNU/Linux
Kernel=Linux
node=spongie (hostname)
kernel-release=2.6.18-1.2239.fc5 #1 Fri Nov 10 13:04:06 EST 2006
kernel version=i686
machine=i686
processor=i386
Operating system GNU/Linux
__________________
Mark N.
Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p
411874 Get Counted
|

8th December 2006, 04:53 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 1,123

|
|
Quote:
|
Originally Posted by kylin
I have the same question.
My CPU is also dual core.
|
Aren't all dual-core chips 64bit? You should be installing x86_64 instead of i386. There is no kernel selection problem with x86_64.
|

8th December 2006, 05:52 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by A.Serbinski
Aren't all dual-core chips 64bit? You should be installing x86_64 instead of i386. There is no kernel selection problem with x86_64.
|
I do run some 64 bit OS , but prefer 32 bit fedora for everyday general use.
__________________
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
|

10th December 2006, 11:50 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 6

|
|
Quote:
|
I do run some 64 bit OS , but prefer 32 bit fedora for everyday general use.
|
Care to elaborate on 32 vs 64 a little? I went 32 because (a) I have 32 bit FC5 running on another box and I like baby steps where possible and (b) I've seen comments that 64 is a little flaky, at least in FC5.
|

10th December 2006, 12:29 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
FC5 64 was rock solid for me, never locked up. I prefer 32 bit for multimedia purposes .
XV xvideo wont work with the graphics card I use when I use 64 bit. Linux (fu*king ati thing)
__________________
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
Last edited by leigh123linux; 10th December 2006 at 12:38 PM.
|

11th December 2006, 06:28 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 1,123

|
|
|
If you use Linux, why did you buy an ATI video card? I could understand if it was a LAPTOP, since you don't have much flexibility, but for a desktop, USE NVIDIA!!!
Hopefully the AMD buyout of ATI will filter out to better drivers (eventually). I see that they've already stepped up to Xorg 7.1 when previously they seemed stuck at 6.8.
SELWYN: Flakey? Not in the slightest. Maybe in FC2 or 3 back when combined 32/64 was in its infancy, but its very good now. I run critical servers (where there's piles of $$ riding) on 64bit FC5. The ONLY area I can think of people having problems is with browser plugins - neither flash nor java make a 64 bit plugin. Easy fix though, use 32bit firefox.
|

11th December 2006, 11:30 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
I had a Nvidia 6800GT but it overheated and cooked CPU . I needed a cheap graphics card quickly and found this one secondhand it was cheap and had similar spec. (I know nvidia cards are easier to setup and are better supported)
The latest ATI drivers have been a little better.
__________________
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
|

11th December 2006, 01:43 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930

|
|
|
Typing linux i686 did nothing for me. Still ended up with the i586 kernel.
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

11th December 2006, 02:12 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by glennzo
Typing linux i686 did nothing for me. Still ended up with the i586 kernel.
|
you must have typed it in wrong or something
rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep kernel|sort
su -c "yum install yum-utils"
yumdownloader kernel-2.6.18-1.2849.fc6.i686
su -c "rpm -Uvh --replacefiles --replacepkgs kernel-2.6.18-1.2849.fc6.i686.rpm"
http://fedoraproject.org/wiki/Bugs/FC6Common
__________________
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
Last edited by leigh123linux; 12th February 2007 at 02:51 PM.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 03:00 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|