Grub Bootloader
-
- Beiträge: 46
- Registriert: 24.04.2006 19:52:01
-
Kontaktdaten:
Grub Bootloader
Nach einem Update von Grub bootet WindowsXP nicht mehr.
Fehlermeldung: Unknown Filesystem
Mit der Partition ist allerdings alles in Ordnung, Linux bootet auch.
Kann mir da jemand weiterhelfen?
Danke
Fehlermeldung: Unknown Filesystem
Mit der Partition ist allerdings alles in Ordnung, Linux bootet auch.
Kann mir da jemand weiterhelfen?
Danke
-
- Beiträge: 46
- Registriert: 24.04.2006 19:52:01
-
Kontaktdaten:
Nach einem apt-get dist-upgrade zeigt Grub folgenden Fehler beim starten der Windowspartition:
Diese liegt auf hda1, erste Festplatte, erste Partition ist:
filesystem type unknown partition type 0x7
hier noch die menu.list:
title Microsoft Windows XP Professional
root (hd0,0)
#rootnoverify (hd0,0)
#map (hd1) (hd0)
#map (hd0) (hd1)
savedefault
makeactive
chainloader +1
title Debian GNU/Linux, kernel 2.6.15
root (hd0,1)
kernel /boot/bzImage-2.6.15 root=/dev/hda2 ro vga=791
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8
root (hd0,1)
kernel /boot/bzImage-2.6.8 root=/dev/hda2 ro
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-1-386
root (hd0,1)
kernel /boot/vmlinuz-2.4.27-1-386 root=/dev/hda2 ro
initrd /boot/initrd.img-2.4.27-1-386
savedefault
boot
Habe schon Windowswiederherstellungsoptionen mit der Windows-CD gemacht, keine Änderung.
Auch den Boot-Flag habe schon auf die Windowspartition gesetzt.
Vielleicht kann mir jemand weiterhelfen?
Danke
Diese liegt auf hda1, erste Festplatte, erste Partition ist:
filesystem type unknown partition type 0x7
hier noch die menu.list:
title Microsoft Windows XP Professional
root (hd0,0)
#rootnoverify (hd0,0)
#map (hd1) (hd0)
#map (hd0) (hd1)
savedefault
makeactive
chainloader +1
title Debian GNU/Linux, kernel 2.6.15
root (hd0,1)
kernel /boot/bzImage-2.6.15 root=/dev/hda2 ro vga=791
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8
root (hd0,1)
kernel /boot/bzImage-2.6.8 root=/dev/hda2 ro
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-1-386
root (hd0,1)
kernel /boot/vmlinuz-2.4.27-1-386 root=/dev/hda2 ro
initrd /boot/initrd.img-2.4.27-1-386
savedefault
boot
Habe schon Windowswiederherstellungsoptionen mit der Windows-CD gemacht, keine Änderung.
Auch den Boot-Flag habe schon auf die Windowspartition gesetzt.
Vielleicht kann mir jemand weiterhelfen?
Danke
- towo
- Beiträge: 4552
- Registriert: 27.02.2007 19:49:44
- Lizenz eigener Beiträge: GNU Free Documentation License
Was ist denn das für ein Schwachsinn?title Microsoft Windows XP Professional
root (hd0,0)
#rootnoverify (hd0,0)
#map (hd1) (hd0)
#map (hd0) (hd1)
savedefault
makeactive
chainloader +1
Code: Alles auswählen
title Microsoft Windows XP Professional
rootnoverify (hd0,0)
makeactive
chainloader +1
-
- Beiträge: 46
- Registriert: 24.04.2006 19:52:01
-
Kontaktdaten:
-
- Beiträge: 46
- Registriert: 24.04.2006 19:52:01
-
Kontaktdaten:
ok, kein Problem:
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1305 10482381 7 HPFS/NTFS
/dev/hda2 1306 2349 8385930 83 Linux
/dev/hda3 2350 9729 59279850 f W95 Ext'd (LBA)
/dev/hda5 2350 7571 41945683+ c W95 FAT32 (LBA)
/dev/hda6 7572 9660 16779861 7 HPFS/NTFS
/dev/hda7 9661 9729 554211 82 Linux swap / Solaris
v
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1305 10482381 7 HPFS/NTFS
/dev/hda2 1306 2349 8385930 83 Linux
/dev/hda3 2350 9729 59279850 f W95 Ext'd (LBA)
/dev/hda5 2350 7571 41945683+ c W95 FAT32 (LBA)
/dev/hda6 7572 9660 16779861 7 HPFS/NTFS
/dev/hda7 9661 9729 554211 82 Linux swap / Solaris
v
Hmmh. Mein Eintrag für XP sieht so aus:towo hat geschrieben:Grub will das FS mounten, was bei root angegeben wird, das geht aber bei NTFS nicht, ergo rootnoverify.
Code: Alles auswählen
title Windows XP
root (hd0,0)
makeactive
chainloader +1
boot
![Wink ;)](./images/smilies/icon_wink.gif)
@Directtomes:
Google mal nach: "filesystem type unknown partition type 0x7"
Da solltest Du einige Hints finden. Möglicherweise hat die Partitionstabelle einen Schlag abbekommen. Das fdisk sieht soweit ok aus.
EDIT:
das heisst Halt Moment Mal...
die erste Partition ist grösser als 1024 Zylinder und das "kann" ein Problem sein. Wars bei Dir aber vorher anscheinend nicht?
Zuletzt geändert von 123456 am 08.03.2007 18:13:28, insgesamt 1-mal geändert.
- towo
- Beiträge: 4552
- Registriert: 27.02.2007 19:49:44
- Lizenz eigener Beiträge: GNU Free Documentation License
Dann zeig mal fdisk -lDas bootet prima...und jetzt bin ich auf die Erklärung gespannt...
Ich kann mich latürnich auch täuschen, aber vor einiger Zeit hat NTFS rootnoverify erfordert.
http://www.gnu.org/software/grub/manual ... otnoverify13.3.32 rootnoverify
— Command: rootnoverify device [hdbias]
Similar to root (see root), but don't attempt to mount the partition. This is useful for when an OS is outside of the area of the disk that GRUB can read, but setting the correct root device is still desired. Note that the items mentioned in root above which derived from attempting the mount will not work correctly.
hi towo,
so sieht man sich wieder
also bei mir sieht es so aus (schon immer) und es bootet :
so sieht man sich wieder
also bei mir sieht es so aus (schon immer) und es bootet :
fdisk -l :title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2550 20482843+ 7 HPFS/NTFS
Kernel/OS Linux 2.6.31.5-s64 [ Debian sid ]
CPU Info AMD Athlon 64 X2 Dual Core 6000+
Memory 2027.1MB
XFX GeForce 9600 GT
CPU Info AMD Athlon 64 X2 Dual Core 6000+
Memory 2027.1MB
XFX GeForce 9600 GT