Results 1 to 4 of 4
I just finished a quad boot and when I try to load Ubuntu I get this message
kernel /boot/vmlinuz-2.6.27-7generic root=UUID=666e7f64-55a0-439d-91e5-dc83309cc326 ro quiet splash
Error 15: File not found.
can someone ...
- 04-15-2009 #1Just Joined!
- Join Date
- Apr 2009
- Location
- Mercer County, Ohio
- Posts
- 6
Error 15: File Not Found Plz help explain
I just finished a quad boot and when I try to load Ubuntu I get this message
kernel /boot/vmlinuz-2.6.27-7generic root=UUID=666e7f64-55a0-439d-91e5-dc83309cc326 ro quiet splash
Error 15: File not found.
can someone explain to me what the heck this all means. I am new to the linux world so I really don't have a clue to any details that I have found on the internet
- 04-15-2009 #2
What do you mean by "I just finished a quad boot"?
Usually the error message you posted means that the kernel line is wrong and or the kernel is actually missing. Did you try to compile your own kernel or did you modify GRUB?I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 04-15-2009 #3
Check for grub stage1
When It throws you back to the list of choices,
Press "c" It will bring you to a Grub prompt.
If you have it separate '/boot'grub>
If you dont have it separate> find /grub/stage1
One of these commands will give you output like this> find /boot/grub/stage1
(0,0 Numbers may be different)root (hd0,0)
Now press Esc.
Back to the selection menu
Select the first boot option & press "e"
Again press "e" on the root option
Change the hd(x,y) to out put you get in those commands
Hit Enter.
Then press "b"
Then make permanent change in /boot/grub/menu.lst
# sudo nano /boot/grub/menu.lst
- 04-15-2009 #4Try replacing UUID with actual root partition of Ubuntu.kernel /boot/vmlinuz-2.6.27-7generic root=UUID=666e7f64-55a0-439d-91e5-dc83309cc326 ro quiet splash
You can edit kernel Line in GRUB Menu easily. Just highlight Ubuntu title, press e, select kernel line and press e again. Edit line, hit Enter key and press b.Code:kernel /boot/vmlinuz-2.6.27-7generic root=/dev/sdxy ro quiet splash
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote