Hi Tim,
This is the result of installing your latest kernel:
| Code: |
[root@system ~]# wget http://download.clearfoundation.com/community/timb80/kernel/kernel-2.6.31.12-174.2.22.timb1.i686.rpm
--2010-03-09 19:41:13-- http://download.clearfoundation.com/community/timb80/kernel/kernel-2.6.31.12-174.2.22.timb1.i686.rpm
Resolving download.clearfoundation.com... 66.98.158.216, 66.98.128.134, 67.18.3.141, ...
Connecting to download.clearfoundation.com|66.98.158.216|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24196343 (23M) [application/x-rpm]
Saving to: `kernel-2.6.31.12-174.2.22.timb1.i686.rpm'
100%[======================================>] 24,196,343 383K/s in 66s
2010-03-09 19:42:20 (357 KB/s) - `kernel-2.6.31.12-174.2.22.timb1.i686.rpm' saved [24196343/24196343]
[root@system ~]# rpm -ivh kernel-2.6.31.12-174.2.22.timb1.i686.rpm
Preparing... ########################################### [100%]
1:kernel ########################################### [100%]
[root@system ~]#
|
When changing the following in the kernel boot line (/etc/grub.conf), it crashed during boot:
| Code: |
title Linux (2.6.31.12-174.2.22.timb1.i686)
root (hd0,0)
kernel /vmlinuz-2.6.31.12-174.2.22.timb1.i686 ro root=LABEL=/ nomodeset
initrd /initrd-2.6.31.12-174.2.22.timb1.i686.img
|
Currently /etc/grub.conf looks like this:
| Code: |
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Linux (2.6.31.12-174.2.22.timb1.i686)
root (hd0,0)
kernel /vmlinuz-2.6.31.12-174.2.22.timb1.i686 ro root=LABEL=/1
initrd /initrd-2.6.31.12-174.2.22.timb1.i686.img
title Linux (2.6.31.5-127.timb6.i686)
root (hd0,0)
kernel /vmlinuz-2.6.31.5-127.timb6.i686 ro root=LABEL=/1
initrd /initrd-2.6.31.5-127.timb6.i686.img
title Linux (2.6.31.5-127.timb4.i686)
root (hd0,0)
kernel /vmlinuz-2.6.31.5-127.timb4.i686 ro root=LABEL=/1
initrd /initrd-2.6.31.5-127.timb4.i686.img
title Linux (2.6.18-164.6.1.v5)
root (hd0,0)
kernel /vmlinuz-2.6.18-164.6.1.v5 ro root=LABEL=/1
initrd /initrd-2.6.18-164.6.1.v5.img
kernel /vmlinuz-2.6.31.5-127.timb6.i686 ro root=LABEL=/ video=vesafb vga=791
|
What is the last line doing ... ?!?
It took about 20 minutes to boot after I changed "/ nomodeset" to "/1", but still with the same problem of having nothing on my screen.
Also when rebooting, just before the reboot, the font becomes very small and the last few lines are suddenly visible.
I love using your bleeding edge kernel, but will you please try to solve this issue, when you have time ... ?!?
Please advise,
John