Results 1 to 8 of 8
I just finished re-installing gentoo, but this time, i used genkernel. When i go to reboot, it gives me this error:
Error 15: File not found
Press any key to ...
- 05-09-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 89
"error 15: file not found" on startup
I just finished re-installing gentoo, but this time, i used genkernel. When i go to reboot, it gives me this error:
Error 15: File not found
Press any key to continue...
When i press enter, it sends me back to the screen where i choose which operating system to load. What did i do wrong?
- 05-09-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
did you have your boot partition mounted and run /sbin/lilo or /sbin/grub depending on your boot loader after using genkernel?
Operating System: GNU Emacs
- 05-09-2005 #3
When it sends you back to the list of choices, hit "c"
That will bring you to a Grub prompt.
grub>
If you installed a /boot partition for Gentoo, doIf you did not do a /boot partition doCode:find /grub/stage1
Using thatinfo, you are going to use the "root" commandCode:find /boot/grub/stage1
Or whatever info you received where your Gentoo partition is.Code:root (hd0,0)
Next comes the "kernel" commandThat will give you a list of kernel thatare there, you will put the nameof the kernel after the /boot/Code:kernel (hd0,0)/boot/ hit TAB
If there was initrd file in the list, you will need to do the "initrd" Same as the "kernel" command. Type "boot"
Now you should be able to get into your system and edit the /boot/grub/menu.lst file so you can boot properly.
Hope this helps.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-09-2005 #4Just Joined!
- Join Date
- Apr 2005
- Posts
- 89
thanks, i will try that as soon as i get home. I think that is the problem.
- 05-10-2005 #5Just Joined!
- Join Date
- Apr 2005
- Posts
- 89
ok, i did all this, and it lets me boot, but then it says this:
When i type:Code:*Checking all the filesystems... fsch.ext2: No such file or directory while trying to open /dev/BOOT /dev/Boot: The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device> * Fsck could not correct all errors, manual repair needed [ !! ] Give root password for maintenance (or type Control-D for normal startup):
It gives me the same error message as before.Code:e2fsck -b 8193 /dev/BOOT
When i hit Control-C to do a normal startup, it dosent boot X. Do i neet to mount other partitions first?
My partition table looks like this:
/dev/hda1 === Boot
/dev/hda2 === Swap
/dev/hda3 === Root
Thanks for all replies.
- 05-10-2005 #6Just Joined!
- Join Date
- Apr 2005
- Posts
- 89
Ok, never mind. I fixed the above problem but now it just boots me into a console. No X or anything. the "starx" command dosent work either. When i look at my /etc/fstab its says that my root partition is type "xfs" instead of "ext3".
Is that right?
- 05-10-2005 #7
You have to emerge a Window Manager. Like this
Then you will have to run "xorgconfig", that is if you are using xorg.Code:emerge fluxbox
If you want kde, I would suggest letting it emerge overnight.
I don't know if that was a typo or not, but the command is "startx" not "starx"
Not sure, but to get it to start automatically, you might have to do something else. Check this topic.
http://www.linuxforums.org/forum/topic-41562.htmlHow to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-10-2005 #8Just Joined!
- Join Date
- Apr 2005
- Posts
- 89
could not emerge fluxbox, it gives me this error:
!!!ERROR: x11-base/xorg-x11-6.8.2-r1 failed.
!!!Function build, line 954 exitcode 2
make world failed
This is the same error i get when i try to emerge kde. What do i do to fix this?
They both say this:
cllect 2: id returned 1 exit status
make [4] ***[pswrap] Error 1
make [4] leaving directory /var/tmp/portage/xorg-x11-6.8.2-r1/work/xc/config/pswrap
make[3] *** [../../config/pswrap/pswrap[ Error 2
make [3] Leaving directory /var/tmp/portage/xorg-x11-6.8.2-r1//work/xc/lib/dps
make [2]***[includes] error2
make [2] Leaving directory /var/tmp/portage/xorg-x11-6.8.2-r1/work/xc/lib
make [1]***[includes] error2
make [1] Leaving directory /var/tmp/portage/xorg-x11-6.8.2-r1/work/xc/
make: *** [World} Error 2
I have no clue.


Reply With Quote
