wenn ich mit debian hochfahre ist alles gut
wenn ich mit windows hochfahre, oder versuche, kommt nach grub nichts mehr.
windows partition müsste eigentlich richtig eingetragen sein in der grub.cfg
Code: Alles auswählen
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 0cb4e547b4e533bc
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
Code: Alles auswählen
root@debianX1:/# fdisk -l
Disk /dev/sdb: 300.1 GB, 300067970560 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000ee9d5
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 34998 281121403+ 83 Linux
/dev/sdb2 34999 36481 11912197+ 5 Extended
/dev/sdb5 34999 36481 11912166 82 Linux swap / Solaris
Disk /dev/sdc: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5a196ce0
Device Boot Start End Blocks Id System
/dev/sdc1 1 182401 1465136001 83 Linux
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000b6d82
Device Boot Start End Blocks Id System
/dev/sda1 * 1 77826 625129472 7 HPFS/NTFS
root@debianX1:/#
danke