>fdisk -l
Disk /dev/hda: 20.4 GB, 20490559488 bytes
255 heads, 63 sectors/track, 2491 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2490 20000893+ 7 HPFS/NTFS
Disk /dev/hdb: 20.4 GB, 20490559488 bytes
255 heads, 63 sectors/track, 2491 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 262 2104483+ 82 Linux swap / Solaris
/dev/hdb2 * 263 1300 8337735 83 Linux
/dev/hdb3 1301 2001 5630782+ 83 Linux
/dev/hdb4 2002 2491 3935925 f W95 Ext’d (LBA)
/dev/hdb5 2002 2491 3935893+ 6 FAT16
Disk /dev/hdd: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 1 6528 52436128+ 83 Linux
/dev/hdd2 6529 19582 104856255 83 Linux
/dev/hdd3 19583 32636 104856255 83 Linux
/dev/hdd4 32637 36479 30868897+ 82 Linux swap / Solaris
hda: MBR, 1 partition with Windows NTFS
hdb2: SuSE 9.3, currently working
hdd1: Partition on which I installed openSUSE 11. It worked,
but when I tried to add SuSE 9.3 to the bootloader, it vanished.
hdd4: I used it as swap for openSUSE 11 because I didn’t want
to use hdb at all.
SuSE 9.3>more /etc/fstab
/dev/hdb2 / reiserfs acl,user_xattr 1 1
/dev/hdb3 /home reiserfs defaults 1 2
/dev/hdb1 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid
,sync 0 0
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=00
02,nls=utf8 0 0
/dev/hdb5 /windows/D vfat users,gid=users,umask=0002,
utf8=true 0 0
/dev/hdc /media/dvdram subfs noauto,fs=cdfss,ro,procuid,
nosuid,nodev,exec,iocharset=utf8 0 0
/dev/hdd1 /data1 auto noauto,user 0 0
/dev/hdd2 /data1 auto noauto,user 0 0
/dev/hdd3 /data1 auto noauto,user 0 0
SuSE93> more /boot/grub/menu.lst
Modified by YaST2. Last modification on Sat Oct 4 13:31:11 EDT 2008
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd1,1)/boot/message
###Don’t change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 9.3
kernel (hd1,1)/boot/vmlinuz root=/dev/hdb2 vga=0x31a selinux=0 splash=silen
t resume=/dev/hdd4 showopts
initrd (hd1,1)/boot/initrd
###Don’t change this comment - YaST2 identifier: Original name: windows###
title Windows
root (hd0,0)
chainloader +1
###Don’t change this comment - YaST2 identifier: Original name: floppy###
title Floppy
root (fd0)
chainloader +1
###Don’t change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe – SUSE LINUX 9.3
kernel (hd1,1)/boot/vmlinuz root=/dev/hdb2 showopts ide=nodma apm=off acpi=o
ff vga=normal noresume selinux=0 barrier=off nosmp noapic maxcpus=0 3
initrd (hd1,1)/boot/initrd
I’m willing to give this another try if there are no
known issues.
Now that I know how to repair the boot loader (or GRUB?),
it will at most take me 2 hours.
Thanks for your help! Stephan