Probleme mit Grub und zusätzlicher Installation

Forum für Leute, die von anderen Systemen auf Linux gewechselt haben oder den Umstieg planen
Post Reply
Message
Author
wenze
Posts: 3
Joined: 17. Nov 2004 20:40

Probleme mit Grub und zusätzlicher Installation

#1 Post by wenze »

Hallo,
ich habe schon einiges Versucht aber es klappt einfach nicht.

XP und kanotix bootet aber mein zusätzliches featherlinux rennt nicht.

fdisk

Code: Select all

   Gerät Boot      Start         End      Blocks   Id  System
/dev/hdc1   *           1        5099    40957686    7  HPFS/NTFS
/dev/hdc2            5100        7774    21486937+   5  Erweiterte
/dev/hdc5            5100        6315     9767488+  83  Linux  feather
/dev/hdc6            6316        7531     9767488+  83  Linux   kanotix   /boot/grub
/dev/hdc7            7532        7774     1951866   82  Linux Swap
grub

Code: Select all

Possible partitions are:
   Partition num: 0,  Filesystem type is reiserfs, partition type 0x7
   Partition num: 4,  Filesystem type is reiserfs, partition type 0x83
   Partition num: 5,  Filesystem type is reiserfs, partition type 0x83
   Partition num: 6,  Filesystem type unknown, partition type 0x82

Code: Select all

## ## End Default Options ##

title           Debian GNU/Linux, kernel
root            (hd0,5)
kernel          /boot/vmlinuz root=/dev/hdc6 ro ramdisk_size=100000 lang=de apm=power-off hda=scsi hdb=scsi hd
savedefault
boot

title           Debian GNU/Linux, kernel 2.6.8.1-kanotix-10
root            (hd0,5)
kernel          /boot/vmlinuz-2.6.8.1-kanotix-10 root=/dev/hdc6 ro ramdisk_size=100000 lang=de apm=power-off h
savedefault
boot

title           kernel
root            (hd0,5)
kernel          /boot/vmlinuz root=/dev/hdc5 ro ramdisk_size=100000 lang=de apm=power-off hda=scsi hdb=scsi hd
savedefault
boot

### END DEBIAN AUTOMAGIC KERNELS LIST
title Windows 2K/XP/2003 (hdc1)
chainloader (hd0,0)+1
savedefault



Es wird der falsch Kernel gezogen kernel 2.6.8.1-kanotix-10.

Danke für jede Hilfe.

User avatar
Lateralus
prolinux-forum-admin
Posts: 1238
Joined: 05. May 2004 7:35

#2 Post by Lateralus »

Hi

Ein ganz klitzekleiner Fehler:

Code: Select all

title           kernel 
root            &#40;hd0,5&#41;   <--
kernel          /boot/vmlinuz root=/dev/hdc5 ro ramdisk_size=100000 lang=de apm=power-off hda=scsi hdb=scsi hd 
savedefault 
boot
Es muss (hd0,6) heißen.

wenze
Posts: 3
Joined: 17. Nov 2004 20:40

#3 Post by wenze »

Ich verstehe zwar nicht warum, aber:

Code: Select all

root            &#40;hd0,5&#41;
.......gibt doch eigenlich die Partition mit /boot/grub/stage* an....

Da es bei mir um logische Partitionen handelt, die ab 4 hoch zählen,
kann (hd0,6) nicht funktionieren, weil es meine swap ist..........

Getestet und bewiesen.........error 17 file not ........

(hd0.4) startet den richtigen Kernel, endet aber in kernel panik
unable to mount root fs.

Fragen über Fragen.

User avatar
Lateralus
prolinux-forum-admin
Posts: 1238
Joined: 05. May 2004 7:35

#4 Post by Lateralus »

Ah sorry, mein Fehler.

(hd0,4) ist korrekt. Hab vorwärts statt rückwärts gezählt.

Wo stage1 und 2 liegen gibt man grub bei der Installation mit, später hat man keinen Einfluss darauf - meines Wissens nach. Überleg mal, was auf deinem Bildschirm erscheint, bevor das Startmenü erscheint: "Grub loading stage 2..."

Warum der Kernel / nicht mounten kann, versteh ich nicht, aber dass betrifft nicht mehr Grub.

wenze
Posts: 3
Joined: 17. Nov 2004 20:40

Danke!

#5 Post by wenze »

Nach einer Neuinstallation von featherlinux, auf hdc5, lief alles wie es sollte.
Kam wohl mit dem reiserfs nicht zurecht......

Post Reply