ralf@linux-h78p:~> grep -i Type /etc/sysconfig/bootloader
## Type: list(grub,lilo,none)
# Type of bootloader in use.
LOADER_TYPE="grub"
## Type: list(floppy,mbr,root,boot,custom,none)
## Type: yesno
## Type: integer(0:)
ralf@linux-h78p:~> grep -i location /etc/sysconfig/bootloader
# Location of boot loader.
LOADER_LOCATION=""
linux-h78p:/home/ralf # fdisk -l
Platte /dev/sda: 320.0 GByte, 320072933376 Byte
255 Köpfe, 63 Sektoren/Spuren, 38913 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x0c62b68c
Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 1 847 6803495 27 Unbekannt
/dev/sda2 848 6410 44684796 7 HPFS/NTFS
/dev/sda3 * 6411 31002 197535240 5 Erweiterte
/dev/sda5 6411 10301 31254423 7 HPFS/NTFS
/dev/sda6 20821 31002 81786883+ 7 HPFS/NTFS
/dev/sda7 10302 10563 2104483+ 82 Linux Swap / Solaris
/dev/sda8 10564 12658 16828056 83 Linux
/dev/sda9 12659 20820 65561233+ 83 Linux
Partitionstabelleneinträge sind nicht in Platten-Reihenfolge
linux-h78p:/home/ralf # cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on Do Sep 24 11:03:20 CEST 2009
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,7)/boot/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1
root (hd0,7)
kernel /boot/vmlinuz root=/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part8 repair=1 resume=/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part7 splash=silent showopts
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.1
root (hd0,7)
kernel /boot/vmlinuz root=/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part8 showopts ide=nodma apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: linux###
title Kernel-2.6.27.29-0.1-pae
root (hd0,7)
kernel /boot/vmlinuz-2.6.27.29-0.1-pae root=/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part8 repair=1 resume=/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part7 splash=silent showopts
initrd /boot/initrd-2.6.27.29-0.1-pae
title windows xp
rootnoverify (hd0,4)
makeactive
chainloader +1
title windows vista
rootnoverify (hd0,4)
makeactive
chainloader +1
cat /etc/fstab
/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part7 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part8 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part9 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part2 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=de_DE.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part5 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=de_DE.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349-part6 /windows/E ntfs-3g users,gid=users,fmask=133,dmask=022,locale=de_DE.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
linux-h78p:/home/ralf #
linux-h78p:/home/ralf # cat /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXEZ08NK2349