Slackware :: Installed Grub From 'extras' But Not All Menu Items Work
Feb 7, 2011
I installed grub from the extras directory on the Slackware DVD in the hope that it would 'find' all my linux systems and XP. (LILO would not find them.)It sort of found then, in that they seem to be listed in the grub menu at start up, but only the 'title Windows XP on (/dev/sda1)' and 'title Linux on (/dev/sda7)' actually launch.
I copied the extras/source/grub folder to my home folder.
I did: ./grub.SlackBuild as su.
The install went on for a long time and I saw warnings etc flash by.
I don't know if it has installed properly. I tried it before and it destroyed my grub menu. I managed to recover grub through LMDE and now, I am back for more!
Is there any way to tell if this app is installed properly before I run grubconfig?
When i reinstalled Ubuntu i reinstall it on top of an existing not working ubuntu so now in the boot menu i still have 2.6.35-6-generic menu items but i can't find 2.6.35-6-generic anywhere how can i fix it?
I reinstalled Natty yesterday and then installed Fedora on a separate partition.
I now havedouble the menu items in GRUB2 for both of these.
I ran the update grub command in the terminal and it goes smoothly, but the extra menu items still don't go away.
Puzzingly the menu items point to the same partition on the drive as their clone. Both of the Fedora menu items point to sda8
For example. tl;dr:
How can I remove menu entries in GRUB? I searched but could not find a reliable answer other than re-running update-grub.
How could I remove GRUB and replace it with Plymouth? Ubuntu Software Centre actually shows Plymouth as "Installed" even though it does not run on startup.
I installed the xfce4-quicklauncher plugin from a tar file in Slackware 13.37. It is showing as installed in gslapt, but it is not showing in the xfce panel's "Add New Items" menu. (see attached images) I tried rebooting and a few google searches. What must I do to get the xfce4-quicklauncher plug-in to appear in the xfce panel's "add New Items" menu?
i have java app. i want make my Linux dedicated to that application.such that,when Linux load it start the app, start menu have Shutdown,reboot and my application luncher, only one window , desktop right-click also have the same menu-items as start-menu.
I use Linux Mint, and I installed a linux-rt from the repository, but when I restart my computer no grub menu shows up. It just boots linux mint. How can I get it to show the menu so I can choose the real time kernel?
I recently installed Windows 7 on Virtual Box (running within Ubuntu Karmic 9.10), and it runs great. However I want to also add Windows 7 to the Grub Menu, so I can choose at the start between the Ever-Glorious Ubuntu and the Depressingly-Drab Windows 7.
I learn from a BSD magazine and installed PCBSD on my Dell notebok a single harddisk with a hope to have a triple boot. I have all the three OS, but could not find the menu.lst from /boot/grub/.... All I can find is a grub.cfg which is not editable. Someone from this forum said that menu.lst = grub.cfg.
i had windows 7 on my system and now i installed debian squeeze but grub does not show my windows 7 in menu for selecting how could repair this problem?
I have just finished installing Karmic on new computer. I have already installed java jre, flash plugin, and unrar/rar. My question is can I still install restricted extras to get addition applications installed, without corrupting my apps already installed? Or should I just manually install the remaining items from restricted extras manually?
i have a dual boot. i loaded 9.1 on one disk and windows xp is on another. grub worked fine. i downloaded 10.4 and i must have selected the wrong option cause when i restarted it dropped me into a shell. i reloaded 9.1 and wiped out 10.4. again i must have selected the wrong option cause i get the grub menu with an option for windows but nothing happens. 9.1 comes up alright and i can select windows office files from ubuntu.
I can't seem to hide any items on the "Games" menu from "Main Menu" (System->Preferences->Main Menu). I can hide items on all of the other menus under the main one but the game links won't change. Is there another way to do this?
I installed a dual boot Windows 7 / Ubuntu netbook remix 10.04 yesterday.So far so good, everything works fine.
However, i would like to get rid of the little enveloppe in the menu bar, more precisely in what i think is called the notification area. i have found some stuff online about how I'm supposed to delete a package and restart, quite unsuccessful method really, since the envelope is still there.
Plus whenI right click on the menu bar to pin / unpin items, it doesnt work, all the submenus are greyed out.
When I choose System --> Preferences --> Screensaver, it runs x-screensaver instead of gnome-screensaver, BUT, in /usr/share/applications, I have the file:
gnome-screensaver-preferences.desktop
And the contents are:
[Desktop Entry] Name=Screensaver Comment=Set your screensaver preferences Icon=preferences-desktop-screensaver Exec=gnome-screensaver-preferences
[Code]....
So it should be launching gnome-screensaver, not x-scrensaver. Where on earth is x-screensaver getting launched from? I thought the menu was determined by /usr/share/applications. (By the way, I did previously have x-screensaver instead of gnome, I am trying to put it back how it was. I have more-or-less succeeded, except this Menu item which is puzzling me.)
I don't like Windows 7 Starter, nor Microsoft. I'm in the process of ditching them for Ubuntu. I'm trying, I really am. I've successfully installed Ubuntu Netbook Edition, and I'm now stuck. How the hell do I use this? I can't figure out how to add different items to my side menu bar. I can't figure out which version of Ubuntu I have. The documentation page says, "To check which version of Ubuntu you are running, click System -> About Ubuntu. The first line of the page that loads will tell you the version number, for example Ubuntu 10.04 LTS." I DON'T EVEN HAVE A "SYSTEM" BUTTON! How am I supposed to use this clumsy OS? I can't find any sort of "beginner's guide" or help like that on the internet.
I am testing my crash recovery strategy for my linux system and I am having trouble with GRUB. I am basically restoring my backup (i.e. tar) unto a different hard drive, but I am having problems getting the machine to boot without me having to type the GRUB commands at the GRUB prompt that is presented when the machine boots up off the new hard drive. I have tried to restore the MBR in two ways (the 2nd one is the one that gets me to the GRUB prompt):
1. Get the MBR off the original drive and write it unto the new drive (all via dd), but that did not work at all: the machine hangs right away during boot up. It seems to hang right at the point where the BIOS tries to read the MBR.
Code:
On original drive:
# dd if=/dev/sda of=mbr+part.bin bs=512 count=1
On new drive (new drive is now in place of original drive):
reboot and remove FEDORA CD Using the 2nd option above, I get the GRUB> prompt during bootup. I can then boot into the system by issuing the commands that are in the menu.lst file, followed by the "boot" command. However, I would like for those commands to happen automatically, just like in the original configuration. It seems to me that GRUB is actually finding all its stage files because I doubt the GRUB program (the one displaying the prompt) fits entirely in the 446 bytes it has on the MBR. So, it must be loading its stage 2 (and stage 1.5??) files from my /boot partition. However, if GRUB is loading its stage files off the boot partition, why does it not load/read the menu.lst/grub.conf contained in the boot partition also?
When I start a second X session using startx --:1, (as either my normal user or root), it goes straight into and LXDE session (Debian's default, I think). Once LXDE is started, there is no applications menu (only run and logout). How do I get it to show the full application menu that my regular user can see when I log in from GDM3 normally?
I have Fedora 11 installed-32bit-with xfce installed as the desktop. When I click on the fedora icon for the menu and select Preferences, there are 2 input methods listed even though I did not have any installed.Since there is no menu editor any more, does anybody know how to edit the menu so that I can get rid of these entries?
I really like to add some items under mouse right button menu. For example when i right-click on the desktop i like to have as first entry "open konsole".
Alright, after trying to organize shortcuts in Wine's menu (which did not work), I ended up hitting the 'Revert' button, which changed the names of most of the folders:
Screenshot
As you've probably guessed, I want to remove "wine-Programs-" from the beginning of the folder names. I've tried using the menu editor to do this, but the 'Properties' button does not seem to work on anything I did not create myself. How do I go about editing the names?
I would also like to know how to move the MS Office shortcuts into a custom folder/menu. They refuse to drag into any folder I make.
I just loaded KNE 10.4 onto my Dell Mini and I'm trying to get it configured. Some apps that I have installed using Synaptic (Kpackage seems pretty useless, even aside from the fact that the package names are illegible) are not showing up in the Search and Launch, and I would also like to add an additional category and add some items to the favorites list at the top of the page.
Right clicking does not seem to provide any options to change what used to be the menus, and middle clicking puts strange little yellow boxes at the bottom of the screen. (I haven't figured out how to make those go away.What config files hold the data I want to update? Are they not under ~/.kde for some reason?
how do I add items to the Places menu? In my case a Downloads folder, the folder already exists I just haven't been able to figure out how to add it to the Places menu
Not sure what precipitated this but Administration and Preferences are missing from the System menu. how to get them back? I have to go through the Gnome menu to get to System, not sure how it got removed from the panel.
Menu sometimes will stay visible on the desktop or on top of other windows after selecting them. To fix it I normally log out then log back in. Its been doing it for a few weeks. I install lots of eye candy/themes etc and have Avant, docky and cario-dock and think it be may some eye candy I installed, not sure. I have a ATI graphics card thats been tested by the distro. Using the latest 10.10 as I update security and recommended updates via update manager. Attached is a screenshot of the desktop as a example.