Hi@all,
ich versuche heuet schon den ganzen Tag mit Grub 2 einen Dualboot hinzukriegen.
Ich habe schon in zahlreichen Foren folgendes gelesen:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
# copied from /boot/grub/grub.cfg
menuentry "Windows XP Home (on /dev/sdaX)" {
insmod ntfs
set root='(hd0,X)'
search --no-floppy --fs-uuid --set _UUID_
drivemap -s (hd0) ${root}
chainloader +1
}
Leider bootet mein XP trotzdem nicht und bleibt beim blinkenden Cursor.
Wieso nur ?
MfG