Bug 128919 - grub is not configured properly by Yast2 to boot Windows from second disk
Summary: grub is not configured properly by Yast2 to boot Windows from second disk
Status: RESOLVED DUPLICATE of bug 119174
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Jiri Srain
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-18 00:00 UTC by Adrian Basescu
Modified: 2005-10-21 13:45 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Basescu 2005-10-18 00:00:28 UTC
Configuration - disk 0 - Linux
disk 1 - Windows

The grub configuration generated by YAST2 is not valid, it cannot boot Windows.
It si only a chainloade command. The real set of grub commands to boot Windows
from the second disk is documented wel in grub info and it start with switchisn
the order of the drives so the second drive is set to be the first so the
Windows boot can be started normally.

So YAST2 configures grub: 
chainloader +1

instead of 

map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
Comment 1 Jiri Srain 2005-10-21 08:01:49 UTC
Attach the installation logs, please. See

http://www.opensuse.org/Bug_Reporting_FAQ#YaST

for more info.
Comment 2 Adrian Basescu 2005-10-21 13:31:28 UTC
If the Yast2 installation log was not saved on hard disk, I have no logs.
Comment 3 Jiri Srain 2005-10-21 13:45:35 UTC
OK, so I will suppose it is a duplicate of a similar bug.

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