Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub findet /boot/grub/stage1 nicht.
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
wanne
n00b
n00b


Joined: 28 Oct 2010
Posts: 15

PostPosted: Sat Oct 30, 2010 10:00 pm    Post subject: Grub findet /boot/grub/stage1 nicht. Reply with quote

Hallo,
Ich will Gentoo installieren. Und bin dabei danach vorgegangen.
Das auch auch bis zur installation von Grub geklappt.
Nur der meldet jetzt folgendes:
Code:
grub> root (hd0,0)
 Filesystem type is ext2fs, partition type 0x83

grub> setup (hd0)
 Checking if "/boot/grub/stage1" exists... no
 Checking if "/grub/stage1" exists... no

Error 2: Bad file or directory type
Das stimmt aber gar nicht :-(:
Code:
# ls -l /boot/grub/
total 442
-rw-r--r-- 1 root root    197 Oct 31 01:46 default
-rw-r--r-- 1 root root     90 Oct 31 01:46 device.map
-rw-r--r-- 1 root root   8780 Oct 31 01:46 e2fs_stage1_5
-rw-r--r-- 1 root root   7912 Oct 31 01:46 fat_stage1_5
-rw-r--r-- 1 root root   7184 Oct 31 01:46 ffs_stage1_5
-rw-r--r-- 1 root root    625 Oct 31 01:46 grub.conf
-rw-r--r-- 1 root root   7180 Oct 31 01:46 iso9660_stage1_5
-rw-r--r-- 1 root root   8648 Oct 31 01:46 jfs_stage1_5
lrwxrwxrwx 1 root root      9 Oct 31 01:46 menu.lst -> grub.conf
-rw-r--r-- 1 root root   7332 Oct 31 01:46 minix_stage1_5
-rw-r--r-- 1 root root   9704 Oct 31 01:46 reiserfs_stage1_5
-rw-r--r-- 1 root root  33856 Oct 31 01:46 splash.xpm.gz
-rw-r--r-- 1 root root    512 Oct 31 01:46 stage1
-rw-r--r-- 1 root root 107396 Oct 31 01:46 stage2
-rw-r--r-- 1 root root 107396 Oct 31 01:46 stage2.old
-rw-r--r-- 1 root root 107396 Oct 31 01:46 stage2_eltorito
-rw-r--r-- 1 root root   7452 Oct 31 01:46 ufs2_stage1_5
-rw-r--r-- 1 root root   6784 Oct 31 01:46 vstafs_stage1_5
-rw-r--r-- 1 root root   9596 Oct 31 01:46 xfs_stage1_5

Bin dann über den Bug gestolpert. Also /boot partition mit dd wegkopiert, mit mkfs.ext3 -I 128 neu formatiert und die Daten mit cp zurückkopiert.
Das ganz blieb ohne Erfolg.
Jetzt bin ich mit meinem Latein am Ende.
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4669
Location: Germany

PostPosted: Sat Oct 30, 2010 10:27 pm    Post subject: Reply with quote

Hallo und willkommen im Forum
wanne wrote:
Code:
Error 2: Bad file or directory type
Hmm.., ist mir so noch nicht untergekommen...
Zur Not würde ich /boot/grub/ mal wegsichern (verschieben) grub neu mergen, die /boot/grub/grub.conf neu anlegen, und es dann mal mit
Code:
grub> find /boot/grub/stage1
versuchen.
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6780

PostPosted: Sun Oct 31, 2010 6:40 am    Post subject: Reply with quote

So etwas kann passieren, wenn Du grub in einer chroot startest und vergessen hast, /proc und /sys in die chroot zu mounten
Back to top
View user's profile Send private message
wanne
n00b
n00b


Joined: 28 Oct 2010
Posts: 15

PostPosted: Sun Oct 31, 2010 10:40 am    Post subject: Reply with quote

Code:
grub> find /boot/grub/stage1
Error 15: File not found

Quote:
So etwas kann passieren, wenn Du grub in einer chroot startest und vergessen hast, /proc und /sys in die chroot zu mounten
Habe /proc /dev und jetzt /sys vorher eingebunden.
Back to top
View user's profile Send private message
wanne
n00b
n00b


Joined: 28 Oct 2010
Posts: 15

PostPosted: Sun Oct 31, 2010 11:13 am    Post subject: Reply with quote

So habe die /boot-Partition jetzt auf eine andere HD (3) verschoben. Dann lässt sich Grub installieren.
Aber beim booten kommt jetzt
Code:
root (hd3,0)

Error 21: Selected disk does not eist.

Press any key to continue...
Back to top
View user's profile Send private message
Randy Andy
Veteran
Veteran


Joined: 19 Jun 2007
Posts: 1149
Location: /dev/koelsch

PostPosted: Sun Oct 31, 2010 11:28 am    Post subject: Reply with quote

Ja ja, der quickinstall Guide - hm.

Wolltest es dir wohl leicht machen - gell.

Willkommen bei Gentoo - wanne.

Ich hoffe die wanne ist noch nicht voll, und du lässt dich so schnell nicht einschüchtern, dann schau doch besser mal im "richtigen" Handbuch nach, dort wurde der eventuell entscheidene Hinweis nicht weggelassen:
Quote:

Standard: Installieren von GRUB mit grub-install

Um GRUB zu installieren führen sie den grub-install Befehl aus. grub-install wird jedoch nicht direkt funktionieren, da wir uns innerhalb einer chroot-Umgebung befinden. Wir müssen /etc/mtab erstellen, welche alle gemounteten Dateisysteme auflistet. Glücklicherweise gibt es eine einfach Methode dafür: Kopieren Sie einfach /proc/mounts nach /etc/mtab; ausgenommen der rootfs Zeile, wenn Sie keine separate Boot-Partition erstellt haben. Der folgende Befehl funktioniert in beiden Fällen: ......


Zu finden hier: http://www.gentoo.org/doc/de/handbook/handbook-x86.xml?style=printable&full=1

Zur Sicherheit empfehle ich das bereits installierte Grub vor dem nächsten Versuch zu löschen, und erst dann obiger Anleitung zu folgen.

Viel Erfolg,

Andy.
_________________
If you want to see a Distro done right, compile it yourself!
Back to top
View user's profile Send private message
wanne
n00b
n00b


Joined: 28 Oct 2010
Posts: 15

PostPosted: Sun Oct 31, 2010 3:21 pm    Post subject: Reply with quote

Habe grub-install nicht benutzt. Der Fehler war viel simpler:
Josef.95 hatte mir empfohlen /boot/grub/ wegzuverschieben und dann hab ich vergessen (obwohl er es gesagt hatte), das ja auch die menu.lst neu anlegen muss. :oops:
Jetzt tut Grub. Leider will er meine root-Partition, die in eineme RAID liegt noch nicht.
Aber das ist ein anderes Thema. Setze das hier mal auf erledigt und kümmere mich morgen um das nächste Problem.
Im Notfall gibt's ne neue Isnstalltion nach der großen Anleitung.
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