ich bin hier am verzweifeln. Habe eben die halbe Nacht erfolglos hinter mir (einschließlich pennen auf dem Sofa).
Die SuFu hatte ich erbarmungslos gequelt doch nichts brachte den gewünschten Erfolg.
Zu meinem Problem.
Ich hatte mir, oder hatte es sich mal wieder selbst?, das Win XP zerschossen. Wie dem auch sei. Ich installierte es neu, dabei überschrieb es natürlich den MBR.
Also bootete ich per Knoppix CD und führte zunächst folgendes aus:
Danach in Cfdisk die root Parttion mit dem Boot Flag markiert.grub-install –root-directory=/mnt/“root-partition“ /dev/“root-partition“
Es funktionierte soweit alles prächtig und ich hatte mein geliebtes Debian wieder.
Danach folgte der obligatorische Test des WinXP und siehe da es geht nicht.
Es erscheint der Fehler:
Ich versuchte verschiedenes mit dem "map" Befehl und vieles andere, nur kam ich damit nicht sehr weit.Filesystem type unknown, partition type 0x7
Meine menu.list
- title Debian GNU/Linux, kernel 2.6.20.1
root (hd0,1)
kernel /boot/vmlinuz-2.6.20.1 root=/dev/sda2 ro
savedefault
title Debian GNU/Linux, kernel 2.6.20.1 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20.1 root=/dev/sda2 ro single
savedefault
title Debian GNU/Linux, kernel 2.6.18-3-686
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-3-686 root=/dev/sda2 ro
initrd /boot/initrd.img-2.6.18-3-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-3-686 (single-user mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-3-686 root=/dev/sda2 ro single
initrd /boot/initrd.img-2.6.18-3-686
savedefault
### 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 Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
- debian:/home/debx# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 7296 58605088+ 7 HPFS/NTFS
/dev/sda2 7297 8512 9767520 83 Linux
/dev/sda3 8513 8779 2144677+ 82 Linux swap / Solaris
/dev/sda4 8780 14593 46700955 83 Linux
debian:/home/debx#