LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 07-06-2006, 07:26 PM   #1
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Rep: Reputation: 30
Unhappy 10.1 Boot Problem Error 15


I've been RTFMing and cruising the forums but haven't been able to figure this one out.
In 10.1 I reinstalled zmd, rug, zen and the required dependency's [I had removed them as well as beagle and nfs to increase performance which it did]. When I rebooted I get 'Error 15: File not found'. How can i correct this??? Also when I get an error with a number where do I find what the number means???

Last edited by Red Knuckles; 07-06-2006 at 07:41 PM.
 
Old 07-06-2006, 09:04 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Error 15 is a grub problem that basically it can't find the kernel. Either the partition numbers changed (like if you broke up a partition into two partitions ahead of it) or you removed a kernel or you edited the menu.lst and made a typo. Not sure if any of those sound right.

You should be able to recover from this. Here's a link that might help (as I'm a little weak on grub). It tells you step by step what to find your proper kernel and boot it.
 
Old 07-07-2006, 04:22 PM   #3
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
I've made some progress. I went into Yast>System>Boot Loader and edited the problem partition [Old Suse] thus:

Under Kernel I changed it from:
[hd0,1]/boot/vmlinuz
to
/boot/vmlinuz

and under Initial RAM Disk from
[hd0,1]/boot/initrd
to
/boot/initrd

and now Grub starts booting into /dev/hda2 [Old Suse] so the boot problem appears to be corrected partially. Now while it's trying to boot into Old Suse 10.1 I get this error:

Modprobe: Fatal: Could not load /lib/modules/2.6.16.13-4-default /modules.dep: no such file or directory.

When I use rescue CD I run:

#mkdir /mnt/suse
#mount /dev/hda2

and that works. Is there anything I can do at this point to fix the problem?

Next I run:

chroot /mnt/suse

and get this error:

Fatal: Kernel to old

 
Old 07-07-2006, 05:24 PM   #4
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
I think what might have happened is by removing [hd0,1] you pointed the boot path to the NEW kernel and initrd. These should fail to load because the Old Suse won't have modules built for the new kernel. You need to point it to the kernel installed in (hd0,1)/boot (which is /dev/hda2). Does that make sense to you?
 
Old 07-07-2006, 06:46 PM   #5
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by pljvaldez
I think what might have happened is by removing [hd0,1] you pointed the boot path to the NEW kernel and initrd. These should fail to load because the Old Suse won't have modules built for the new kernel. You need to point it to the kernel installed in (hd0,1)/boot (which is /dev/hda2). Does that make sense to you?
Yes it does make sense but when I config that way Grub gives me 'Error 15: File not found Press any key to continue' which I do and can boot into any of 3 OS's as I'll describe.
Ok, I have a multiboot box with FC5, Kubuntu Dapper, Old Suse [/dev/hda2] which was 10.0 upgraded to 10.1 which has a lot of data I'd prefer not to lose but can't boot into currently, and a fresh install I call New Suse [/dev/hda7] which I installed 2 days ago on the unused partition. I currently have a boot config which will start to boot into /dev/hda2 and does load some things but stops at 'Starting Service xdm' and gives me the error:

Modprobe: Fatal: Could not load /lib/modules/2.6.16.13-4-default/modules.dep: no such file or directory

during the boot process this message was repeated many times but the process freezes at the point I described.
 
Old 07-07-2006, 06:56 PM   #6
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
What is the kernel in /boot on /dev/hda2 and what folders are in /lib/modules of /dev/hda2? Maybe you can find a kernel, initrd, and set of modules that all match up??? Sorry, I'm struggling a bit with this one too.

Can you just move the data you want to keep to the new Suse by mounting the old partition from the new install?
 
Old 07-09-2006, 03:02 PM   #7
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
Question

Quote:
Originally Posted by pljvaldez
What is the kernel in /boot on /dev/hda2 and what folders are in /lib/modules of /dev/hda2? Maybe you can find a kernel, initrd, and set of modules that all match up??? Sorry, I'm struggling a bit with this one too.

Can you just move the data you want to keep to the new Suse by mounting the old partition from the new install?
I can't get into /dev/hda2 with failsafe, System Rescue CD, or Install CD. I can't get /dev/hda2 to upgrade with Install CD. Is there another way I can access files in /dev/hda2? Like maybe with a virtual console?
 
Old 07-10-2006, 09:51 PM   #8
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
Solved

Actually I was able to save my old Suse partition by running an upgrade with the Suse 10.1 install CD's [thereby actually downgrading from 10.1 to 10.0]. For me Suse 10.0 is more stable and faster than Suse 10.1 although I have 10.1 on another partition to play with.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
UNKNOWN ERROR on boot: PCI problem, need help smiley_lauf Linux - Newbie 4 03-03-2006 02:54 AM
GRUB error 17 boot problem digitalmojo17 Linux - Software 2 10-24-2005 11:06 PM
solaris boot problem boot error loading interpreter(misc/krtld) Johncy_j Solaris / OpenSolaris 5 08-18-2005 01:47 AM
Boot problem: "GRUB Loading stage2read Error" after installing PCI Ethernet card nsyng Fedora - Installation 1 06-06-2005 06:53 AM
Boot Problem with Filesystem Error on second Harddisk chansel Linux - Newbie 2 08-30-2004 02:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 07:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration