boot in lucid lynx

Asked by francesco44

I dit an upgrade to Lucid for all my laptops, two thinkpad x31, one x60, one t60. There is still a problem with the T60

When I ty to boot....the Kernel 2.6.32-22-generic (the one proposed automatically I think) let me with a screen with one quadrant black ans the three other quadrants with alternate white and violet colours lines

and a message like that:

chroot: etc/apparmor/initranspfs not found

When I use the Kernel 2.6.32-21 it boots correctly.

Also to be noted: the closing message with the ubuntu logo is in courrier fonts or something like that.

I solved the same issue in one of the X31 in using the more modest (no effect)) of visual effect . The same measure has not worked with the T60

Best regards

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Log a bug with 2.6.32.22 and use 21 for now, you could even try reinstalling the 22 kernel to see if it resolves the issue.

Revision history for this message
francesco44 (matarasso-centre-cired) said :
#2

What is the procedure to reinstall the Kernel 22?

It can be seen from other posts that booting with Kernel 22 is faulty. You can either have a distorded screen, either....nothing at all....a black screen with nothing happening. see also post: 110579 ubuntu boot failure after upgrade from 9.10 to 10.04

Fortunately it is possible to boot with 21 after some message related to "mount" (no such device....) I cannot read more (it is masked up...) and another message with chroot: etc/apparmor/initransf no such file

The advice for post 110579 to make a clean install do not seem really sound if this is a bug of kernel 22

Thanks to all

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

can you give the output of:

dpkg -l | grep linux-image

Thanks

Revision history for this message
francesco44 (matarasso-centre-cired) said :
#4

This is it, but the diagnosis is in french!

francesco@francesco-laptop:~$ dpkg -l grep linux-image
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Description
+++-==============-==============-============================================
ii grep 2.5.4-4build1 GNU grep, egrep and fgrep
un linux-image <néant> (aucune description n'est disponible)
francesco@francesco-laptop:~$ ^C
francesco@francesco-laptop:~$ dpkg -l | grep linux-image
rc linux-image-2.6.24-16-generic 2.6.24-16.30 Linux kernel image for version 2.6.24 on x86/x86_64
ii linux-image-2.6.24-24-generic 2.6.24-24.53 Linux kernel image for version 2.6.24 on x86/x86_64
ii linux-image-2.6.27-14-generic 2.6.27-14.33 Linux kernel image for version 2.6.27 on x86/x86_64
rc linux-image-2.6.28-11-generic 2.6.28-11.42 Linux kernel image for version 2.6.28 on x86/x86_64
rc linux-image-2.6.28-13-generic 2.6.28-13.45 Linux kernel image for version 2.6.28 on x86/x86_64
rc linux-image-2.6.28-15-generic 2.6.28-15.52 Linux kernel image for version 2.6.28 on x86/x86_64
ii linux-image-2.6.28-16-generic 2.6.28-16.55 Linux kernel image for version 2.6.28 on x86/x86_64
rc linux-image-2.6.31-14-generic 2.6.31-14.48 Linux kernel image for version 2.6.31 on x86/x86_64
rc linux-image-2.6.31-15-generic 2.6.31-15.50 Linux kernel image for version 2.6.31 on x86/x86_64
rc linux-image-2.6.31-16-generic 2.6.31-16.53 Linux kernel image for version 2.6.31 on x86/x86_64
rc linux-image-2.6.31-17-generic 2.6.31-17.54 Linux kernel image for version 2.6.31 on x86/x86_64
rc linux-image-2.6.31-19-generic 2.6.31-19.56 Linux kernel image for version 2.6.31 on x86/x86_64
rc linux-image-2.6.31-20-generic 2.6.31-20.58 Linux kernel image for version 2.6.31 on x86/x86_64
ii linux-image-2.6.31-21-generic 2.6.31-21.59 Linux kernel image for version 2.6.31 on x86/x86_64
ii linux-image-2.6.32-22-generic 2.6.32-22.33 Linux kernel image for version 2.6.32 on x86/x86_64
ii linux-image-generic 2.6.32.22.23 Generic Linux kernel image
francesco@francesco-laptop:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Jesus christ thats the most kernel's I ever saw. Each of those is 120Mb EACH. We can free you up a LOT of space here.

sudo apt-get linux-image-2.6.32-22-generic

will reinstall the 22 kernel and hopefully make it nice. This will clean up your kernel mess:

df -h > ~/Desktop/before.txt; sudo dpkg -P linux-image-2.6.24-16-generic linux-image-2.6.28-11-generic linux-image-2.6.28-13-generic linux-image-2.6.28-15-generic linux-image-2.6.31-14-generic linux-image-2.6.31-15-generic linux-image-2.6.31-16-generic linux-image-2.6.31-17-generic linux-image-2.6.31-19-generic linux-image-2.6.31-20-generic; sudo apt-get --purge remove linux-image-2.6.24-24-generic linux-image-2.6.27-14-generic linux-image-2.6.28-16-generic; sudo apt-get --purge autoremove; df -h > ~/Desktop/after.txt; gedit ~/Desktop/after.txt &; gedit ~/Desktop/before &

You now ONLY have linux-image-2.6.31-21-generic and linux-image-2.6.31-22-generic

Hopefully the -22 reinstall will make it boot nice, but you can always use the -21 kernel until there is a new kernel release which will hopefully be nice

The command also gives a before and after free space before and after :D. You can delete the files on the desktop if you wish after reviewing.

Revision history for this message
francesco44 (matarasso-centre-cired) said :
#6

Thanks a lot......I should say that having all these kernels.....was also a surprise to me....probably because I always did upgrades rather than clean install.

I am grateful to you for giving me all these syntax informations...It's the best way to learn....Collaborative knowledge is really a great invention of mankind.

I will try that tonigh....before....clicking "solved my problem"....but i will do it with a lot of confidence!

Ubuntu Spirit be with you!

Piero

Revision history for this message
francesco44 (matarasso-centre-cired) said :
#7

Thanks for the two command lines...but for the moment they are not accepted by the system...

I will try to see if i can trace some syntax problems.

Piero

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Can you give the output of:

uname -a; dpkg -l | grep linux-image

Thanks

Can you help with this problem?

Provide an answer of your own, or ask francesco44 for more information if necessary.

To post a message you must log in.