Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Grub zeigt menu nicht unter vmware
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
Liquido
n00b
n00b


Joined: 06 Jan 2006
Posts: 39
Location: Schweiz

PostPosted: Fri Feb 03, 2006 3:50 pm    Post subject: [SOLVED] Grub zeigt menu nicht unter vmware Reply with quote

Hallo,

vielleicht kann mir hier ja jemand helfen. Also ich hab Gentoo unter VmWare 5.5 installiert und das Problem ist das Grub das menu nicht anzeigt.
Also nach dem booten kommt grub einfach ohne Menu dafür mit dem prompt.

Ich kann dann einfach mittels:

root (hd0,0)
kernel /boot/bzImage root=/dev/hda1
boot

das System starten, aber warum zeigt der mir einfach nicht das Menu an?? Der Symboliclink grub.conf zu menu.lst ist auch da.

Ich hab echt keine Ahnung mehr warum der mir das Menu einfach nicht anzeigt.


Last edited by Liquido on Tue Feb 07, 2006 8:31 am; edited 1 time in total
Back to top
View user's profile Send private message
McPringle
Apprentice
Apprentice


Joined: 19 Feb 2003
Posts: 164
Location: Aarau (Switzerland)

PostPosted: Sat Feb 04, 2006 6:51 pm    Post subject: Reply with quote

Poste mal Deine grub.conf bzw. menu.lst.

McPringle
_________________
Linux-User Nummer 53312
Back to top
View user's profile Send private message
Liquido
n00b
n00b


Joined: 06 Jan 2006
Posts: 39
Location: Schweiz

PostPosted: Tue Feb 07, 2006 6:37 am    Post subject: Reply with quote

Code:

AstBill ~ # cd /boot
AstBill boot # ls -l
total 1544
lrwxrwxrwx 1 root root 1 Feb 3 20:57 boot -> .
-rw-r--r-- 1 root root 1559732 Feb 3 21:20 bzImage
drwxr-xr-x 2 root root 1024 Feb 3 21:22 grub
drwx------ 2 root root 12288 Feb 3 20:55 lost+found
AstBill boot # cd grub
AstBill grub # ls -l
total 332
-rw-r--r-- 1 root root 7776 Feb 3 21:21 e2fs_stage1_5
-rw-r--r-- 1 root root 7504 Feb 3 21:21 fat_stage1_5
-rw-r--r-- 1 root root 6816 Feb 3 21:21 ffs_stage1_5
-rw-r--r-- 1 root root 79 Feb 3 21:22 grub.conf
-rw-r--r-- 1 root root 1624 Feb 3 21:21 grub.conf.sample
-rw-r--r-- 1 root root 6816 Feb 3 21:21 iso9660_stage1_5
-rw-r--r-- 1 root root 8320 Feb 3 21:21 jfs_stage1_5
lrwxrwxrwx 1 root root 9 Feb 3 21:21 menu.lst -> grub.conf
-rw-r--r-- 1 root root 7008 Feb 3 21:21 minix_stage1_5
-rw-r--r-- 1 root root 9216 Feb 3 21:21 reiserfs_stage1_5
-rw-r--r-- 1 root root 33856 Feb 3 21:21 splash.xpm.gz
-rw-r--r-- 1 root root 512 Feb 3 21:21 stage1
-rw-r--r-- 1 root root 108296 Feb 3 21:21 stage2
-rw-r--r-- 1 root root 108296 Feb 3 21:21 stage2_eltorito
-rw-r--r-- 1 root root 7156 Feb 3 21:21 ufs2_stage1_5
-rw-r--r-- 1 root root 6432 Feb 3 21:21 vstafs_stage1_5
-rw-r--r-- 1 root root 9256 Feb 3 21:21 xfs_stage1_5
AstBill grub #



Code:

AstBill grub # cat grub.conf
default 0
timeout 5

titel AstBill
root (hd0,0)
kernel /bzImage root=/dev/hda2
AstBill grub #



Code:

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot ext3 noatime 1 2
/dev/hda2 / ext3 noatime 0 1
/dev/hda3 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0



Code:

AstBill ~ # equery list grub
[ Searching for package 'grub' in all categories among: ]
* installed packages
[I--] [ ] sys-boot/grub-0.96-r2 (0)
AstBill ~ #
Back to top
View user's profile Send private message
Liquido
n00b
n00b


Joined: 06 Jan 2006
Posts: 39
Location: Schweiz

PostPosted: Tue Feb 07, 2006 8:31 am    Post subject: Reply with quote

Fehler gefunden....


es lag schon wieder an nano. Ich hasse diesen Editor, das ist nun schon das zweite mal, dass der irgendwelche unsichtbaren Zeichen in meine conf files einbaut.

Ich hab VI installiert grub.conf file gelöscht und es neu geschrieben und siehe da es funktioniert.
Back to top
View user's profile Send private message
Bloody_Viking
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2005
Posts: 123
Location: Hemsbach BW

PostPosted: Tue Feb 07, 2006 9:23 am    Post subject: Reply with quote

Quote:

es lag schon wieder an nano. Ich hasse diesen Editor, das ist nun schon das zweite mal, dass der irgendwelche unsichtbaren Zeichen in meine conf files einbaut.

Na da bin ich froh das es Programme gibt denen man die Schuld geben kann!

Code:

titel AstBill
root (hd0,0)
kernel /bzImage root=/dev/hda2


Das Menu ist nicht angezeigt worden da du einen Tipfehler in der grub.conf hast!
title ist falsch geschrieben!
Wird unter grub Englisch geschrieben!
titel<->title
Back to top
View user's profile Send private message
Liquido
n00b
n00b


Joined: 06 Jan 2006
Posts: 39
Location: Schweiz

PostPosted: Tue Feb 07, 2006 7:44 pm    Post subject: Reply with quote

:oops:

Lol ok, das hab ich echt nicht bemerkt.........trozdem mag ich Nano nicht.
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