SUSE / openSUSE This Forum is for the discussion of Suse Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-08-2007, 01:41 PM
|
#1
|
Member
Registered: Nov 2004
Posts: 46
Rep:
|
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
|
|
|
10-08-2007, 04:35 PM
|
#2
|
Member
Registered: Jul 2005
Distribution: Slackware 12.2, 13.0, openSUSE 11.2
Posts: 400
Rep:
|
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.
|
|
|
10-08-2007, 04:48 PM
|
#3
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908
|
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.
|
|
|
10-09-2007, 05:25 AM
|
#4
|
Member
Registered: Nov 2004
Posts: 46
Original Poster
Rep:
|
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)
|
|
|
10-09-2007, 05:53 AM
|
#5
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Quote:
Originally Posted by willigiann
i think there is a bug on suse! how can i report it?
|
http://en.opensuse.org/Submit_a_Bug
|
|
|
All times are GMT -5. The time now is 06:48 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|