Bug 116329 - grub, xp on /dev/hdb, wrong detected
Summary: grub, xp on /dev/hdb, wrong detected
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Installation (show other bugs)
Version: RC 1
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Jiri Srain
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 14:10 UTC by Frederik Vos
Modified: 2005-10-08 04:03 UTC (History)
1 user (show)

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 Frederik Vos 2005-09-10 14:10:56 UTC
fdisk -l

Schijf /dev/hda: 163.9 GB, 163928604672 bytes
255 koppen, 63 sectoren/spoor, 19929 cylinders
Eenheden = cylinders van 16065 * 512 = 8225280 bytes

 Apparaat Boot      Start         Einde    Blokken  Id  Systeem
/dev/hda1               1         129     1036161   82  Linux-swap / Solaris
/dev/hda2   *         130       19928   159035467+  83  Linux

Schijf /dev/hdb: 40.0 GB, 40027029504 bytes
255 koppen, 63 sectoren/spoor, 4866 cylinders
Eenheden = cylinders van 16065 * 512 = 8225280 bytes

 Apparaat Boot      Start         Einde    Blokken  Id  Systeem
/dev/hdb1   *           1        4865    39078081    7  HPFS/NTFS

the grub entry created at installation:

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    chainloader (hd1,0)+1

didn't work. I changed it into:

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    map (hd0) (hd1)
    map (hd1) (hd0)
    rootnoverify (hd1,0)
    chainloader +1
    makeactive

and it works
Comment 1 Jiri Srain 2005-09-26 14:47:43 UTC
What kind of strange setup do you have that it is needed to remap the disks 
for BIOS? 
 
Would it be possible to attach the logs? (see 
http://www.opensuse.org/index.php/Submit_a_bug for details) 
Comment 2 Lanfranco Gandolfo 2005-10-08 04:03:28 UTC
I can't duplicate it in GM 10.0
For me it is fixed