LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-08-2007, 01:41 PM   #1
willigiann
Member
 
Registered: Nov 2004
Posts: 46

Rep: Reputation: 15
opensuse 10.3 doesn't want to boot windows drives


hello,
i have two drives. one linux one windows. before 10.3 installation i could boot normaly using 10.2 installation. now i can't. when i try to boot i get as an error:
>a

any ideas?

my current menu.lst:
# Modified by YaST2. Last modification on Sat Oct 6 17:36:40 BST 2007
default 0
timeout 8
gfxmenu (hd1,5)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.3
root (hd1,5)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_SAMSUNG_HM120JIS116JD0P551435-part6 vga=0x317 resume=/dev/sdb5 splash=silent showopts
initrd /boot/initrd-2.6.22.5-31-default

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

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

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
root (hd1,5)
kernel /boot/vmlinuz-2.6.22.5-31-default root=/dev/disk/by-id/scsi-SATA_SAMSUNG_HM120JIS116JD0P551435-part6 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd-2.6.22.5-31-default

title 1
rootnoverify (hd1,5)
chainloader (hd0,0)+1

I don't have the old one but can you paste me yours if needed?
And this is the fdisk:

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1f1d1f1d

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13884 111523198+ 7 HPFS/NTFS
/dev/sda2 13885 14593 5695042+ 7 HPFS/NTFS

Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x88c8c731

Device Boot Start End Blocks Id System
/dev/sdb1 1 10444 83891398+ c W95 FAT32 (LBA)
/dev/sdb2 10445 14593 33326842+ f W95 Ext'd (LBA)
/dev/sdb5 10445 10706 2104483+ 82 Linux swap / Solaris
/dev/sdb6 10707 13317 20972826 83 Linux
/dev/sdb7 13318 14593 10249438+ 83 Linux

Disk /dev/mmcblk0: 495 MB, 495452160 bytes
4 heads, 16 sectors/track, 15120 cylinders
Units = cylinders of 64 * 512 = 32768 bytes
Disk identifier: 0x6f20736b

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot Start End Blocks Id System
/dev/mmcblk0p1 ? 12158374 29994462 570754815+ 72 Unknown
Partition 1 does not end on cylinder boundary.
/dev/mmcblk0p2 ? 2635774 32886216 968014120 65 Novell Netware 386
Partition 2 does not end on cylinder boundary.
/dev/mmcblk0p3 ? 29216898 59467339 968014096 79 Unknown
Partition 3 does not end on cylinder boundary.
/dev/mmcblk0p4 ? 45088769 45089636 27749+ d Unknown
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order

thanks
 
Old 10-08-2007, 04:35 PM   #2
swampdog2002
Member
 
Registered: Jul 2005
Distribution: Slackware 12.2, 13.0, openSUSE 11.2
Posts: 400

Rep: Reputation: 33
Have you tried the recovery method by booting off of the openSuSE 10.3 DVD to attempt to repair the bootloader? I can't remember the exact option from the menu choices on the disc, but I tried this recently with the 10.2 disc after a hard drive migration and it worked well.
 
Old 10-08-2007, 04:48 PM   #3
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Let's see if I understand this correctly.

You have:
Quote:
title openSUSE 10.3
root (hd1,5)
Quote:
title windows 1
rootnoverify (hd1,5)
Quote:
title windows 2
rootnoverify (hd1,5)
All three point to the same partition. That doesn't look right.

If it were my system, I'd change this:
Quote:
###Don't change this comment - YaST2 identifier: Original name: windows 1###
title windows 1
rootnoverify (hd1,5)
chainloader (hd0,0)+1

###Don't change this comment - YaST2 identifier: Original name: windows 2###
title windows 2
rootnoverify (hd1,5)
chainloader (hd0,1)+1
to this:
Quote:
###Don't change this comment - YaST2 identifier: Original name: windows 1###
title windows 1
root (hd0,0)
makeactive
chainloader (hd0,0)+1

###Don't change this comment - YaST2 identifier: Original name: windows 2###
title windows 2
root (hd0,1)
makeactive
chainloader (hd0,1)+1
unless one of the two windows entry points to a data partition, and not a bootable OS. In that case, delete the non-bootable entry from your menu.lst.
 
Old 10-09-2007, 05:25 AM   #4
willigiann
Member
 
Registered: Nov 2004
Posts: 46

Original Poster
Rep: Reputation: 15
you where 100% right!!!!
i can't believe it!!! i think there is a bug on suse! how can i report it?
i change it manually, and it worked.
and then i (just to check) run the module for bootloader again and i (graphicaly) add new entry and it did the SAME!!(wrong numbers)
 
Old 10-09-2007, 05:53 AM   #5
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by willigiann View Post
i think there is a bug on suse! how can i report it?
http://en.opensuse.org/Submit_a_Bug
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dual boot openSuse 10.2/Windows XP from scratch Ultrus SUSE / openSUSE 6 05-28-2007 10:03 PM
Why dose my internet work in windows but not in opensuse 10.2 on a dual boot computer jennylschofield Linux - Wireless Networking 6 04-22-2007 12:11 AM
How do I dual boot XP/openSUSE on two drives? uNiVerse555 Linux - Newbie 1 01-24-2007 04:05 PM
Dual-boot Linux and Windows on 2 drives rgbrock1 Linux - Newbie 3 11-30-2004 01:48 PM
Win98/Linux - dual boot : windows boot says logical drives exist past z ashpai Linux - Software 3 03-22-2001 10:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 06:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration