Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GRUB problemer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
kjappfot
n00b
n00b


Joined: 28 Apr 2005
Posts: 2

PostPosted: Thu Apr 28, 2005 4:20 pm    Post subject: GRUB problemer Reply with quote

Hei...

Når jeg har rebootet får jeg en feilmelding:

Booting "Gento Linux 2.6.11-r3"

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
[Linux-bzImage, setup=0x1600, size=0x17db6d]
initrd /initrd-2-6-11-gentoo-r3

Error 15: File not found

Press any key to continue...


Hva må jeg gjøre? Er helt ny på gentoo-linux så jeg trenger en god beskrivning.

Kjappfot
Back to top
View user's profile Send private message
c4
Guru
Guru


Joined: 21 Feb 2004
Posts: 312
Location: Sweden

PostPosted: Thu Apr 28, 2005 10:45 pm    Post subject: Reply with quote

Grub kan inte hitta din kernel, så den kan inte fortsätta boota upp ditt system.
Posta gärna din grub.conf
Code:
less /boot/grub/grub.conf
här om du behöver hjälp med den, och även vad
Code:
ls -la /boot/
visar så kan vi hjälpa dig bättre.

För att felsöka, boota upp din dator med livecdn igen, och följ anvisningarna för att mounta din / till /mnt/gentoo, och mounta /boot/ till /mnt/gentoo/boot Kolla att du har skrivit in rätt namn på din kernel i grub.conf
_________________
AMD64 Gentoo Hardened server
AMD64 Xubuntu Desktop
X86 Dreamlinux Vaio laptop
Back to top
View user's profile Send private message
kjappfot
n00b
n00b


Joined: 28 Apr 2005
Posts: 2

PostPosted: Tue May 03, 2005 12:16 pm    Post subject: Reply with quote

Dette er hva som står i grub.conf

default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.11-r3
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
initrd /initrd-2.6.11-gentoo-r3

vga=0x318 video=vesafb:mtrr,ywrap
Back to top
View user's profile Send private message
Klejs
n00b
n00b


Joined: 29 Jul 2005
Posts: 27
Location: Norrhult, Sweden

PostPosted: Mon Aug 01, 2005 10:28 pm    Post subject: Reply with quote

Kopierade du bzImage till /boot/kernel-2.6.11-gentoo-r3 när du hade kompilerat och byggt kärnan?
Back to top
View user's profile Send private message
[nordis]
n00b
n00b


Joined: 22 Oct 2003
Posts: 37
Location: Sandviken, Sweden

PostPosted: Wed Aug 03, 2005 7:09 am    Post subject: Reply with quote

Du har några fel i din grub.conf

Din grub.conf:
Code:

default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.11-r3
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
initrd /initrd-2.6.11-gentoo-r3

vga=0x318 video=vesafb:mtrr,ywrap


Prova med den här:
Code:

default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux 2.6.11-r3
root(hd0,0)
kernel=(hd0,0)/boot/kernel-2.6.11-gentoo-r3 root=/dev/hda3
vga=0x318 video=vesafb
initrd=/boot/initrd-2.6.11-gentoo-r3


Jag tror inte att du har några dir's vid namn /initrd* & /kernel*
Du kan ändra grub.conf interaktivt via grub terminalen alt. boota från LiveCD och mounta /boot i /mnt/gentoo/boot

Hoppas du får till det.
_________________
emerge the world
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian 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