Problem mit Grub Bootmenu und Win 7 startet nicht

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
5400satfan
Beiträge: 1
Registriert: 11.09.2010 01:30:35
Kontaktdaten:

Problem mit Grub Bootmenu und Win 7 startet nicht

Beitrag von 5400satfan » 11.09.2010 10:04:33

Ich habe Debian 5.0 installiert, das Bootmenu zeigt mir all meine Betriebssysteme an,
Sda1 Linux, Sdb1 Win7, Sdc1 XP & Sdd1 Vista

Code: Alles auswählen

MD-8383:/home/nice# sudo fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x2e7d6448

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        1216     9767488+  83  Linux
/dev/sda2            1217        9300    64934730    5  Extended
/dev/sda3            9301       19457    81586102+   b  W95 FAT32
/dev/sda5            1217        1398     1461883+  82  Linux swap / Solaris
/dev/sda6            1399        9300    63472783+  83  Linux

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x973b973b

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1          13      102400    7  HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sdb2              13       15258   122456064    7  HPFS/NTFS
/dev/sdb3           15259       30515   122551852+   f  W95 Ext'd (LBA)
/dev/sdb5           15259       30515   122551821    7  HPFS/NTFS

Disk /dev/sdc: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xaf776520

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1       15257   122551821    7  HPFS/NTFS
/dev/sdc2           15258       30514   122551852+   f  W95 Ext'd (LBA)
/dev/sdc5           15258       30514   122551821    7  HPFS/NTFS

Disk /dev/sdd: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xfa969000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1   *           1       15209   122165248    7  HPFS/NTFS
/dev/sdd2           15209       30516   122949632    7  HPFS/NTFS
Vista & XP starten ohne Probleme nur Windows 7 kommt es zur Fehlermeldung
Error 21: Select disk does not exist

Mein Bootmenu dazu

Code: Alles auswählen

title           Debian GNU/Linux, kernel 2.6.26-2-686
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.26-2-686 root=/dev/sda1 ro quiet
initrd          /boot/initrd.img-2.6.26-2-686

title           Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.26-2-686 root=/dev/sda1 ro single
initrd          /boot/initrd.img-2.6.26-2-686

### 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/sdb1
title           Windows XP Home Edition
root            (hd1,0)
savedefault
makeactive
map             (hd0) (hd1)
map             (hd1) (hd0)
chainloader     +1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdc1
title           Windows 7 Home Premium
root            (hd2,0)
savedefault
makeactive
map             (hd0) (hd2)
map             (hd2) (hd0)
chainloader     +1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdd1
title           Windows Vista
root            (hd3,0)
savedefault
makeactive
map             (hd0) (hd3)
map             (hd3) (hd0)
chainloader     +1
Wie kann ich das Problem bitte beheben?

Danke

Benutzeravatar
bmario
Beiträge: 1257
Registriert: 05.09.2007 12:15:47
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Dresden

Re: Problem mit Grub Bootmenu und Win 7 startet nicht

Beitrag von bmario » 11.09.2010 19:29:02

Code: Alles auswählen

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdc1
title           Windows 7 Home Premium
root            (hd2)
savedefault
makeactive
map             (hd0) (hd2)
map             (hd2) (hd0)
chainloader     +1
Probiers mal so.
Nichts zu tun ist viel besser,
als mit viel Mühe nichts zu schaffen. - Laotse

benzo
Beiträge: 28
Registriert: 29.08.2010 15:41:14
Wohnort: Oberursel
Kontaktdaten:

Re: Problem mit Grub Bootmenu und Win 7 startet nicht

Beitrag von benzo » 01.10.2010 19:56:13

Mir ist nur aufgefallen Win7 ist auf 2,0
Müsste aber 1,0 da stehen. Denn 0 ist die erste Hd, 1 die zweite u.s.w.
0 Hinten stimmt für die erste Partition.

Antworten