d00mfreak
Inaktiver Account von PCGH_Reinhard
Hi
Wollt mir grad mal wieder Linux installieren, bekommen aber jedesmal sofort nach dem ersten Neustart einen Grub Error 17, das soll anscheinend soviel heißen, dass er die boot/root-Partition nicht findet. Im Internet wurde als Lösungsweg das Überprüfen und Ausbessern der menu.lst gepriesen, wo ich allerdings keinen Fehler entdecken konnte. Da ich inzwischen quasi alles ausprobiert hab, lass ich euch mal ran
fdisk -l
fstab
und die menu.lst
Zum Verständnis:
sda1 - Windows Systempartition
sdb - Linux + Swap
sdc1 - Datenlager
Ich hoffe, ihr findet was, das ich übersehen habe.
MfG
DooM
Wollt mir grad mal wieder Linux installieren, bekommen aber jedesmal sofort nach dem ersten Neustart einen Grub Error 17, das soll anscheinend soviel heißen, dass er die boot/root-Partition nicht findet. Im Internet wurde als Lösungsweg das Überprüfen und Ausbessern der menu.lst gepriesen, wo ich allerdings keinen Fehler entdecken konnte. Da ich inzwischen quasi alles ausprobiert hab, lass ich euch mal ran

fdisk -l
Code:
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00065582
Device Boot Start End Blocks Id System
/dev/sda1 * 1 30402 244196352 7 HPFS/NTFS
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe7871792
Device Boot Start End Blocks Id System
/dev/sdb1 1 29413 236259891 83 Linux
/dev/sdb2 29414 30401 7936110 82 Linux swap / Solaris
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5eacce6a
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 30402 244196352 7 HPFS/NTFS
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb1
UUID=edf5929c-d0cc-45c5-982b-8090f6ee781c / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=D2D69AB8D69A9BF3 /media/sda1 ntfs defaults,umask=007,gid=46 0 1
# /dev/sdc1
UUID=8ECAD934CAD91973 /media/sdc1 ntfs defaults,umask=007,gid=46 0 1
# /dev/sdb2
UUID=d4e8a1e5-1602-4ca2-90bd-490fc8eb41d0 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
Code:
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=edf5929c-d0cc-45c5-982b-8090f6ee781c ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=edf5929c-d0cc-45c5-982b-8090f6ee781c ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd1,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
sda1 - Windows Systempartition
sdb - Linux + Swap
sdc1 - Datenlager
Ich hoffe, ihr findet was, das ich übersehen habe.
MfG
DooM


