root@hostname:/mnt/hdd# cd boot
root@hostname:/mnt/hdd/boot# cd grub
root@hostname:/mnt/hdd/boot/grub# cd ..
root@hostname:/mnt/hdd/boot# ls -al
total 9052
drwxr-xr-x 3 root root 4096 2006-09-22 13:22 .
drwxr-xr-x 20 root root 4096 2006-09-22 13:23 ..
-rw-r--r-- 1 root root 512 2006-09-13 18:34 backup_mbr
lrwxrwxrwx 1 root root 1 2006-09-13 18:13 boot -> .
-rw-r--r-- 1 root root 60418 2005-03-24 01:31 config-2.6.11.4-20a-default
-rw-r--r-- 1 root root 65588 2006-01-12 20:39 config-2.6.15-20060112174634-sm
p
drwxr-xr-x 2 root root 4096 2006-09-13 16:55 grub
lrwxrwxrwx 1 root root 27 2006-09-22 13:22 initrd -> initrd-2.6.11.4-20a-d
efault
-rw-r--r-- 1 root root 1292802 2006-09-22 13:22 initrd-2.6.11.4-20a-default
-rw-r--r-- 1 root root 1346570 2006-09-13 16:59 initrd-2.6.15-20060112174634-sm
p
lrwxrwxrwx 1 root root 32 2006-09-13 16:59 initrd.previous -> initrd-2.6.1
5-20060112174634-smp
-rw-r--r-- 1 root root 94388 2005-03-19 20:45 memtest.bin
-rw-r--r-- 1 root root 121 2005-03-24 01:31 README.vmlinux-2.6.11.4-20a-def
ault.gz
-rw-r--r-- 1 root root 99723 2006-01-12 20:44 symsets-2.6.15-20060112174634-s
mp.tar.gz
-rw-r--r-- 1 root root 302761 2006-01-12 20:44 symtypes-2.6.15-20060112174634-
smp.gz
-rw-r--r-- 1 root root 68372 2005-03-24 01:32 symvers-2.6.11.4-20a-i386-defau
lt.gz
-rw-r--r-- 1 root root 84111 2006-01-12 20:44 symvers-2.6.15-20060112174634-s
mp.gz
-rw-r--r-- 1 root root 708925 2005-03-24 01:26 System.map-2.6.11.4-20a-default
-rw-r--r-- 1 root root 721123 2006-01-12 20:24 System.map-2.6.15-2006011217463
4-smp
-rw-r--r-- 1 root root 1585408 2006-01-12 20:39 vmlinux-2.6.15-20060112174634-s
mp.gz
lrwxrwxrwx 1 root root 28 2006-09-22 13:22 vmlinuz -> vmlinuz-2.6.11.4-20a
-default
-rw-r--r-- 1 root root 1424645 2005-03-24 01:26 vmlinuz-2.6.11.4-20a-default
-rw-r--r-- 1 root root 1303889 2006-01-12 20:24 vmlinuz-2.6.15-20060112174634-s
mp
lrwxrwxrwx 1 root root 33 2006-09-13 16:59 vmlinuz.previous -> vmlinuz-2.6
.15-20060112174634-smp
root@hostname:/mnt/hdd/boot# cd grub
root@hostname:/mnt/hdd/boot/grub# cat menu.lst
# Modified by YaST2. Last modification on Mi Sep 13 16:34:44 UTC 2006
color white/blue black/light-gray
default 0
timeout 8
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 9.3
kernel (hd0,1)/boot/vmlinuz root=/dev/md0 selinux=0 acpi=ht init=/febrc load
_ramdisk=1 raid=noautodetect noapic resume=/dev/sda1 splash=silent showopts
initrd (hd0,1)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 9.3
kernel (hd0,1)/boot/vmlinuz root=/dev/md0 showopts ide=nodma apm=off acpi=of
f vga=normal noresume selinux=0 barrier=off nosmp noapic maxcpus=0 3
initrd (hd0,1)/boot/initrd
###Don't change this comment - YaST2 identifier: Original name: memtest86###
title Speichertest
kernel (hd0,1)/boot/memtest.bin
root@hotel342:/mnt/hdd/boot/grub#