Bug 104083

Summary: GRUB Install doesn't set up windows partition correctly!
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Fraser Addison <fraser.addison>
Component: InstallationAssignee: Jiri Srain <jsrain>
Status: RESOLVED DUPLICATE QA Contact: Klaus Kämpf <kkaempf>
Severity: Major    
Priority: P5 - None CC: forgotten_6CfSUJ5Yw_
Version: Beta 1   
Target Milestone: ---   
Hardware: 64bit   
OS: All   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: YaST 2 log (y2log-4)
/var/log/YaST2/y2log-5
/var/log/YaST2/y2logRPM
/var/log/YaST2/y2log_tool_grub

Description Fraser Addison 2005-08-11 11:31:40 UTC
Tried installing twice and both time it screwed up the WindowsXP selection in
menu.1st for GRUB boot loader here is the only line it put...

title Windows
chainloader (hd0,0)/dev/hda1

When it should probably be...

title Windows
root (hd0,0)
chainloader +1
Comment 1 Stanislav Visnovsky 2005-08-11 12:04:11 UTC
Please, attach the YaST2 logs. 
Comment 2 Forgotten User 6CfSUJ5Yw_ 2005-08-13 18:47:43 UTC
Created attachment 45973 [details]
YaST 2 log (y2log-4)
Comment 3 Forgotten User 6CfSUJ5Yw_ 2005-08-13 18:52:58 UTC
This bug occurs on 32 bit systems also (Pentium M).  The YaST2 generated entry is:

title Windows
    chainloader (hd0,6)/dev/hda1

This does not work, GRUB complains about not being able to find the file (I will
restore the incorect stanza and write down the exact message.  Note that this is
not self-consistent, /dev/hda1 = (hd0,0).  (hd0,6) is the Linux root partition.
The following does work:

title Windows
    root (hd0,0)
    chainloader +1

I just uploaded one of the YaST2 logs that mention grub.  I will attach the others.
Comment 4 Forgotten User 6CfSUJ5Yw_ 2005-08-13 18:55:36 UTC
Created attachment 45974 [details]
/var/log/YaST2/y2log-5
Comment 5 Forgotten User 6CfSUJ5Yw_ 2005-08-13 18:56:16 UTC
Created attachment 45975 [details]
/var/log/YaST2/y2logRPM
Comment 6 Forgotten User 6CfSUJ5Yw_ 2005-08-13 18:56:42 UTC
Created attachment 45976 [details]
/var/log/YaST2/y2log_tool_grub
Comment 7 Jiri Srain 2005-08-15 07:19:28 UTC

*** This bug has been marked as a duplicate of 102703 ***