Results 1 to 7 of 7
Hi,
I have a problem. My SuSE Linux Enterprise 9.2 doesn't start anymore.
I receive this error:
kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 vga=0x31a selinux=0 splash=silent resume=/dev/sda1
Error 15 : File not found
...
- 12-03-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 9
Boot Error - Error 15 : File not found
Hi,
I have a problem. My SuSE Linux Enterprise 9.2 doesn't start anymore.
I receive this error:
kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 vga=0x31a selinux=0 splash=silent resume=/dev/sda1
Error 15 : File not found
What file is missing?
If I boot from a Live CD, can I access the root of my SLE?
Thanks
- 12-03-2008 #2
Yes if you use a live cd you should be able too access your home partition
- 12-03-2008 #3Just Joined!
- Join Date
- Dec 2008
- Posts
- 9
I have those entries under the /boot/:
innitrd -> initrd-2.6.22.5-31-default
vmlinux-2.6.22.5-31-default.gz
vmlinuz -> vmlinux-2.6.22.5-31-default.gz
vmlinuz-2.6.22.5-31-default
I don't find a file: initrd-2.6.22.5-31-default
Another problem is that under the /boot/grub/ I don't have menu.lst, not even menu.lst.old
- 12-03-2008 #4
Execute this
Post output here.Code:ls -a /boot/grub
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-03-2008 #5Just Joined!
- Join Date
- Dec 2008
- Posts
- 9
linux:/home/linux # ls -a /boot/grub
. ffs_stage1_5 reiserfs_stage1_5 vstafs_stage1_5
.. iso9660_stage1_5 stage1 xfs_stage1_5
e2fs_stage1_5 jfs_stage1_5 stage2
fat_stage1_5 minix_stage1_5 ufs2_stage1_5
linux:/home/linux # ls -a /boot/
. message
.. symsets-2.6.22.5-31-default.tar.gz
System.map-2.6.22.5-31-default symtypes-2.6.22.5-31-default.gz
boot symvers-2.6.22.5-31-default.gz
config-2.6.22.5-31-default vmlinux-2.6.22.5-31-default.gz
grub vmlinuz
initrd vmlinuz-2.6.22.5-31-default
memtest.bin
- 12-04-2008 #6Just Joined!
- Join Date
- Dec 2008
- Posts
- 9
I figure out that there aren't any kernel. How to copy it? The structure is for /boot/ & /boot/grub of LiveCD. If I mount the sda1, I can't find any kernel. How to compile a new kernel or what you recommend to do next.
Thanks!
- 12-04-2008 #7These is a kernel in your /boot folder. Lets create new menu.lst file in /boot/grub folder.vmlinuz-2.6.22.5-31-default
Contents of menu.lst file :
Save file and reboot machine. In case it doesn't work, post the output of fdisk -l command and contents of /etc/fstab file here.Code:default=0 timeout=10 title SuSe root (hd0,1) kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 vga=0x31a selinux=0 splash=silent resume=/dev/sda1 initrd (hd0,1)/boot/initrd
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


