Ubuntu :: Kernels Menu Is Gone At Bootup?

Oct 26, 2010

I am frustrated that I do not see the kernels menu anymore, which had such useful tools like the different kernels, the ram checker or the recovery mode kernel, allowing recovery from a botched update, etc. As of 10.10, I don't even get the kernel messages flashing by, all I get is a dumbed-down black screen a l windows, then it boots ubuntu without offering me any of these options.

How do I get to it, and how do I get it back?

View 3 Replies


ADVERTISEMENT

Fedora Hardware :: Kernels Hanging On The Bootup?

Mar 16, 2010

When I went to start up the computer, the kernel usually hung at the same place on boot up, although sometimes it booted just fine. The default kernel is 2.6.31.9-174.fc12.x86_64. It's boot up arguments are:

Code:

kernel /vmlinuz-2.6.31.9-174.fc12.x86_64 ro root=UUID=75d16864-ba74-49ef-aaa9-0a1dd3c92254 noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau

I also have kernel 2.6.32.7-37.fc12.x86_64, 2.6.31.6-145.fc12.x86_64, 2.6.31.5-127.fc12.x86_64. I have seen the same behavior out of all four of them. Last night I ran Memtest86+ all night. It took eight passes with no memory errors. As far as hard disks go, I have two Seagate Barracuda 1.5 TB drives operating as software RAID 1 (mirroring). One of the drives does have three bad sectors. The motherboard is an Asus P6T6 WS. This morning I plugged in the GP diagnostic chip that came with it, but I'm not seeing a whole lot useful there, except that now it is just displaying "FF" non stop.

I did some poking around on the web, and it looks like "FF" is supposed to mean that the CPU isn't properly seated, which makes no sense because the system monitor software is detecting all four cores perfectly, and I have no other odd behaviors anywhere else. At this point I'm rather at a loss to understand what could be causing the difficulties. Sometimes any of the four kernels boots fine, and sometimes they don't. The funny thing is that on the blue "boot progress bar" all four kernels hang at exactly the same spot if they hang at all. After doing some more poking around, I'm relatively sure that "FF" does NOT mean that the processor isn't seated correctly. I'm going to try contacting Asus and see how far I get towards getting some good info on what the diagnostic codes mean.

View 3 Replies View Related

Ubuntu :: Grub Menu And Bootup Screen?

Aug 26, 2010

I installed Ubuntu via Wubi, but now when I boot up the computer, it asks me to select Ubuntu or Windows, then after I select Ubuntu, it takes me to the Grub menu, which also asks whether I want Ubuntu or Windows. I've had this on multiple computers, and it's not very useful. How to change this?

View 2 Replies View Related

Ubuntu :: Change The GRUB Bootup Menu's Default Choice?

Mar 3, 2010

Yesterday I installed on my laptop (an IBM Thinkpad T42) "virt manager" using the Synaptic Package Manager. I'm running Karmic.

As part of the installation, SPM had me reboot the computer (which is dual-booted with Windows XP, which I use less than 1% of the time). The new GRUB screen came up showing two new initial lines, the first 2 of the following 4 lines:Ubuntu,

Linux 2.6.31-19-generic-pae
Ubuntu, Linux 2.6.31-19-generic-pae (recovery mode)
Ubuntu, Linux 2.6.31-19-generic
Ubuntu, Linux 2.6.31-19-generic (recovery mode)

When I allow the default choice of the first line to prevail, Ubuntu boots up into a condition in which the Wireless Network Connection fails to open, and in which nothing I've been able to think of makes it open.

If, instead, I scroll down to the third line (which was the initial default choice line, i.e., the default choice line prior to the "virt manager" installation), Ubuntu boots up into a condition in which the Wireless Network Connection operates as usual, viz., immediately.

Scrolling down works, but it would be better, it seems to me, to return to the condition in which the current line 3 either becomes line 1 or else becomes the default bootup choice.

I've used SPM to uninstall "virt manager", but the 2 new intial lines in the GRUB options remain. I understand that with Karmic's version of GRUB, viz., GRUB-2, it is no longer possible to change the bootup menu choices easily.

how I can either eliminate the first 2 lines in my current GRUB screen, or make line 3 the default choice?

View 9 Replies View Related

Software :: Netbook - Will It Include Copying All The Grub Menu Stuff That Starts Up When First Bootup

Jan 15, 2011

Now that I have my Netbook up and running again and all my settings in, what is the best way of doing things so I don't have to keep installing and setting things up? I have a 255 Gig Partition on an external HD. how to do it so it copies ALL of my setup onto that Partition. Do I do a Copy, Backup or Image? What is the best program to use? So all I have to do is copy ALL the directories and files from that partition to the Netbook and then reboot. Will it include copying all the Grub menu stuff that starts up when you first boot up?

View 2 Replies View Related

Ubuntu :: Initramfs On One Of The Kernels?

Aug 28, 2010

I am using Ubuntu 9.10 and am facing an issue while booting up. It goes into initfs command prompt on one of the 4 kernels that show up in the boot menu. I tried to look around for a likely solution and hence did the following:1. ran "chkdsk c: /f" in my windows partition.2. Added "rootdelay=90" in "/boot/grub/menu.lst" file.This is how my /boot/grub/menu.lst file looks and the problem is with the kernel 2.6.31-20-generic:

title Ubuntu 9.10, kernel 2.6.31-20-generic
uuid ceacd229-2b68-41bf-a967-8ee470085fd8
kernel /boot/vmlinuz-2.6.31-20-generic root=UUID=ceacd229-2b68-41bf-a967-8ee470085fd8 ro quiet

[code]....

View 9 Replies View Related

Ubuntu :: Apt-get Deleting All Kernels Instead Of One

Sep 4, 2010

I have an issue with apt-get that has been bugging me, namely that it tries to delete kernels I did not specify for deletion.

This is an issue that has been present over at least the last three releases and is present for both 32bit and 64bit, so it might actually be a feature and not a bug, however I can't see it's usefulness.

When I use the command:

Code:
sudo apt-get remove --purge 2.6.32-21*

It not only tries to remove the kernel 2.6.32.21 but gives me the following output:

Code:
sudo apt-get remove --purge 2.6.32-22*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting linux-headers-lbm-2.6.32-24-generic for regex '2.6.32-22*'
Note, selecting linux-headers-2.6.32-21-preempt for regex '2.6.32-22*'

[Code]....

When I go through with this command to remove the oldest kernel on the system, it will actually delete all kernels present on my PC (as I painfully learned when I first tried it). Why is that the case? Wouldn't it make more sense to only remove the kernel 2.6.32.22?

View 6 Replies View Related

Ubuntu :: Kernels 2.6.35-26/27 Not Working

Feb 15, 2011

I am running Maverick and I have installed through the terminal those two kernel versions (26 and 27). Once I restart the system and choose either of those kernels to start, I can only work in console mode. I am using 2.6.35-23 without a problem and I have been having this same problem with version 25 too.

View 2 Replies View Related

Ubuntu :: Using Previous Kernels With 11.04

Apr 30, 2011

I'm having an issue with my suspend, and nothing seems to be fixing it. Every time I suspend, the computer starts up as if it were shut down. Somebody recommended that I use a previous kernel, such as 2.6.35-28, rather than the current kernel, 2.6.38-. When I open Synaptic, no previous kernels are listed, so I wanted to see if anybody else knew how to install previous kernels.

View 1 Replies View Related

Ubuntu :: How To Uninstall Old Kernels

Mar 17, 2010

What is the best way to uninstall old kernels in Ubuntu 9.10?

View 8 Replies View Related

Ubuntu / Apple :: No Sound On MPB 5,3 With Kernels 2.6.31-17 And 2.6.31-18?

Jan 16, 2010

I've been using the instructions on the Wiki to compile audio drivers for the Macbook Pro 5,3, and it has worked for a while. But I tried doing the same thing with kernels 2.6.31-17 and 2.6.31-18, but it seems to have no effect: alsamixer only shows one channel (Master) which does nothing, just like a fresh install. Does anyone have updated instructions for these kernels?

View 9 Replies View Related

Ubuntu :: Cant Boot Any Of Default Kernels

Mar 2, 2010

Instaled ubuntu 9.10 and i like it more than win xp because you can setup it in your way. Now my problem is when i compile older kernel with my setup and restart ubuntu i get grub with no loads like config is gone or something so i cant boot any of default kernels. I folowed this guide for compile [URL]... because i want to create lan hlds server with 1000hz kernel and have best response and latency server. can anyone confirm is this guide working with this 9.10 version or problem is that i cant set older kernel with newest ubuntu? Compiled few times and annoyed to wait again 2h just to try some other explanations i found on internet.

View 1 Replies View Related

Ubuntu :: Deleted Old Kernels - Now Can' Boot

Mar 10, 2010

yesterday I removed old kernels via. the synaptic manager- I'm 100% certain I did not removed the latest stable kernel, and the version before- I did however removed the oldest two. Now after restart I'm dead in the water- i cant get past the initial boot- the screen goes black. I i'm running ubuntu 9.10 double-booted with windows vista, and right now I cant even get into vista...

Let's say that I messed up with removing old kernels, and removed sth, that shouldn't be removed- but how does this mess up vista?

View 3 Replies View Related

Ubuntu :: Unable To Boot Any Kernels?

Mar 15, 2010

I can't boot any kernels now, even old ones...

View 8 Replies View Related

Ubuntu :: Can't Find The Older Kernels

Mar 31, 2010

I already know about Ubuntu Tweak but the list of kernels seems to show only my 9.10 kernels. I checked GRUB and the 9.10 kernels are linux 2.6.31-17 and 2.6.31-19 but (acording to GRUB) the ones I am looking for should be version 2.6.28-17.

View 9 Replies View Related

Ubuntu Networking :: Different Connectivity Under Different Kernels?

Apr 19, 2010

I use a laptop with a built-in WiFi card (Intel PRO/Wireless 3945ABG [Golan] using iwl3945 module). It's OK but sometimes is not very stable, occasionaly it simply dies and I have to reboot. It was even worse but I improved it by applying a new driver.I also have a very nice USB WiFi card (D-Link System DWA-140 802.11n Adapter [ralink rt2870]). It's much better and faster.

So the problem is that in Ubuntu 9.10 (2.6.31) I can use only the built-in one. The other one (D-Link) also works but I can't make it connect to my router. The built-in card connects to it but the D-Link even does not list it among possible connections (but it lists other possible connections which I do not want to use).The funny bit is that this problem disappears when I use an old Kernel (2.6.28-18 ) : both cards work fine and can connect to the router at the same time (obtaining different ip's). I then disable the built-in one and happily use the external card.

Unfortunately the old Kernel has issues with sound and video, so I would like to use the latest Kernel with the external card. I tried WICD but it didn't change anything.I can add that under the old Kernel the USB card is used as a ra0 device while the new Kernel lists it as wlan1.

View 1 Replies View Related

Ubuntu :: Random Kernels Don't Boot

Sep 17, 2010

I seem to be having a problem booting into ubuntu 10.04 (and 9.10 before I upgraded a while back). It's been ongoing for a while now, but I can't seem to actually even get to the login screen. Some kernels just give me a blank screen, and others hang at the ubuntu logo (http://i.cbsi.com.au/story_media/339...ic-koala_1.jpg). It seems to be totally random, and I can't seem to even narrow down which kernels do what. It seems to be a game every time I reboot. Perhaps it has something to do with the beta 2.6.32-rc6 kernel I installed (by clicking on the .deb) a while back? I'm not too sure how to uninstall it, but I first installed it I think back at 9.04, and it always seems to be the first option in grub. Can I clean out my old kernels somehow? Or is that dangerous?

Maybe it's caused by graphics drivers? "Safe mode" doesn't seem to work any better though. And I can't get to the TTY terminals by <ctrl><alt><1-6> either, which would suggest to me that it isn't a graphics issue? I don't see the login screen, nor do I always see the splash screen.

View 9 Replies View Related

Ubuntu :: Grub Loads Only Old Kernels

Oct 12, 2010

I've been using Ubuntu for more than a year (just basic simple stuff like surfing the net or the occasional document) and in the last months I've been running into the following problem.I've been updating regularly to the latest Kernels the last one should be 2.6.32-25. However at start up Grub loads only 2.6.31-19 and below and there's no mentioning of 2.6.32 in grub.cfg while it is present in menu.lst. I tried to update grub with no success.

View 9 Replies View Related

Ubuntu Installation :: 10.10 - Cannot Boot New Kernels?

Nov 25, 2010

i'm having a problem with every single kernel upgrade since 2.6.32-21.I'm currently upgraded to 10.10 using GRUB2 and LVM disk configuration and all newer kernels (up to the latest 2.6.35-23) crash with the following errors:/init: .: line 61: can't open '/scripts/functions'Kernel panic - not syncing: Attempted to kill init!Pid: 1, comm: init not taintedI've already double checked all the entries in GRUB regarding paths, etc and i can't seem to find any difference between the working 2.6.32.21 and all the others

View 6 Replies View Related

Ubuntu :: Removing Kernels From Bootsplash

Feb 1, 2011

Okay I have been running Ubuntu for soma months now and it is nice, but now after updating the kernels to get the latest when prompted by the update manager, I now find I have multiple kernels when I boot he PC. My Slackware and Windows 7 options are way down the list. How do I remove the older options. Idealy I would like just the last two kernels and there safe modes on display as options.

View 2 Replies View Related

Ubuntu :: How To Edit Kernels On GRUB

Apr 16, 2011

I have GRUB to allow me to boot windows and Ubuntu, i recently noticed that my list of kernels is getting clogged up with all the updates. So i went online to try and find out how to get rid of the unwanted partitions and also how to add new ones - i am going to attempt to hackintosh, and will need to know how to add kernels. What i found out was; the boot menu in GRUB had a file that is supposed to be called 'menu.lst' (Lst not ist), and that all i needed to do was edit this, that it wouldn't delete the kernels, but that i don't need to, i only need to add and remove links to kernels on the GRUB menu. The problem is that after looking, i don't have that menu.lst file, i have a file containing the image files for 'memtest', but not for my GRUB. I am using 10.04, i don't know what version of GRUB im using but i'm using whichever one comes with 10.04. Could someone please point me in the direction of the files i need to edit or what i need to do to add and remove kernels?

View 3 Replies View Related

Ubuntu :: Can't Delete Multiple Kernels

Apr 24, 2011

After I used Ubuntu Tweak to delete several kernels (versions) of Ubuntu under Package Cleaner, all these deleted kernels in Ubuntu still show up whenever I start my PC as if nothing was deleted.

View 9 Replies View Related

Ubuntu :: 11.04 Doesn't Boot With New Kernels

Jul 15, 2011

My OS boots with 2.6.35-22-generic, if using more new kernels (2.6.38-8-generic, 2.6.38-10-generic and 3.0.0-0300rc7-generic), the system doesn't boot normally: the monitor doesn't light, upper and lower gnome panels are absent. Machine configuration: Acer Aspire 5734Z, Intel Pentium Dual-Core T4500 2.3 GHz, 2 GB DDR3 Memory, videocard Mobile Intel 4(R) Series Express Chipset Family.

View 9 Replies View Related

Ubuntu :: 10.04 Unable To Bootup

Apr 14, 2011

I have ubuntu 10.04 , It was working fine the first time from USB . I tried to install ubuntu on my harddrive that had vista on it. But it gave me some error. And when I try to open it from hard drive its just blank screen.

And booting from USB doesnt work it comes on loading screen and doesnt do anything.
This is what error I get when I press [esc] button

Code:
Stdin error 0
/initial: line 7: can't open /dev/sr0: no medium foun
unable to open '/dev/sda'

View 1 Replies View Related

Ubuntu :: 11.04 Really Slow Bootup

Jul 7, 2011

Up until recently have always been a gnome or xfce user, recently decided to try kubuntu. I like it, but its very slow to boot. I get a blank blue screen (same shade as grub) right after grub has finished its countdown and starts Kubuntu.

View 2 Replies View Related

Ubuntu :: Multiple Kernels Listed In Grub

Jan 2, 2010

I recently installed ubuntu 9.10 and a day later updated with all the suggested security and recommended updates. Now I notice that in my Grub there are two different kernel versions listed. Are they both necessary? Can I / should I get rid of the older one, and if so, how?

I ask because after all these updates I notice my computer runs much slower, so I don't want it overloaded with unnecessary software.

View 3 Replies View Related

Ubuntu :: Why Do New Kernels Have 3 Different Header Entries In GRUB

Jan 14, 2010

So today 2.6.31.17 came. to the b1tch of a cat sleeping on the keyboard, I was forced to a restart before I wanted.

Anyway why does each have have entries for :
linux-headers-2.6.31.17
linux-headers-2.6.31.17-generic

[code]...

How do I know which one I should use from the choice of 3 for the current kernelAnd if I understand which one to use, can I delete the others from the same imageAlso, in start-up manager I have choice of 4 from the drop down list?

View 3 Replies View Related

Ubuntu :: Nvidia Driver - Multiple Kernels ?

Jan 25, 2010

I am using the latest Nvidia driver from their website on Ubuntu 9.10. I use 2 kernels, the standard kernel for everyday use and the realtime -rt kernel for my music work. On my desktop i have standard ubuntu and ubuntu studio installed but on my laptop its annoying having to have an external hard drive plugged in when i want to record so i just switch between kernels on a standard install. The problem is i have to reinstall the nvidia driver every time i switch between them or if the kernels get updated (which i don't mind so much). Is there any way i can install the driver so that it configures x.conf to work with both kernels without having to reinstall each time?

View 3 Replies View Related

Ubuntu :: Free Up Space By Deleting Old Kernels?

Feb 12, 2010

the method for freeing up space by deleting old kernels is made to sound very simple: go into Synaptic, select the outdated kernels, mark for complete removal, and Apply. Easy. But . . . when I mark a particular kernel for removal, Synaptic also wants to remove a lot of other things, some of which do not bear version numbers and seem generic. I am, to put it mildly, very leery of just telling it to go ahead, lest I end up losing things I should have kept and having a dead or at least crippled box.

Say, for example, that I mark for Complete Removal the line linux-image-2.6.22-15-generic; when I go to Apply that one deletion, I get a laundry list of to-die files that includes:

linux-generic
linux-image-generic
linux-restricted-modules-generic
linux-restricted-modules-2.6.24-27-generic
linux-ubuntu-modules-2.6.24-27-generic
linux-restricted-modules-2.6.22-15-generic
linux-ubuntu-modules-2.6.22-15-generic,........

View 9 Replies View Related

Ubuntu Installation :: Why There Are Multiple Kernels At GRUB

Mar 17, 2010

After I messed up badly with my netbook I have to reinstalll the OS, it is a government property netbook that came up with Edubuntu 7.04 insalled on it. I shouldn't mess with the filesystem but I did and now I have to install Edubuntu from the beginning, but I must be sure that everything will just like I have done no change, so I am afraid that I can make some mistakes at this pointThe first thing that I want to know is: Why there are multiple kernels listed at the GRUB (v 1.5)...this is the full list:

Ubuntu, kernel 2.6.28.9 Default
Ubuntu, kernel 2.6.28.9 Default (recovery mode)
Ubuntu, kernel 2.6.28.9

[code]....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved