Results 1 to 9 of 9
Hey guys I just updated my windows side of the computer to windows 7. Prior to the update I was also running Ubuntu 9.10 and when I would boot up ...
- 01-29-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 12
Windows 7 Upgrade, where is grub?
Hey guys I just updated my windows side of the computer to windows 7. Prior to the update I was also running Ubuntu 9.10 and when I would boot up the grub would come up asking me which I would like to boot. However, since the upgrade to windows 7 I no longer am getting this choice, the computer just automatically boots into windows 7. How to I get the grub back?!
Thanks Guys!
-Matt
- 01-29-2010 #2
Yeah, Windows has a knack of taking over.
You just need to reinstall GRUB.
This link should get you going: Installing GRUB natively - GNU GRUB Manual 0.97
If you run into any problems, post the output of:and we'll get you fixed up.Code:fdisk -l
That's a lower case 'L', not a '1'Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 01-29-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 12
- 01-29-2010 #4Boot up your Ubuntu 9.10 Live CD. If Unavailable. Download Ubuntu 9.10 in Windows 7 and burn a new CD.How do I get into linux to do this
Edit: Another option is to use Super Grub Disk Homepage to repair Grub Bootloader.Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 01-29-2010 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 12
- 01-29-2010 #6Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
Yes, boot from CD. Which CD are you referring to,Ubuntu or SuperGrub?I have the CD and I put it in, but which option do I choose? Boot from CD?
Yes, it should install to the hard drive. You should post your partition information as suggested above using the command from Ubuntu CD if that's what you are using: sudo fdisk -l (lower case Letter L in command) You could then get specific instructions on what to do from someone here.if so then when I install the new grub does it actually install to my hard drive since I am booting from the CD?
- 01-30-2010 #7Just Joined!
- Join Date
- Jan 2010
- Posts
- 12
Here you go, someone help please!!
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x282d282d
Device Boot Start End Blocks Id System
/dev/sda1 * 1 12934 103892323+ 7 HPFS/NTFS
/dev/sda2 12936 14462 12265627+ c W95 FAT32 (LBA)
/dev/sda3 14463 14593 1052257+ d7 Unknown
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8ab6c477
Device Boot Start End Blocks Id System
/dev/sdb1 1 10678 85771003+ 7 HPFS/NTFS
/dev/sdb2 10679 14593 31447237+ 5 Extended
/dev/sdb5 10679 14426 30105778+ 83 Linux
/dev/sdb6 14427 14593 1341396 82 Linux swap / Solaris
- 01-30-2010 #8Just Joined!
- Join Date
- Jan 2010
- Posts
- 12
They are both 120GB internal laptop hard drives.
- 01-30-2010 #9
You should be able to install GRUB from any LiveCD.
Boot up, and from a terminal, execute:
Post back if you have any issues.Code:grub-install You'll get a grub prompt. root (hd1,0) This should set the root device as sdb1. setup (hd0) Installs GRUB to the MBR of the second drive.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote
