So, I installed Ubuntu 9.04...

Discussion and support for all Linux distributions and Unix flavours (FreeBSD, OpenBSD, etc).
Post Reply
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

So, I installed Ubuntu 9.04...

Post by DarkRanger »

...well, I thought I did. For some or other reason, the Grub bootloader doesn't show.

I first installed Win 7 Build 7100 x64, and then installed ubuntu, but I have no GRUB. Can anyone help me set up the GRUB bootloader so I can choose between ubuntu and 7? I'm posting this from ubuntu by the way...
Image
ryanrich
Forum Moderator
Posts: 8465
Joined: 07 Jun 2003, 02:00
Location: Adelaide, Australia

Re: So, I installed Ubuntu 9.04...

Post by ryanrich »

What options did you choose at the partition section when setting up Ubuntu? Run side by side or Ubuntu as a standalone?

You might need to reinstall grub with "grub-install" and then the relevant options, and then configure the start up list located at /boot/grub/menu.lst where you might need to manually add in your Windows install and the relevant partition location.

There might be an easier way though. Perhaps you can boot with the Ubuntu CD again and go into install, then at the partition options see if it still finds your Windows partition and proceed to reinstall making sure to select Run side by side or whatever the exact wording is...
WAJeff
Registered User
Posts: 28011
Joined: 30 Jun 2006, 02:00
Location: /dev/sda1/home
Contact:

Re: So, I installed Ubuntu 9.04...

Post by WAJeff »

Try download this App -http://supergrub.forjamari.linex.org
This sets GRUB as the default boot loader. It will most likely take away the Windows partiton, so you gonna have to do the following:

Open up Terminal, type in sudo and then your root password
type

Code: Select all

nano /boot/grub/menu.lst
Add the following line at the bottom:

Code: Select all

title Windows
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
chainloader +1
This will show your Win7 partition
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DarkRanger »

Nevermind. I had a VERY dumb moment.

I installed ubuntu yes, and my screen went off during installation. Thinking that the PC was rebooting, I removed the disk, and the PC restarted... That's why it didn't have grub. I posted that message after trying to install again, but cancelling halfway through, and ubuntu loading live from the disk.

Did a plain reinstall, and voila, it works perfectly now. Even better than I expected to be honest. I can see what the fuss is about. It's nice...

Now just to set up a few stuffs... Oh, by the way: Ubuntu > openSUSE by miles... It automatically picked up and mounted my 750GB HDD. Love it already!! :D
Image
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DarkRanger »

Okay guys, new problem:

I downloaded the new nVidia drivers from nVidia's site.

Now I type:

Code: Select all

sudo sh NVIDIA-Linux-x86_64-180.51-pkg2.run
to install it. Then I get the following error:

Code: Select all

 ERROR: You appear to be running an X server; please exit X before            
         installing.  For further details, please see the section INSTALLING   
         THE NVIDIA DRIVER in the README available on the Linux driver         
         download page at www.nvidia.com.
er... How do I go about installing the drivers now?
Image
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DarkRanger »

Google is my friend. :)

don't worry guys. Got it working...
Image
DAE_JA_VOO
Registered User
Posts: 12310
Joined: 28 Nov 2005, 02:00
Location: That other place
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DAE_JA_VOO »

DarkRanger wrote:Can anyone help me
DarkRanger wrote:Nevermind. I had a VERY dumb moment.

DarkRanger wrote:Okay guys, new problem:
DarkRanger wrote:don't worry guys. Got it working...
LOL.
That guy that used to mod cases. Now I take photos. True story.
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DarkRanger »

DAE_JA_VOO wrote:
DarkRanger wrote:Can anyone help me
DarkRanger wrote:Nevermind. I had a VERY dumb moment.
DarkRanger wrote:Okay guys, new problem:
DarkRanger wrote:don't worry guys. Got it working...
LOL.
STFU! :lol: :lol:

Dude, help me.

Whenever I select my new display driver as default, ubuntu restarts and then I get some weird message about the graphics driver is not working or something and I need to revert back to the old drivers. How can I make ubuntu install and use new nVidia drivers.
Image
DAE_JA_VOO
Registered User
Posts: 12310
Joined: 28 Nov 2005, 02:00
Location: That other place
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DAE_JA_VOO »

Dude, installing drivers the way you did it is too complicated. Just go to System -> Admin -> Hardware drivers, and install the drivers there. The OS will do everything for you from there :D
That guy that used to mod cases. Now I take photos. True story.
ryanrich
Forum Moderator
Posts: 8465
Joined: 07 Jun 2003, 02:00
Location: Adelaide, Australia

Re: So, I installed Ubuntu 9.04...

Post by ryanrich »

Yup, using the method DAE described will install the proprietary drivers and it's much easier to manage that way. I unfortunately see sweet bugger all when I go there thanks to the joke that is ATI... :(

But oh well, the open source drivers are working pretty well, compiz and everything is working cool, and I don't do much besides work in Linux anyways...
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DarkRanger »

New question!! Hiehie...

How can I move Windows UP on my bootpriorities.

ATM I have:

Ubuntu
Ubuntu Safe
Ubuntu Something Else
Windows 7

And if I forget about selecting Windows, I get booted into Ubuntu...

Any help? :)
Image
ryanrich
Forum Moderator
Posts: 8465
Joined: 07 Jun 2003, 02:00
Location: Adelaide, Australia

Re: So, I installed Ubuntu 9.04...

Post by ryanrich »

DarkRanger wrote:New question!! Hiehie...

How can I move Windows UP on my bootpriorities.

ATM I have:

Ubuntu
Ubuntu Safe
Ubuntu Something Else
Windows 7

And if I forget about selecting Windows, I get booted into Ubuntu...

Any help? :)
What you wanna do is set your Windows partition as the default selection on the GRUB menu, by doing the following:

Go to a terminal and type: sudo gedit /boot/grub/menu.lst

You then want to scroll down to this section:

# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0

Now, what you want to change is the part where it says "default 0". That "0" is specifying the first OS in the list. If you just have one install of Windows on your drive along with Ubuntu, then change the "0" to a "4" and it will auto select the Windows install the next time you reboot.
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DarkRanger »

Ok cool. will do this as soon as it autoboots into Ubuntu again!! :) Thanks Ryan.
Image
Vampyre_2099
Registered User
Posts: 1321
Joined: 04 Nov 2007, 02:00
Location: /home/jhb/fourways

Re: So, I installed Ubuntu 9.04...

Post by Vampyre_2099 »

if the first entry in the list is 0, then the 4th should actually be number 3, not 4 as mentioned
mybrute
myminicity
PCformat ZA Folding Stats

ImageImage
Spoiler: (show)
Desktop: Q8200 @ 2.33GHz ~ TRUE ~ DP35DP ~ 4GB Transcend Jetram RAM ~ Nvidia 8800GT ~ 250GB HDD
Notebook: T5550 @ 1.83GHz ~ 2GB RAM ~ ATI HD 2400 XT ~ 160GB HDD
GrimStoner
Registered User
Posts: 716
Joined: 08 Oct 2004, 02:00
Contact:

Re: So, I installed Ubuntu 9.04...

Post by GrimStoner »

Installed Ubuntu 9.04 last night... Wanted to setup a proxy server at home.

The only thing harder than setting up iptables, installing dhcp3, bind9 and squid is installing Microsoft's Team Foundation Server 2008.

Can't believe nobody thought of making a wizard type thing for this. Seems such a common requirement.
ryanrich
Forum Moderator
Posts: 8465
Joined: 07 Jun 2003, 02:00
Location: Adelaide, Australia

Re: So, I installed Ubuntu 9.04...

Post by ryanrich »

Vampyre_2099 wrote:if the first entry in the list is 0, then the 4th should actually be number 3, not 4 as mentioned
No, that is incorrect.

If he has a simple dual boot between Ubuntu and Windows 7, then his GRUB menu should look something like this:

Ubuntu 9.04
Ubuntu 9.04 Recovery Mode
Ubuntu 9.04 memtest
Other operating systems:
Windows 7

Now, changing it to "default 3" would position the cursor at "Other operating systems:" where it would sit and do nothing, so "default 4" is indeed correct. :wink:
Vampyre_2099
Registered User
Posts: 1321
Joined: 04 Nov 2007, 02:00
Location: /home/jhb/fourways

Re: So, I installed Ubuntu 9.04...

Post by Vampyre_2099 »

I suppose you right :lol:

Not thinking clearly
mybrute
myminicity
PCformat ZA Folding Stats

ImageImage
Spoiler: (show)
Desktop: Q8200 @ 2.33GHz ~ TRUE ~ DP35DP ~ 4GB Transcend Jetram RAM ~ Nvidia 8800GT ~ 250GB HDD
Notebook: T5550 @ 1.83GHz ~ 2GB RAM ~ ATI HD 2400 XT ~ 160GB HDD
User avatar
rustypup
Registered User
Posts: 8872
Joined: 13 Dec 2004, 02:00
Location: nullus pixius demonica
Contact:

Re: So, I installed Ubuntu 9.04...

Post by rustypup »

GrimStoner wrote:Installed Ubuntu 9.04 last night... Wanted to setup a proxy server at home.
:? you are aware of the LAMP version available with each revision, right?...

besides which, IPCop does this job far more swimmingly....
Most people would sooner die than think; in fact, they do so - Bertrand Russel
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DarkRanger »

Hi guys,

I'm back on Ubuntu but just for Programming purposes. And I need some help.

I downloaded the new FF version. It gave me a *.tar.bz2 file. How do I install it.

And then is there any way I can remove my graphics drivers, or roll them back or just let Ubuntu install new ones? Because the System -> Administration -> Hardware drivers gives me a list of nVidia drivers, but when I activate them it says upon restart that something is wrong with my graphics configuration and it is reverting back to generic configuration.
Image
DarkRanger
Registered User
Posts: 8346
Joined: 10 May 2006, 02:00
Processor: Intel i5-3750
Motherboard: Gigabyte
Graphics card: nVidia GTX 550Ti
Memory: 8GB Jetram
Contact:

Re: So, I installed Ubuntu 9.04...

Post by DarkRanger »

Image

That is the error that I am getting.
Image
User avatar
rustypup
Registered User
Posts: 8872
Joined: 13 Dec 2004, 02:00
Location: nullus pixius demonica
Contact:

Re: So, I installed Ubuntu 9.04...

Post by rustypup »

you should be able to simply disable the driver, which will revert to the default:

System>Administration>Hardware Drivers then select the offending driver and click on "Disable".

you could also try resetting the xserver configs...

Code: Select all

sudo dpkg-reconfigure xserver-xorg
this will take you through the various config options again...
Most people would sooner die than think; in fact, they do so - Bertrand Russel
Post Reply