Ubuntu :: Grub Editing, Menu.lst Not Present?

Jun 16, 2010

Xubuntu: Grub Editing, Menu.lst not present

ver: 10.04 Lucid Lynx
performed update
Grub now features Redundant options upon boot
similar to the following
Ubuntu, kernel 2.6.32-22
Ubuntu, kernel 2.6.32-22 (recovery mode)
Ubuntu, kernel 2.6.32-21

[Code]....

View 2 Replies


ADVERTISEMENT

Ubuntu :: Editing Grub So It Does Not Timeout Menu?

Aug 22, 2010

I am trying to edit grub so that it doesn't timeout the menu. I've found a lot of solutions to this where I edit menu.lst. However, this file is blank when I open it. I just upgraded to Lucid and kept a lot of my old grub settings (I had customized it somewhat). Also, I am not sure if I have grub or grub2. How can I figure this out?

View 4 Replies View Related

Ubuntu Installation :: Editing Grub Boot Menu With 10.04?

May 7, 2010

I used to be a pro at editing Grub's menu.lst file so I could have my menu look clean, simple, and easy to read. Now that I have set up 10.04 (Working beautifully now after a couple setbacks) the menu.lst file is no longer where it used to be (/boot/grub/menu.lst)

How do I edit my boot menu now?

View 5 Replies View Related

Ubuntu :: Finish Editing The Grub Menu.1st File?

Aug 10, 2010

I'm trying to find out which hard drive my vista installation is labeled in ubuntu so I can finish editing the grub menu.1st file.

All it says on the sourceforge page is

Quote:

Root - You likely have something along these lines "(hd0,1)". "hd0" refers to the your hard drive while 1 points to the partition. Note that for GRUB, partitions start at 0 and not 1. for example 0=Partition 1, 1=Partition 2 and so on.

It doesn't say how I can find out which one my vista is. So I need to know what my hard drive is in linux. Is it hd0,1 or hd0 or what?

View 9 Replies View Related

Ubuntu Installation :: Editing Grub / Menu Of Startup Options?

Feb 6, 2010

Would like to eliminate from the Grub menu of startup options all but the latest kernel update? Have made some attempts, but don't have authority is the message.

View 2 Replies View Related

Ubuntu :: Editing The Grub Startup Menu To Take Out Some Of The Previous Versions

Jun 12, 2010

I'm interested in editing the Grub startup menu to take out some of the previous versions of Ubuntu. First, is there a reason Grub keeps the previous versions available to boot to in that list? If it is just in case of a problem with the new installation wouldn't it make sense to only have the most recent previous installation? Anyway here is the problem, when I run: Code: "gedit /boot/grub/menu.lst"

The editing program opens the file named "menu.lst" but the file is empty. How is it possible for this file to be empty yet I have multiple boot options and they all work? Does anybody know what I am running into here?

View 2 Replies View Related

Ubuntu :: Grub2 Editing - Editing Directly To /boot/grub/grub.cfg?

Jun 6, 2010

I have an old laptop that I installed EasyPeasy Lucid on. I have never used Grub2 as my other Ubuntu installs still use Grub Legacy. I have studied all the tutorials which instruct that the grub.cfg file should not be edited directly.This old laptop has one of the dreaded Intel graphics chips for which the kernel automatically loads the i915 module. Of course (like a multitude of others with Intel graphics and Lucid) I booted into a black screen but knew the workaround was to enable mode setting through grubI used the

Code:
i915.modeset=1
and added it to /etc/default/grub line GRUB_CMDLINE_LINUX, just after "quite splash", just

[code]....

View 9 Replies View Related

Fedora :: Why GRUB Does Not Display Menu Based On Grub.conf/menu.lst

Jul 28, 2009

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):

# dd if=mbr+part.bin of=/dev/sda bs=1 count=446 conv=notrunc

2. By using the FEDORA rescue CD, I installed grub unto the new hard drive as follows:

Code:

# chroot /mnt/sysimage
# grub-install --root-directory=/boot hd0

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?

Code:

# ls -l /boot
total 22888
-rw-r--r--. 1 root root 1274567 2009-05-27 16:39 System.map-2.6.29.4-167.fc11.i686.PAE
-rw-r--r-- 1 root root 1274538 2009-06-16 22:27 System.map-2.6.29.5-191.fc11.i686.PAE

[code]....

View 3 Replies View Related

Ubuntu :: Editing The Lubuntu Menu?

Jan 26, 2011

I'm running Lubuntu 10.10 and I would like a way, any way, to edit the Main Menu. No Alacarte does not work with Lubuntu unless you have Gnome installed and I do not plan on installing Gnome. Is there any other way to do this?

View 2 Replies View Related

Ubuntu :: Editing Or Removing The LiveCD Menu?

Jul 13, 2010

is there anyway to edit or better yet remove the LiveCD menu you get when you first boot up with the liveCD and just boot right into a desktop?

View 2 Replies View Related

Ubuntu Installation :: Editing Menu.lst For Multiple Distros

Feb 19, 2010

My hard disk is :

/dev/sda2 Primary Linux ext3
/dev/sda3 Primary Windows
/dev/sda5 Logical Linux ext3 /boot
/dev/sda6 Logical Swap
/dev/sda7 Logical Linux Ext3 /home
/dev/sda8 Logical Linux ext3 /
[Code]...

After this install I wished to try out Backtrack 4 which I installed on /dev/sda2. The version of GRUB which was installed with Ubuntu 9.10 got wiped out and the version of GRUB with backtrack was installed . However the menu did not consist of the Ubuntu 9.10 booting option . How should I edit menu.lst so that I can get all my Ubuntu 9.10 booting option along with my backtrack installation

View 9 Replies View Related

Ubuntu :: Editing Right Click Menu In 1104 Classic?

May 2, 2011

As Unity have too much serious regressions to be usable desktop (I'll list some so maybe somebody could get an idea what to change for Ocelot 1110 edition):desktop switcher is obnoxious for somebody who is used to having 8-12 virtual desktops and to see in system tray what desktop is taken and what desktop is free. I do not see Pidgin icon in system tray anymore. And I hate (not dislike, but hate) Empathy, so I do not want to hear "Install Empathy". Have empathy for users who just want their apps in system tray! Launcher is bugged. I added Synaptic to it, place in launcher was taken, but there was no icon until restart. I added dconf-editor, there was no icon for it also after restart. weather applet is no more part of date/time tray indicator, but you can install it separately. Yes, you can install it separately, but you can not add your location, and that applet is not smart enough to read your old settings of weather and 1-5 locations for time zones should I go further? In short, 1104 is stable but default login (Unity) is not functional. It is better than M$ Vista which was not stable, but I expected that Ubuntu would adhere to higher standards than one shitty commercial company which wants only money of users and therefore rushed non-functional software to market.

My question (finally): In Ubuntu classic items I added to right click menu using nautilus-actions are not there anymore. They are still present in Nautilus, but not in desktop right-click menu. I googled a bit and found zilch, so I ask here. Please share how to do it (scripts folder is still there, but that would be regression to be unable to edit right click menu, FFS Ubuntu is not proprietary software so we would be helpless and could not tweak our favorite OS how we like it).

View 2 Replies View Related

General :: Edit Grub Menu From Initial Grub Screen - Possible To It's Own 'e' Option Or 'c' From Grub Command Line?

Nov 20, 2010

my Setup is Fedora 14 x64 + radeon hd 4830 i've downloaded .run package from ati site with latest driver for x64 systems. installed it, but didn't edited grub.conf becouse i didn't understood anything there (probably didn't spent enough time to get things understand) Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen. nothing works except Ctrl+Alt+Delete. system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?

View 4 Replies View Related

Ubuntu :: Password Protect Editing Grub2 Menu Item?

Jun 9, 2010

I've reduced my Grub2 menu(using Ubuntu 10.04) list to only 1 item.I want to automatically boot into the one item without providing a password (it does this now). I also want to disable someone from being able to bring up the Grub2 menu and hit 'e' to edit the menu item. Any ideas how to do that? I've been sifting through the forums, but I haven't had any luck finding a post about this

View 2 Replies View Related

Ubuntu :: Editing The Destination For A WINE Launcher In The Applications Menu?

Apr 9, 2011

I would like to edit the destination a launcher which opens a program using WINE. It is Applications >> Wine >> Programs >> World of Warcraft >> World of Warcraft. When I use Edit Menus to check the launcher properties I learn it is set as Type: Application, and Command: [URL]...How would I instead have it point directly at opening, with WINE, /home/dusf/.wine/dosdevices/c:/Program Files/World of Warcraft/Wow.exe?

The -opengl argument shouldn't matter as I have it preconfigured to run with opengl in the config. If relevant, when I navigate to c:/Program Files/World of Warcraft/, and open Wow.exe manually, it opens using WINE automatically.

View 1 Replies View Related

Fedora :: Editing Activities / Applications Menu In F15?

Jun 3, 2011

Recently made the switch to F15 and GNOME3. The changes are a little jarring, but I'm trying to have some good faith, see how I adjust to things, etc. Any ways, the applications menu (in "fallback" mode) or the 'activities -> applications' menus (in "full" mode) have every application I've ever installed, some times poorly classified. I'd like to edit these, making more minimal menus.

There is, of course, the "alacarte" application. While it runs just fine -- the changes are not reflected in the menus (in either mode). One could manually edit the desktop configuration text files, I assume, but as much work as I need to do -- I was hoping for a GUI application. Does an alternative exist? or a way to interface them?

View 3 Replies View Related

OpenSUSE :: Editing The Desktop's Right Click Menu?

Mar 20, 2011

First things first, I've just moved from Ubuntu with Gnome to openSuse with KDE. So I'm lost as doing some things in this environment. However, I'm loving what I'm seeing with suse/kde combo. I'm planning on making an extensive right-click menu to categorize all my applications. Basically I want to have the "start" menu available to me when I right-click. I've google casually for a couple days and haven't found much that helps, but I think its because I'm not using the correct keywords seeing as I'm new to this environment.

I have a feeling I'm going to have to make a [Desktop Entry], but I'm not sure how to handle hierarchy and stuff like that.

View 4 Replies View Related

Ubuntu :: Windows 7 Is Not Showing In Boot Menu Even After Editing 40_custom File

Oct 9, 2010

I am very new user to ubuntu and new to this community,first of all if i make anything wrong in this post please forgive and guide me,

My friend have a laptop which was running in windows 7.Last week he installed Ubuntu 10.04 Lucid Lynx.But after that boot menu is not showing and it is automatically booting to ubuntu.

So i pressed Shift key during boot and checked boot menu list,which is showing only linux OS ,Linux OS recovery mode and memtest86,No windows 7 option.

So I did following things.

Step1: Tried to find out the partitions using fdisk -l

2.So i tried to add a manual entry by editing the /etc/grub.d/40_custom file like below ,and changed the permission using chmod +x update-grub command

3.Run the update-grub command

But it is not updating the manual entry,The above update-grub command output showing the update-grub command not even entering into the /etc/grub.d/40_custom file because i put echo in that file in that ,and that also not coming.

View 9 Replies View Related

Debian Multimedia :: Editing GNOME3 Applications Menu

Sep 29, 2015

I am running debian 8 with GNOME3.14 with the Applications menu extension and i want to know how to edit the listings and all that stuff ... Also is there a support IRC?

View 2 Replies View Related

Fedora :: Dual Boot - Editing Menu.lst For Windows?

Jun 24, 2011

I've had Fedora 14 installed for some time now, but decided I needed dual boot for some things I have that are built only for windows and need usb support.

I installed windows to hd0,4 but when I edit a windows 7 entry in grub, as:

title windoze 7
root (hd0,4)

then boot it, it doesn't find it.

It was actually the 4th partition, so hd0,3 not hd0,4 I apparently also needed to put in "Chainloader +1" too... what ever that does...

View 1 Replies View Related

OpenSUSE Install :: Gnome Menu Editing In Suse 11.2?

Dec 4, 2009

I've just installed suse 11.2 with gnome. Now I need to modify entries in the applications menu, mainly so blender starts in windowed mode. Right click on applications will let you hide an entry, not modify it. Right clicking on the suse computer menu won't even allow that. If I could find the file(s) which hold the actual data I could modify as required, but where are they?

View 3 Replies View Related

Ubuntu :: Grub 1.97 Beta4 Editing

Jan 26, 2010

I have grub 1.97 on carmic , with too many items in it. Start up manager , great for hardy and jaunty , is not working. What is the best way to remove unneeded items and change wait time for grub ?

View 5 Replies View Related

Ubuntu :: Original GNU Grub 1.97 - Editing Possible?

Aug 15, 2010

I think this is the default view of GRUB2 as installed by some other OS, (I think Chameleon)... But even they must have done this by editing something in the original GNU GRUB 1.97. Is that possible to accomplish. If yes, how?

View 3 Replies View Related

Ubuntu :: Editing The Grub Boot Manager

Jul 5, 2010

I've just installed Ubuntu 10.04. In previous versions I could edit the grub menu (menu.lst). Where can I find the menu.lst or it's equivalent in 10.04 ?

View 3 Replies View Related

Ubuntu Installation :: Editing Grub For Vmalloc?

Jul 26, 2010

I want to edit a grub file, but none of the online instructions exactly match my files. I'm trying to follow the instructions to add vmalloc=256M to a grub file, from here:

[Code]...

View 1 Replies View Related

Ubuntu :: Editing The Grub / Load Into Windows 7?

Sep 12, 2010

I have finally installed ubuntu 10.4 alongside windows 7.However, the grub doesn't show windows 7 so I can't boot into it.

Attached is a screenshot of "gparted". Windows 7 is installed on "sda2" and Ubuntu is on "sda6". How do I edit the grub to be able to load into windows 7?

And I faced another problem after installation. The pc kept freezing, I couldn't enter ubuntu nor use the live version on my usb stick. It kept freezing.

EDIT: I restarted and it froze again. I had to restart at least times before it allowed me into ubuntu. I'm wondering if it's a hard-disk issue since it's giving me a hard disk error whenever I login. Even though I've been running windows 7 for the past 9 months without any problem.

View 9 Replies View Related

Ubuntu Installation :: Installing 10.04 Alternative - Editing Grub?

Oct 8, 2010

I am currently installing the Ubuntu 10.04 Alternative, as I am having problem with video card. What I know is that I need to edit the Grub file in /etc/default/grub and add i915.modeset=1 for my video card. What I don't know is how to do that in the command line, what application should I use and how to save it? Also, if everything works well, I want to boot to gnome automatically. What I am looking for is a step by step instructions (as I can get lost).

View 8 Replies View Related

Ubuntu Installation :: 9.10 Has No Menu.lst - ESC To Grub Menu / Solve This?

Feb 15, 2010

9.10 has no menu.lst file and hitting ESC to does not bring up the grub menu. How can we set bootup options or boot an alternate kernel? I would really like to set the resolution at boot time so that my console (Ctrl-Alt-F5, for example) has 80 columns instead of 40. (What a stupid default, gigantic Commodore-64-like text!) It would also be nice if the Login screen could be set to the resolution that I want.

In previous releases, there were ways to do this. In 9.10, I haven't been able to figure out how.

Is there a document explaining all of the radical changes?

View 5 Replies View Related

Ubuntu :: Edit The GRUB Menu But Menu.1st Is Missing?

Apr 29, 2010

I want to edit the GRUB menu in ubuntu but Menu.1st is missing.When I open the /boot/grub.cfg from terminal I cant save it.

View 7 Replies View Related

Ubuntu Installation :: 9.10 Has No Menu.lst - ESC To Grub Menu / Sort It?

Apr 22, 2011

9.10 has no menu.lst file and hitting ESC to does not bring up the grub menu. How can we set bootup options or boot an alternate kernel? I would really like to set the resolution at boot time so that my console (Ctrl-Alt-F5, for example) has 80 columns instead of 40. (What a stupid default, gigantic Commodore-64-like text!) It would also be nice if the Login screen could be set to the resolution that I want. In previous releases, there were ways to do this. In 9.10, I haven't been able to figure out how.

View 1 Replies View Related







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