View previous topic :: View next topic |
Author |
Message |
AustrianCoder Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 11 Oct 2003 Posts: 258 Location: �sterreich
|
Posted: Mon Nov 10, 2003 10:13 am Post subject: [GRUB] Installation schläg fehl |
|
|
Iregendwie will das mit dem Grub net so wirklich.
Hier ein Auszug aus fdisk:
Code: |
bash-2.05b# fdisk -l /dev/hda
Disk /dev/hda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 14946 120053713+ 7 HPFS/NTFS
bash-2.05b# fdisk -l /dev/hdb
Disk /dev/hdb: 15.3 GB, 15364339200 bytes
255 heads, 63 sectors/track, 1867 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 3 24066 83 Linux
/dev/hdb2 4 44 329332+ 82 Linux swap
/dev/hdb3 45 1867 14643247+ 83 Linux
|
Nun hab ich mittels grub das ausprobiert:
Code: |
GNU GRUB version 0.93 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> root (hd0,0)
Filesystem type unknown, partition type 0x7
grub> setup (hd0)
Error 17: Cannot mount selected partition
grub>
|
Wie kann ich nun Grub in den MBR von /dev/hda (Windowsplatte) installieren?
Danke, Christian |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Beforegod Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
Joined: 10 Apr 2002 Posts: 1495 Location: Würzburg
|
Posted: Mon Nov 10, 2003 10:18 am Post subject: |
|
|
Du versuchst von einer Windows Partition die Daten für Grub zu lesen. Da aber keine Daten vorhanden sind bricht er ab.
Probier mal :
root (hd1,0) (für die Linux Platte)
und dann setup (hd0).
Der Fehler liegt wie oben schon geschrieben am root (hd0,0). Hier greift er auf die Windows Platte zu, was definitiv falsch ist! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
AustrianCoder Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 11 Oct 2003 Posts: 258 Location: �sterreich
|
Posted: Mon Nov 10, 2003 11:28 am Post subject: |
|
|
Super... danke |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|