|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
Need help installing Ubuntu 9.10
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Performance over looks
![]()
Join Date: Dec 2005
Location: The Netherlands
Posts: 10,908
Rep: 1084
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Unique Rep: 769
Trader Rating: 0
|
Previously I had Ubuntu 9.04 installed, but then my bootloader got messed up so had to run fixmbr to be able to boot from Vista again.
Now I'm trying to install Ubuntu 9.10, and after the installation it reboots and I get the following error: GRUB loading error> no such partition I installed 9.10 manually by selecting a 14GB partition and added the "/" mark. Also have a 6GB swap partition. The installation went flawless, why this error? My guess is that the previous time I had 9.04 installed, I did not remove GRUB and now it is not succesful in overwriting it?
__________________
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||||||
|
Intel Overclocker
![]() |
Try reformatting completely and installing lik a fresh install ,if it is your main OS
__________________
Every Overclocker was first an amateur 92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, put this in your sig. 95% of people make up the stats in their sig. If you are part of the 5% who uses real stats, put this in your sig. <We <3 hard toilet seats]
|
|||||||||||||
|
|
|
|
|
#3 (permalink) | |||||||||
|
om nom nom
![]()
Join Date: Apr 2008
Location: On earth, thankfully.
Posts: 7,616
Rep: 550
![]() ![]() ![]() ![]() ![]() ![]() Unique Rep: 413
Trader Rating: 3
|
i've had this issue before.
if it doesn't work after rebooting once or twice, i'd suggest reformatting and then reinstalling.
__________________
![]() must... help... moar...![]() ![]() Quote:
|
|||||||||
|
|
|
|
#4 (permalink) | ||||||||||||
|
Linux Lobbyist
|
I had a similar problem the other day. I searched ubuntu forums and found this:
http://ubuntuforums.org/archive/index.php/t-24113.html This is the part that worked for me: Quote:
Hope this helps for you.
__________________
Windows is like a case of the crabs you really can do without it
|
||||||||||||
|
|
|
|
|
#5 (permalink) | ||||||||||||||||
|
Performance over looks
![]()
Join Date: Dec 2005
Location: The Netherlands
Posts: 10,908
Rep: 1084
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Unique Rep: 769
Trader Rating: 0
|
Quote:
Quote:
Quote:
__________________
|
||||||||||||||||
|
|
|
|
#6 (permalink) | ||||||||||||||
|
Security Sleuth
|
This seems like it is a very common problem for people that are upgrading.
idk if i can help you, but you might be able to do something with a gparted live cd?
__________________
Quote:
Google Chrome Club http://valid.x86-secret.com/show_oc.php?id=443876
|
||||||||||||||
|
|
|
|
|
#7 (permalink) | |||||||||||||
|
Linux Lobbyist
![]() |
You will have to point Grub to the proper location.
Since you have 2 HDDs, and I'm assuming at least 2 partitions on one of those, you'll either have to make grub search for it, or just brute force it, which will be easy since there are only 3 possibilites: hd0,0 hd0,1 or hd1,0 (unless it's on your hd1, then it's hd1,1) When grub pops up does it automatically show that error, or when you select Ubuntu to boot? I've had grub errors, but only in locating my installs. And a reinstall usually fixes it. I don't know if it is an option with the Ubuntu installer, but Fedora asks where you want to put Grub, MBR and some other option I never use.
Last edited by esocid : 3 Weeks Ago at 12:54 PM |
|||||||||||||
|
|
|
|
|
#8 (permalink) | ||||||||||||||
|
Performance over looks
![]()
Join Date: Dec 2005
Location: The Netherlands
Posts: 10,908
Rep: 1084
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Unique Rep: 769
Trader Rating: 0
|
Yes I have 2 HDD's. How can I make GRUB search for the right HDD?
I installed Ubuntu on an EXT4 formatted partition if that matters. And when GRUB loads I don't get to the selection screen, but I get prompted with the rescue console. Quote:
__________________
Last edited by Acoma_Andy : 3 Weeks Ago at 04:27 PM |
||||||||||||||
|
|
|
|
#9 (permalink) | ||||||||||||||
|
Linux Lobbyist
![]() |
Quote:
Code:
chroot /mnt/sysimage Code:
sudo mkdir /mnt/root sudo mount -t ext4 /dev/sda1 /mnt/root //or use sda2 if that is where your install is sudo mount -t proc none /mnt/root/proc sudo mount -o bind /dev /mnt/root/dev sudo chroot /mnt/root /bin/bash Code:
sudo grub find /boot/grub/stage1 root (hdx,y) //whatever the location of 'find' outputs setup (hd0)
|
||||||||||||||
|
|
|
|
|
#10 (permalink) | ||||||||||||||
|
Performance over looks
![]()
Join Date: Dec 2005
Location: The Netherlands
Posts: 10,908
Rep: 1084
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Unique Rep: 769
Trader Rating: 0
|
Ok, I tried that and as response I got the same for both sda1 and sda2:
Quote:
__________________
|
||||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|