Hi, mein GRUB hängt sich auf.
Ich habe auf meinem NB Grub installiert.
Auf /dev/hda1 ist Windows
/dev/hda2 swap
/dev/hda3 /
/dev/hda4 /home
Meine grub.conf sieht so aus:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Which listing to boot as default. 0 is the first, 1 the second etc.
default 0
# How many seconds to wait before the default listing is booted.
timeout 30
# Nice, fat splash-image to spice things up :)
# Comment out if you don't have a graphics card installed
#splashimage=(hd0,2)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.4.26 R5
# Partition where the kernel image (or operating system) is located
root (hd0,2)
kernel /boot/kernel-2.4.26-gentoo-r5 root=/dev/hda3 vga=791
# The next three lines are only if you dualboot with a Windows system.
# In this case, Windows is hosted on /dev/hda1.
title=Windows XP
rootnoverify (hd0,0)
chainloader +1
Grub wurde wie folgt installiert:
grub> root (hd0,2)
grub> setup (hd0)
Wenn ich jetzt booten möchte, steht nur da:
QuoteGRUB stage 1.5
Loading GRUB, please wait...
Kann mir jemand helfen oder hat eine Ahnung?
Gruß Alex