"We are back" « oc.at

grub problem

funka 27.02.2004 - 19:21 857 7
Posts

funka

Legend
ex-prophet(down below)
Registered: Sep 2000
Location: Vienna / SF
Posts: 6131
gut nun kurz bevor ich resignier hier noch ein post

grub
stage 1.5 - error 17
http://www.gnu.org/software/grub/ma...Troubleshooting
Code:
17 : Cannot mount selected partition
    This error is returned if the partition requested exists, but the filesystem type cannot be recognized by GRUB. 

jedoch definitiv bloedsinn
wenn ich
Code:
grub> root (hd0,
 Possible partitions are:
   Partition num: 0,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 1,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 2,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 3,  Filesystem type unknown, partition type 0x82
mach erkennt ers ja


hier ein paar sys infos
Code:
[size=1]grub.conf
- - - - - - - - -
# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

# Fallback to the second entry.
fallback 1

# For booting GNU/Linux
title  gentoo - 2.6.3 - 24.2.2004
root (hd0,0)
kernel (hd0,0)/kernel-2.6.3-gentoo-rc1 root=/dev/hdc3

# Change the colors.
title Change the colors
color light-green/brown blink-red/blue
  

fstab
/dev/hdc1               /boot           ext2            noauto,noatime          1 2
/dev/hdc2               /tmp            ext3            noatime                 1 1
/dev/hdc3               /               ext3            noatime                 1 1
/dev/hdc4               none            swap            sw                      0 0



grub console:
- - - - - - -
grub> root (hd0,
 Possible partitions are:
   Partition num: 0,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 1,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 2,  Filesystem type is ext2fs, partition type 0x83
   Partition num: 3,  Filesystem type unknown, partition type 0x82

grub> root (hd0,0)
grub> setup (hd0)
 Checking if "/boot/grub/stage1" exists... yes
 Checking if "/boot/grub/stage2" exists... yes
 Checking if "/boot/grub/e2fs_stage1_5" exists... yes
 Running "embed /boot/grub/e2fs_stage1_5 (hd0)"...  15 sectors are embedded.
succeeded
 Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p (hd0,0)/boot/grub/stage2 /boot/grub/grub.conf"...
succeeded
Done.


/boot
- - - - -
ls -l /boot/
total 1882
lrwxrwxrwx    1 root     root            1 Feb 24 19:56 boot -> .
drwxr-xr-x    2 root     root         1024 Feb 24 21:23 grub
-rw-r--r--    1 root     root      1903666 Feb 24 18:52 kernel-2.6.3-gentoo-r1
drwx------    2 root     root        12288 Feb 24 19:55 lost+found

ls -l /boot/grub/
total 206
-rw-r--r--    1 root     root           30 Feb 24 21:26 device.map
-rw-r--r--    1 root     root         7584 Feb 24 19:00 e2fs_stage1_5
-rw-r--r--    1 root     root         7248 Feb 24 19:00 fat_stage1_5
-rw-r--r--    1 root     root         6688 Feb 24 19:00 ffs_stage1_5
-rw-r--r--    1 root     root          385 Feb 24 21:11 grub.conf
-rw-r--r--    1 root     root         1256 Feb 24 19:00 grub.conf.sample
-rw-r--r--    1 root     root         8192 Feb 24 19:00 jfs_stage1_5
-rw-r--r--    1 root     root         6880 Feb 24 19:00 minix_stage1_5
-rw-r--r--    1 root     root         9056 Feb 24 19:00 reiserfs_stage1_5
-rw-r--r--    1 root     root        33856 Feb 24 19:00 splash.xpm.gz
-rw-r--r--    1 root     root          512 Feb 24 19:00 stage1
-rw-r--r--    1 root     root       103680 Feb 24 19:00 stage2
-rw-r--r--    1 root     root         6336 Feb 24 19:00 vstafs_stage1_5
-rw-r--r--    1 root     root         9128 Feb 24 19:00 xfs_stage1_5
[/size]


das is wichtig plz helfen
ich muss den server (nach plattencrash -> neue platte) moeglichst bald wieder fixen

pari

grml
Avatar
Registered: Nov 2002
Location: NÖ
Posts: 1710
is hdc net hd2 statt hd0 ?

funka

Legend
ex-prophet(down below)
Registered: Sep 2000
Location: Vienna / SF
Posts: 6131
nein definitiv nicht
kann mir plz wer bei dem problem helfen?

(lilo kommt irgendwie mit den devfs einstellungen von der livecd nicht klar - noch nicht genauer angeschaut)

berni

Little Overclocker
Avatar
Registered: Oct 2001
Location: NÖ Grünbach
Posts: 61
sag war das absicht das du vom secondären ide port startest?
lt fstab. hängen platten noch am primären?

irgendwie vermisse ich deine menu.lst

gehöre das nicht in die datei

timeout 30

# By default, boot the first entry.
default 0

# For booting GNU/Linux
title gentoo - 2.6.3 - 24.2.2004
root (hd0,0)
kernel (hd0,0)/kernel-2.6.3-gentoo-rc1 root=/dev/hdc3

# Change the colors.
title Change the colors
color light-green/brown blink-red/blue


so sieht meine aus

color white/blue black/light-gray
default 0
timeout 8

title linux
kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 vga=0x305 splash=silent showopts
initrd (hd0,1)/boot/initrd

title floppy
root (fd0)
chainloader +1

title failsafe
kernel (hd0,1)/boot/vmlinuz.shipped root=/dev/sda2 showopts ide=nodma apm=off acpi=off vga=normal nosmp noapic maxcpus=0 3
initrd (hd0,1)/boot/initrd.shipped

und meine grub.conf

root (hd0,1)
install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) /boot/grub/stage2 0x8000 (hd0,1)/boot/grub/menu.lst
quit


is zwar von der suse aber habe ein paar conf files auf der debian angeguckt die schauen fast genauso aus

mfg
Bearbeitet von berni am 28.02.2004, 22:44

berni

Little Overclocker
Avatar
Registered: Oct 2001
Location: NÖ Grünbach
Posts: 61
haste das schon mal probiert sollte stimmen
Warten, bis Boot Menu erscheint und »c« drücken
root(hd0,0) - Partition auf der der Kernel liegt
kernel /boot/kernel-2.6.3-gentoo-rc1 root=/dev/hdc3 - Pfad zum Kernel, Danach die Optionen wie root-Partition
boot - Den spezifizierten Kernel booten

funka

Legend
ex-prophet(down below)
Registered: Sep 2000
Location: Vienna / SF
Posts: 6131
Zitat von berni
sag war das absicht das du vom secondären ide port startest?
lt fstab. hängen platten noch am primären?
was meinst mit sec. ide port?
den sec. ide controller?
ja der primaere hat den geist aufgegeben :(

Zitat
irgendwie vermisse ich deine menu.lst
ich hab bereits versuch einen symlink von menu.lst -> grub.conf zu machen aber es aendert null


Zitat

title linux
kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 vga=0x305 splash=silent showopts
initrd (hd0,1)/boot/initrd
ist hd0,1 deine / partition ?


Zitat

root (hd0,1)
install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) /boot/grub/stage2 0x8000 (hd0,1)/boot/grub/menu.lst
quit
interessant... probier ich gleich


ps: ich komm noch gar nicht ins bootmenue

funka

Legend
ex-prophet(down below)
Registered: Sep 2000
Location: Vienna / SF
Posts: 6131
so geloest
war natuerlich alles bloedsinn

die error meldung war fuern hugo
das bios ist mit der platte nicht klar gekommen (zu gross)
flashen dann gings - sehr klassisch - mag nicht wissen wieviel zeit und aerger da jetzt drauf gegangen ist

fagø

Big d00d
Avatar
Registered: Apr 2002
Location: Einöde
Posts: 271
hab zur zeit dasselbe problem, nur dass für mein schrott mb kein bios update gibt.

mit an diskmanager gings wohl, aber i denk da muss man die platte wieder neu formatieren, was mich ned gfreid :D
gibts da ev. spez. einstellungen dass grub bzw. in meinen fall lilo die an die richtige stelle schreibt??

bekomm nur L 01 01..
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz