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
ADVERTISEMENT
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
View Related
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
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
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
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
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
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
Jul 27, 2010
During my several experiment on linux I accidentally put the default runlevel to the value 6..thus before starting its going to restart ..currently running mint 9. there is only one way that somehow i can edit that file from grub command line.
View 4 Replies
View Related
Nov 29, 2010
i am trying to change the boot order on the GRUB menu so that the countdown automatically starts on an older kernel. From what i can see all the solutions on the web want me to edit the /boot/grub/menu.lst file. The problem is that i don't have one. Someone also mentioned that if i don't have a menu.lst file then i should look for the grub.conf file. I don't have on of those either. The closest thing in /boot/grub is grub.cfg but that looks nothing like the descriptions i have heard of /boot/grub/menu.lst file
View 5 Replies
View Related
Jan 10, 2010
I have a pc that double boots Ubuntu Linux and Windows 7..I 've downloaded the latest version of Ubuntu, 9.1, burned the iso and then had a clean install of Ubuntu, over the last version.. After the reboot, GRUB stopped working printing ERROR 15.SuperGrub disk did nothing, so I opened Ubuntu Live and checked my hard disk for /boot/grub/menu.lst but I couldn't find it
View 9 Replies
View Related
Dec 24, 2010
This is an existing 10.4 installation, I decided to install XFCE through the package manager, hoping to get a little bit better performance. After I rebooted, I was greeted with the Grub command prompt. Not sure if this triggered this issue or whether it is convenience.I can boot into my system using the command line, however, I can't get Grub to use my menu again. Grub version is 1.98 (which I guess makes it Grub2). I've tried grub-install and grub-upate, neither of which returns any errors, however, after rebooting I still see the command prompt. I have verified that the config file in /boot/grub/grub.cfg does exist and appears to be correct as far as I can tell. Is there something I need to do to tell grub to look at this config file and display the menu?
View 9 Replies
View Related
Jan 21, 2011
I am trying to change the default boot in grub to the last OS, and cannot find the menu.lst file under the /boot/grub directory.
I have tried to use the locate command to find the menu.lst file, but it doesn't exist. I have grub 1.98 installed and was wondering if the file I need to edit might be under a different name.
I recently updated Ubuntu to 10.04 (lucid) Kernel linux 2.6.32-27-generic gnome 2.30.2
View 2 Replies
View Related
Jul 30, 2010
I'm writing a download script, that will serve files for download and that has to log each download. I'd write something like this:
Code:
log_downlad($file_id, $user_id...);
$dl_path = $server_mount."/".$file_hash...;
[code]...
View 1 Replies
View Related
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
Apr 29, 2010
while upgrading to Lucid, I got the following error:
dpkg: Fehler beim Bearbeiten von /var/cache/apt/archives/dbus_1.2.16-2ubuntu4_i386.deb (--unpack):
unable to open '/lib/dbus-1.0/dbus-daemon-launch-helper.dpkg-new': No such file or directory I tried to just add the dpkg-new extension to the existing /lib/dbus-1.0/dbus-daemon-launch-helper - to no avail. How can I finish installing dbus?
View 1 Replies
View Related
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
May 7, 2010
I tried making some changes to /boot/grub/menu.lst file by logging in thru su but it throws following error:
[root@localhost avi]# /boot/grub/menu/lst | gedit
(gedit:4874): GnomeUI-WARNING **:
While connecting to session manager:
Authentication Rejected, reason : None of the
authentication protocols specified are supported and host-based authentication failed.
bash: /boot/grub/menu/lst: No such file or directory
View 14 Replies
View Related
Mar 6, 2011
I have a "master" IDE HD upon which reside several Linux OSs and a couple of Windoze OSs. The boot system is Mandriva using Grub Legacy and the latter's menu.lst file is where I select which OS I wish to use. I use HD physical carriers for my HDs. I used GPartEd to copy over newly installed OSs on another drive to the "master" HD. The commands in the menu.lst file for Linux OSs are representative as follows:
Name of OS
root (hdx,x)
configfile /boot/grub/menu.lst
Task: Enter Grub2 which, I seem to understand, is a work in progress. I presume that some commands in Grub2 are not recognizable by Grub Legacy. I installed Debian 6 on another drive and I wish to incorporate an entry in the menu.lst file described above using the technique described above. Is it possible to use the menu.lst file in Grub Legacy (0.97) in order to boot the Grub2 Debian OS? Or am I chasing windmills?
View 12 Replies
View Related
Oct 16, 2010
Toward the end of installing Ubuntu 10.10 32bit (Alt CD) on my iMac 11,1, the installer asked me to type in the location for installing the grub boot loader.
I told it to use /dev/sda3 and it immediately failed. I'm still in the installer. Can anyone suggest a solution?
Here are my partitions on sda:
...from the shell in the installer, there is no grub.cfg in /target/boot/grub.
View 9 Replies
View Related
Jan 4, 2010
relative n00b to C++ but I have heard that KDevelop rocks so I am using it as my IDE. what does it mean when it wants me to find a cmake file? idk what that is lol, just got through the section on if statements on my book. where do i find this file? are there any good tutorials on the KDevelop4 Enviroment?
Charlie
View 2 Replies
View Related
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
Mar 3, 2009
I recently installed a 64-bit version of centOS 5 alongside a 32-bit version, which I use. Turns out the 64-bit version absolutely will not boot and I'm stuck with it as my default boot option. Since the grub being used resides on the 64-bit half, I cant edit the menu file but I know theres a way to do this without it, through grub itself. I have about 29 render nodes now with this problem, and whenever they need to be rebooted I have to hook a monitor up to each one and hold its hand through the boot process. How to change the grub menu through grub itself, basically just change the default boot option and then have it stay that way?
View 5 Replies
View Related
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
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
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
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
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
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
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