• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Grub: Selected cylinder exceeds max supported by BIOS

mkossmann

Member
Grub1 steigt mit "Selected cylinder exceeds max supported by BIOS" aus, wenn die Linux Installation mit /boot in /dev/sdg6 starten will. Boot Platte ist /dev/sdf, grub in /dev/sdf3 installiert ( /dev/sda - /dev/sde ist der memory card reader, also keine weitere Festplatte vorhanden)
# fdisk -l /dev/sdf

Platte /dev/sdf: 80.0 GByte, 80026361856 Byte
255 Köpfe, 63 Sektoren/Spur, 9729 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd2ce93d5

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdf1 1 13 102400 7 HPFS/NTFS
Partition 1 endet nicht an einer Zylindergrenze.
/dev/sdf2 13 5555 44514304 7 HPFS/NTFS
Partition 2 endet nicht an einer Zylindergrenze.
/dev/sdf3 * 5555 9730 33532928 f W95 Erw. (LBA)
/dev/sdf5 5555 5816 2096482 83 Linux
/dev/sdf6 5816 9729 31424512 8e Linux LVM
linux-d9uf:~ # fdisk -l /dev/sdg

Platte /dev/sdg: 2000.4 GByte, 2000398934016 Byte
255 Köpfe, 63 Sektoren/Spur, 243201 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6e406a3f

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdg1 1 173777 1395862528 f W95 Erw. (LBA)
/dev/sdg5 1 133676 1073742848 8e Linux LVM
/dev/sdg6 133676 133695 158720 83 Linux
/dev/sdg7 133696 134348 5245191 83 Linux

/etc/grub.conf ist :
setup --stage2=/boot/grub/stage2 --force-lba (hd0,2) (hd0,4)
quit

/boot/grub/menu.lst ist :
# Modified by YaST2. Last modification on Fr Okt 22 04:44:00 CEST 2010
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader

default 0
timeout 8
gfxmenu (hd0,4)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title Desktop -- openSUSE 11.3 - 2.6.36-rc8-2.99.41.d068f12
root (hd0,4)
kernel /boot/vmlinuz-2.6.36-rc8-2.99.41.d068f12-desktop root=/dev/disk/by-id/ata-INTEL_SSDSA2M080G2GN_CVPO027202SP080JGN-part5 resume=/dev/system1/swap splash=silent quiet showopts vga=0x317
initrd /boot/initrd-2.6.36-rc8-2.99.41.d068f12-desktop

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.3 - 2.6.36-rc8-2.99.41.d068f12
root (hd0,4)
kernel /boot/vmlinuz-2.6.36-rc8-2.99.41.d068f12-desktop root=/dev/disk/by-id/ata-INTEL_SSDSA2M080G2GN_CVPO027202SP080JGN-part5 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x317
initrd /boot/initrd-2.6.36-rc8-2.99.41.d068f12-desktop


###Don't change this comment - YaST2 identifier: Original name: linux###
title Desktop -- openSUSE 11.3 - 2.6.34.7-0.4
root (hd0,4)
kernel /boot/vmlinuz-2.6.34.7-0.4-desktop root=/dev/disk/by-id/ata-INTEL_SSDSA2M080G2GN_CVPO027202SP080JGN-part5 resume=/dev/system1/swap splash=silent quiet showopts vga=0x317
initrd /boot/initrd-2.6.34.7-0.4-desktop


###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.3 - 2.6.34.7-0.4
root (hd0,4)
kernel /boot/vmlinuz-2.6.34.7-0.4-desktop root=/dev/disk/by-id/ata-INTEL_SSDSA2M080G2GN_CVPO027202SP080JGN-part5 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x317
initrd /boot/initrd-2.6.34.7-0.4-desktop

###Don't change this comment - YaST2 identifier: Original name: linux###
title GNU GRUB 2 -- openSUSE 11.3 - GNU GRUB 2
kernel (hd0,4)/boot/grub2/core.img root=/dev/disk/by-id/ata-INTEL_SSDSA2M080G2GN_CVPO027202SP080JGN-part5 resume=/dev/system1/swap splash=silent quiet showopts vga=0x317


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


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


###Don't change this comment - YaST2 identifier: Original name: Desktop -- openSUSE 11.4 Milestone 2 of 6 - 2.6.36-rc4-16 (/dev/sdg6)###
title Desktop -- openSUSE 11.4 Milestone 2 of 6 - 2.6.36-rc4-16 (/dev/sdg6)
root (hd1,5)
configfile /boot/grub/menu.lst

/boot/grub/device.map ist:

(hd0) /dev/disk/by-id/ata-INTEL_SSDSA2M080G2GN_CVPO027202SP080JGN
(hd1) /dev/disk/by-id/ata-WDC_WD2001FASS-00W2B0_WD-WMAY00075426

Die Fehlermeldung sieht zunächt nach einem BIOS Problem aus, aber Grub2 hat keine Probleme, diese Installation mit der folgenden grub.cfg zu booten :

# Timeout for menu
set timeout=10

# Set default boot entry as Entry 0
set default=0

# Entry 0 - Load Linux kernel
menuentry "factory" {
set root=(hd1,6)
linux /vmlinuz root=/dev/system2/root_factory nomodeset
initrd /initrd
}

Deswegen möchte ich ein BIOS Problem ausschliessen. Ist das ein Bug in Grub1 ?
 

spoensche

Moderator
Teammitglied
Wenn das Problem bei 11.4 Milestone auftritt, dann sende den Entwickler einen Bugreport. 11.4 ist noch mitten in der Entwicklung.
 
Oben