Ubuntu :: Default OS For Boot Menu?

Oct 7, 2010

I just installed the latest version of Ubuntu on my wifes computer, I got everything running and all is good. The only problem is that since it is my wifes computer, and she wants to use windows rather than linux, it is inconvenient for her to have to select Windows from the boot menu rather than me, on the occasion that I play with ubuntu, selected ubuntu.Is there a way that I can set windows as the default rather than Ubuntu?

View 5 Replies


ADVERTISEMENT

Ubuntu :: Dual Boot - Edit Default OS In Menu

Apr 8, 2010

I would like to be able to edit which OS is set as default on the first selection menu. I installed Ubuntu via windows xp. and have Grub 2 installed. When I start my computer, first I see is the BIOS, then I have a menu which allows me to select either windows xp or Ubuntu (windows xp is the default which I'd like to change to Ubuntu). Once I select Ubuntu, then I get the menu allowing me to select between the different upgrade versions.

From all the pages I read through on editing grub2 defaults, they only refer to the second menu that I get to pick between the upgrade versions or kernels (I think they are referred to). What I'd like to do is set Ubuntu as the defualt on the first menu screen, as Ubuntu is my preferred OS and it can load automatically, then I don't care what the default upgrade version is loaded (this i have understood how to edit).

View 3 Replies View Related

Ubuntu :: Default Boot/grub/menu.lst And Etc/fstab Of HD Install

Aug 29, 2010

Due to my script error my boot/grub/menu.lst and etc/fstab files are ruined without being backed up first.

Anyone, the boot/grub/menu.lst and etc/fstab file of Ubuntu 10 LTS installed by default on HD (or whatever).

View 22 Replies View Related

Ubuntu Installation :: When The GRUB Boot Menu Starts Up There Is An Option For Win 7 Boot But It Will Not Boot Windows?

May 2, 2011

I installed 11.04 after Windows 7. when the GRUB boot menu starts up there is an option for Win 7 boot but it will not boot windows. When that option is selected the screen changes colour for 2 seconds and then reverts to the GRUB menu. Ubuntu boots fine.I downloaded the Boot Info Script and ran it, the results are

Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================[code].....

View 3 Replies View Related

Ubuntu Installation :: 2nd OS Reversed 'Default' Menu

Jun 6, 2010

I had installed Ubu 10.4, I installed a 2nd OS (Xubuntu in this case) and I must have ticked a installation box somewhere so the end result (after Xubuntu installed) was the the Grub2 Menu Reversed the default listing table, so Ubuntu is now 5 or 6th down the list and Xubu is now 1st on the list and becomes default startup.I hope this makes sense?

So what i'm looking for is a 'edit' control for the menu so I can change the default list to tell the system to 'pick' line 5 or 6 and that becomes the new default or I 'cut and paste somewhere' LOL.I loaded a Terminal program called Startupmanager, but did not seem to get the desired result, you may know this program and can understand why?

View 4 Replies View Related

Ubuntu :: Run Menu Programs As Root By Default?

Mar 1, 2011

In the applications menu I would like to always run certain programs as root. For instance Wireshark; I'll never want to run that as a regular user I'll always want to be root. Is there a way to set it up so that when I click it in the menu I'm prompted for my password and it will automatically run as root? (Much like in windows you can right click and check the box that says always run as administrator.)

View 2 Replies View Related

Ubuntu :: Can't Change Grub Default Menu In Karmic?

Feb 11, 2010

Althought /etc/default/grub has GRUB_DEFAULT=6, after grub-update nothing changes and the default menu entry is still the first. Can someone tell me how to change the Grub default menu entry?

View 6 Replies View Related

Ubuntu :: Set Grub Menu Settings Back To Default?

Jan 5, 2011

I have got ubuntu netbook edition installed alongside windows xp and after some custimising i can now only chose the ubuntu option and no others. Can i set settings back to default settings?and how? I guess it would be via terminal commands

View 9 Replies View Related

Ubuntu :: Missing Menu Button And Default Buttons?

Jul 17, 2011

Had a power outage , when I restarted the pc the tool bar came up empty. No menu button or default icons. How can I repair this ?

View 1 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

Ubuntu Installation :: Grub2 No Menu Still Boots Into Default Entry?

Mar 4, 2010

I recently upgraded grub -> grub2 on my karmic box. Grub2 worked when chainloaded from legacy grub, and also the first time I tried it standalone. Both times the grub2 menu came up.

I ran vbeinfo at a grub2 command prompt, and found my monitor's native res listed - 1280x1024. I added that to my /etc/defaults/grub and then ran update-grub, and rebooted. This time no menu appeared and the default entry booted straight away. I suspected that the resolution was not supported for some reason or that the way I entered it in the config file was wrong, so I commented it out again in /etc/default/grub, and ran update-grub again - to no avail.

I have since tried lots of different formats for the GRUB_GFXMODE, such as 1280x1024@24, 1280x1024x24, and the normal 640x480, but none of them give me a grub menu. I have even tried using GRUB_TERMINAL=console, to no avail. I have checked the /boot/grub/grub.cfg file each time to make sure my changes were put there correctly by update-grub. I have also made sure that timeout was set to 10, and the hidden timeout was set to 0. My GRUB_CMDLINE_LINUX_DEFAULT="quiet".

I have reinstalled grub2, grub-pc, and grub-common, and I have dpkg-reconfigured them all too. I have no idea what to do to get my grub menu showing up again.

View 6 Replies View Related

Ubuntu :: Default Vlc - No Video Playing - No Main Menu Shown

Jan 27, 2011

i just listening a song on vlc and read this thread. [URL]... After reading complete thread i just off vlc and then start installing software with instructions given in the thread. When google earth installed. i just use google earth only 10 minutes and then again play a song. then vlc looks like this. Screenshot.png and no video playing. no main menu show. What it happen? i try to remove it. sudo apt-get remove vlc and again install it sudo apt-get install vlc

same result.
then i apply
sudo apt-get remove --purge vlc
and install again same result.

i just want to vlc its default condition.

View 9 Replies View Related

Ubuntu :: Default Open With - Add Registry To The Gnome Right Click Menu

May 16, 2011

so in Windows I remember I could add to the registry under the * folder in classes_root under Shell, I could add any command I wanted. That way no matter what file I right clicked on I could have EDIT or OPEN with that file.

Is there a way to add this to the gnome right click menu? A default always there for all filetypes? I have UltraEdit Linux installed and want to have the same functionality I had when I used to use windows.

View 3 Replies View Related

Slackware :: Restore The Default KDE Menu System?

Jul 11, 2011

Like a dummy, I played around with KDE Menu Editor without asking if there was a way to return it to it's defaults, if I screwed it up.

Is there a way to return it to its 'factory settings'?

View 4 Replies View Related

Debian :: Grub Menu - How To Set Default Format To Use UUID

Sep 21, 2010

I am using Debian lenny (kernel 2.6.26-2-686).

I changed my menu.lst to use
root=UUID=<long uuid string>
instead of the good old
root=/dev/sd...

I did that because, if I boot with a usb drive attached to my computer, sda become sdb and therefor nothing works anymore since my friend Kernel can't mount it's root partition. BTW, it works wonders using the UUIDs. The story darkens each time there is a kernel update, dist-upgrade resets my menu.lst back using the /dev/sd... format. and BANG... no more booting again. I am good to change my menu.lst back each time.

View 2 Replies View Related

General :: Getting Back From Password Protected Grub Menu To Default One?

Jun 7, 2010

Well here's what I've done in grub.confpassword --md5 BLABLABLA /grub/admin_menu.lstNow that I enter some password, I can go to that menu and run my pvt. OS.But how to get back to original (or say public or default) grub menu?

View 1 Replies View Related

Ubuntu :: Swiftfox Doesn't Have Default File Handling / Cannot Open Files From Download Menu

Mar 22, 2010

Swiftfox does not have default file handling, and thus I cannot open files from the download menu. When I go to choose the program I want to open the file with, it just takes me to my Home folder in Nautilus. I have no idea where to find the programs I need (Image Viewer, Open Office, and Movie Player are the main ones I need).

View 1 Replies View Related

Ubuntu :: Way To Configure Grub2 - Change Default Operating System Time To Shown Menu

Feb 18, 2011

I wonder if its any easy way to configure grub2...I dont want to change fonts, background or anything special. Just to change default operating system time to shown menu etc.

Is there anythink like known from KDE? graphical tool to tick what I wont, choose time from list or type it in, click OK to finish and job done... without any manual typing, terminal use etc.

View 5 Replies View Related

Ubuntu :: 9.10 Won't Boot - How To Change GRUB Default Boot Choice

Jan 5, 2010

I tried to do my parents a favor by installing Ubuntu 9.10 alongside WinXP on their PC -- same configuration I have on my desktop at home. The install went fine, but since I made a poor buying decision on purchasing a MSI motherboard in the past, Ubuntu immediately crashes after boot (other MSI board users having the same issue, no help from MSI).

The computer tries to boot Ubuntu by default unless something else is selected from the boot menu. How do I change the boot preference from default (choice 0) to WinXP? I tried manually changing this (editing the grub.cfg file), but the file said not to edit, that it's generated by something else...How do I have WinXP load by default instead of the broken Ubuntu?

View 8 Replies View Related

Ubuntu :: Boot Windows 7 By Default And Have Boot From Button Press?

Sep 21, 2010

i was just wondering if there was any way to make it only boot ubuntu from pressing a button at startup like f11 or something instead of coming up with a menu asking me to choose which operating system to boot.

View 2 Replies View Related

Ubuntu Installation :: Cannot Get To Boot Up / Show Menu On Dual Boot With Vista Initially

Jan 18, 2010

Have just installed 9.10, again, many failed attempts previously.Cannot get to boot up and show menu on dual boot with Vista initially,However when I delete the grubenv file the system boots ok and works fine.But does not show the grub menu to choose boot up choices.Got the information to delete the file on some posts elsewhere about booting problem, and tried a longshot and got into Ubuntu for the first time from trying to install now for 3 months!The problem is the file grubenv is created each time so on subsequent boot ups the sytem fails to boot again.The Grub version is 1.97 beta 4, most up to date for Karmic I think, I have seen a version 1.98 but dont think its for Karmic?

Is there a way to modify the grub.cfg file to stop this problem ( all posts say dont touch this file??Or install a script to delete the grubenv file on shutdown as a workaround for me, (I have no idea how to do this whatsoever, I'm not familiar with linux at all)I did read that this problem was fixed/patched in Grub version 2, but dosn't seem.so on my system afetr I updated it when I got into Ubuntu.I couldnt find the patch or fix, I got the information I am on about from this post:URL...It seems to say it was fixed or patched by Colin Watson reading through, but I don't really understand whats being said or how to get the patch on my system if indeed there is one?Sorry for being a bit thick about all this, its a bit beyond my brain now, hope somebody can help out as I have enjoyed my brief bit of fun in Ubuntu.

View 9 Replies View Related

Ubuntu :: Changing Boot Options \ Streamline Boot Screen/GRUB Menu?

Apr 18, 2010

I am trying to streamline my boot screen/GRUB Menu. I know what I want it to look like (grub_wanted.jpg), and I think I know how to get it by uninstalling a couple of things, (synaptic.jpg). Now I have too many items on the screen, and it looks cluttered to me (grub.jpg).

View 3 Replies View Related

Ubuntu :: GRUB Boot Menu At The Start Like Any Other Dual-boot System?

Jan 28, 2011

I've installed Ubuntu on my new desktop alongside Windows 7 (each OS is on a separate drive), I seem to have run into a small problem. Let me start with what I did:

- Unplugged 1TB drive from the PSU, BIOS was not seeing my formatted (and thus empty) 500GB drive and I couldn't put it into the boot order at all with the 1TB turned on.

- Loaded up the boot CD and was able to install Ubuntu 10.1 on my 500GB drive.

- Did a bit of configuring, shut my PC off and plugged my 1TB (with Windows 7) drive back in. I tried to see if I could now see my Ubuntu drive in BIOS but nothing is there - just the Windows drive is in the list of available drives to boot from (along with DVD-ROM and USB).

This is where I've run into my problem. What I want is to have a nice GRUB boot menu at the start like any other dual-boot system but just have the two operating systems on separate drives altogether.I did it this way because I was having issues with the advanced partition menu on the boot CD so just went ahead and followed the KISS method by unplugging the Windows drive.

I was told by a friend that if I put my Ubuntu drive into the first position in my boot order and the Windows drive in the second, then I could boot into Ubuntu and run a GRUB update command (he told me to google it) and that would create the necessary GRUB that had the entries for Windows 7 and Ubuntu.Both operating systems are 64-bit, I imagine that might make a difference in whatever help you guys can offer me. I love the hell out of both OS's and want to be able to use them interchangeably.

View 5 Replies View Related

Ubuntu :: Missing Grub And Dual Boot Menu - Windows Won't Boot

Jul 3, 2011

i am having a problem with my dual boot setup. I originally installed windows XP on a 100gb hard drive, from there i downloaded and burnt ubuntu off so i could install it on my 200gb hard drive. For a little bit i struggled to even get it to install because it wouldn't recognize my onboard nvidia graphics, i ended up having to get an alt boot disk and fix it with technique in this link:

[URL]

Now after the bios boot, my screen shuts off for awhile and takes me directly to the login screen for ubuntu. No Grub, no windows boot options, nothing. I tried booting windows by choosing it from the bios boot menu but all it does is hang at prompt and doesn't boot at all. I tried the live cd fix and reinstalled grub but nothing changed. What i think is happening is that it boots the Grub menu but it doesn't display it because of graphical confrontations. It hangs for about 10 seconds, the grub default time, and then turns my monitor back on to display the Ubuntu login screen.

View 8 Replies View Related

Ubuntu :: Laptop Boot Failure - Invalid Enviroment Block - Unable To Load Default Boot Entries

Mar 3, 2010

Have been running ubuntu for sometime now and love its functionality...However since a recent update have the following issues..When I power on the laptop I get the toshiba logo followed by grub loading with the message ' invalid enviroment block" "unable to load default boot entries". When I then try to run the laptop off a LiveCd, the ubuntu splash screen appears with the loading process bar (horizontal line) displayed..however it then appears to display a black screen with no further activity..Now all of this is via an external monitor as my laptop screen shows no activity right from the very start with just a blank screen....so am really stuck here wondering if its a harware/software issue or a combination of both...

View 1 Replies View Related

Ubuntu Installation :: Unable To Get Boot Menu Once Boot Into Windows7 With Ubuntu Dual Boot?

Aug 11, 2010

I am trying to install ubuntu 10.04 on windows7.windows 7 was already installed.I ollowed these steps to install ubuntu 10.04.1)First i made some freespace in hard disk to install ubuntu using windows7 default options(By shrinking).2)I used USB drive to install ubuntu.I made it bootable using unetbootin.3)I followed normal steps install(language,area,keyboard,using manual partition i installed ubuntu in free space,etc).4)I got boot menu when it restarted.PROBLEM isAs long i use only ubuntu (boot into ubuntu --shutdown--boot into ubuntu --shutdown) it works well.

If once i boot into windows 7 and restart the system i am loosing boot menu options.The following error i am getting"no module name found Aborted.Press any key to exit".If i press any key,I guess its trying boot using internet and lastly it says Operating system not found and hangs.

View 9 Replies View Related

Ubuntu :: Dual Boot XP - 10.10 - Boot Screen Shows Up But Then Computer Restarts And Returns To The GRUB Menu

Dec 16, 2010

I followed a tutorial to install XP across my entire HDD. I installed Ubuntu 10.10 "Alongside another OS". Ubuntu loads fine, but when trying to load XP, the boot screen shows up, but then the computer restarts and returns to the GRUB menu.

I saw some threads on this site and tried to type: sudo gedit /boot/grub/menu.lst

In the terminal. It returned a blank text document so I'm not sure if that information was outdated. I then typed: sudo fdisk -l

And got this:

Not sure what any of this means, but I sure hope someone else does. I would say forget XP, but it's hard to let go of some of the games and software I use. I appreciate any responses, thank you.

I tried to format the table as it appeared, but the forum corrected the extra spaces.

View 7 Replies View Related

Ubuntu :: Multiple Boot Options In Grub Boot Menu?

Apr 3, 2010

I'm a noob but enjoying dual booting. However, every time I run update manager I get a new vmlinuz entry and now I have multiple boot options in my grub boot menu. Now when I have like 5 ubuntu entries to move past to select Windows. and the latest Ubuntu is always at the bottom so I have to annoyingly scroll down to select the latest there. I don't really understand what the vmlinuzXXX entries in the boot folder are for so I don't want to delete them. I've thought about editing the loop in the 10_linux file in the grub.d folder but it looks like its calling a function or macro or something:

Code:
linux='version_find_latest $list'

But like I said, I'm a noob to all this (a .Net developer on Windows professionally) and don't understand where this is. It looks like this function call has the logic I need to fix. Because its not finding the latest, its just finding all. How to I get back to one Ubunutu boot option like when I first installed?

View 4 Replies View Related

Ubuntu :: Hiding Boot Menu On Multi-boot System?

Apr 15, 2011

I have 4 OS's on a publicly used pc. I want to hide the boot menu on GRUB2 and have it appear only when I press and hold the SHIFT key during boot. Will changing in /etc/default/grub GRUB_HIDDEN_TIMEOUT to 0 safely accomplish this goal? Also, what is the command for deleting all of the former kernel upgrades from the boot menu?

View 8 Replies View Related

Ubuntu :: Change The Default OS To Boot In Dual Boot?

Aug 9, 2010

My comp came with Vista and then I installed Ubuntu, so it's dual boot. When I start up the computer, it eventually opens a screen with the options to boot Ubuntu, Vista and 3 other partitions. Ubuntu is at the top, Vista at the bottom, and it gives you five seconds to pick an OS or it automatically starts Ubuntu. This is very annoying because I almost always need Vista and I have a habit of pressing power and walking away and letting the computer load. Is there a way to have Vista be the default selection?

View 1 Replies View Related







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