View previous topic :: View next topic |
Author |
Message |
Liquido n00b
Joined: 06 Jan 2006 Posts: 39 Location: Schweiz
|
Posted: Fri Feb 03, 2006 3:50 pm Post subject: [SOLVED] Grub zeigt menu nicht unter vmware |
|
|
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 |
|
|
McPringle Apprentice
Joined: 19 Feb 2003 Posts: 164 Location: Aarau (Switzerland)
|
Posted: Sat Feb 04, 2006 6:51 pm Post subject: |
|
|
Poste mal Deine grub.conf bzw. menu.lst.
McPringle _________________ Linux-User Nummer 53312 |
|
Back to top |
|
|
Liquido n00b
Joined: 06 Jan 2006 Posts: 39 Location: Schweiz
|
Posted: Tue Feb 07, 2006 6:37 am Post subject: |
|
|
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 |
|
|
Liquido n00b
Joined: 06 Jan 2006 Posts: 39 Location: Schweiz
|
Posted: Tue Feb 07, 2006 8:31 am Post subject: |
|
|
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 |
|
|
Bloody_Viking Tux's lil' helper
Joined: 15 Feb 2005 Posts: 123 Location: Hemsbach BW
|
Posted: Tue Feb 07, 2006 9:23 am Post subject: |
|
|
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 |
|
|
Liquido n00b
Joined: 06 Jan 2006 Posts: 39 Location: Schweiz
|
Posted: Tue Feb 07, 2006 7:44 pm Post subject: |
|
|
Lol ok, das hab ich echt nicht bemerkt.........trozdem mag ich Nano nicht. |
|
Back to top |
|
|
|