Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[GRUB] Installation schläg fehl
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
AustrianCoder
Apprentice
Apprentice


Joined: 11 Oct 2003
Posts: 258
Location: �sterreich

PostPosted: Mon Nov 10, 2003 10:13 am    Post subject: [GRUB] Installation schläg fehl Reply with quote

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
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1495
Location: Würzburg

PostPosted: Mon Nov 10, 2003 10:18 am    Post subject: Reply with quote

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
View user's profile Send private message
AustrianCoder
Apprentice
Apprentice


Joined: 11 Oct 2003
Posts: 258
Location: �sterreich

PostPosted: Mon Nov 10, 2003 11:28 am    Post subject: Reply with quote

Super... danke
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
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