Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-05-2005, 02:17 AM   #1 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default dual boot Grub issue

the friend i've been helping with ubuntu is having a dual boot problem... grub didn't recognize his windows drive, so he can't get back into windows... i tried updating grub with update-grub but it just reread the linux drive...

he has ubuntu on the hda1 and windows on hda2, can anyone help me with an updated grub configuration?
__________________
TheRecluse is offline  
Old 09-06-2005, 02:43 PM   #2 (permalink)
 
Newb Techie

Join Date: Jun 2005

Posts: 42

digital-angel

Default

Hi

This is a sample config:
root (hd0,2) // Partition 0 and partition 2 on the harddrive
install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) /boot/grub/stage2 0x8
000 (hd0,2)/boot/grub/menu.lst
quit

Grub is not like lilo. Grub is automatically updating itself if there are any changes and lilo is not. You could start the installation again though without deleting anything and then select reapair or some option like that and fix the boot loader. I have done this before so it is an option there which i easily accessible. You could also edit the /etc/grub.conf file or check it to see if there is something wrong there.
__________________
digital-angel, Network Cats
www.network-cats.net
digital-angel is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On