[SOLVED]getting "error 15: file not found!"

Hi all, I'm new to Arch and linux in general but i've managed so far and I'm really enjoying it.
I'm dual booting Arch and Vista.
Anyway, everything was working fine until I decided that I wanted to stop using GRUB as my bootloader and I used a program called EasyBCD and this guide http://apcmag.com/how_to_dualboot_vista … htm?page=4
Now, I get "Error 15: File not found!" when i try to boot into arch. I've looked through countless other threads and google results with people with the same problem but none of the solutions in those threads helped me.
here's my menu.lst
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
# Linux Grub
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
# general configuration:
timeout 3
default 2
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
# (0) Arch Linux
title Arch Linux
root (hd0,2)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6e30f601-1196-41bf-b9f3-063434fa0c45 ro
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,2)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6e30f601-1196-41bf-b9f3-063434fa0c45 ro
initrd /boot/kernel26-fallback.img
# (2) Windows
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
Last edited by tooeasyforkevin (2009-07-13 06:48:38)

ok, try doing it the manual way by booting the cd as if you where to do an installation where it prompts you to log in as root.
Once your logged in as root do
grub
and you will get the grub prompt
grub>
then the at the grub> prompt do
grub> root (hd0,2)
that tells grub it will find the boot files on the 3rd partition of the 1st hard drive. Then,
grub> setup (hd0)
to setup the grub bootloader on the MBR of the first hard drive.
If all goes well you should see something like 'Checking if "/boot/grub/stage1" exists... yes '.
grub> quit
and reboot.

Similar Messages

  • I am having a terrible time trying to convert my Quick Time file to an AVI file to use in a powerpoint presentation.  Any suggestions?  I am getting Error .43 file not found?

    I am having a terrible time trying to convert my QT file to an AVI file so I can use in PowerPoint.  I am getting Error 43 File not Found, any suggestions?

    Hi Jenna,
    The error your getting suggests a file path problem.
    How are you embedding the movie in PP and where is the movie file located relative to the PP file? Are you getting this error within PP when the slide containing the embedded video is displayed?
    If you embed a movie and then move it or change its name then PP will generate this error.
    Alastair.

  • When I Update My Nano, I get error message, "file not found"

    When I Update My Nano, I get an error message, "file not found, cannot update iPod". I have looked through the manual and tried reinstalling the iTunes program but it still won't update my iPod with music or pictures. PLease help.

    Try these basic troubleshooting steps one at a time.
    The Five Rs.

  • Getting error 404 - file not found on ExportPDF site

    Hi - whenever I access ExportPDF site, I get an error 404 saying file not found....I am using IE 8.0.7601 version.  I can see the page from my mobile device but not from my desktop.  HELP!

    Hey Mike,
    Please ensure that you are signing up at: https://cloud.acrobat.com/exportpdf.
    Clear the cache of the browser and then try again.
    Have you tried using a different browser? What happens?
    Regards,
    Anubha

  • Getting error message file not found unable to sync to ipod

    90 percent of my music from my playlists wont load to my ipod. It has loaded in the past nut now i get message file not found unable to sync. Meanwhile I can play all of this music out of itunes I just cant seem to load it to my ipod. why? all of the songs in the playlists seem to have an "!" next to them in the track list. That is until i play them then it goes away im not sure if these things are related but i think they may be. plaese help

    +all of the songs in the playlists seem to have an "!" next to them in the track list. That is until i play them then it goes away im not sure if these things are related but i think they may be.+
    Yes, I'm sure they are related. I have no idea how your PC/itunes got into that state. What's happening now, is itunes thinks it doesn't know where the file is on your PC's hard drive, but when you double-click it, it mysteriously finds it.
    I suspect after itunes finds it again, it will load to your ipod.
    Is this music on an external HD?

  • I keep getting error message file not found 404 when I attempt to combine files

    I have used the adobe cloud many times to combine files, today it is not working. Just keep getting error message.
    Please advise!
    Thanks,

    Hi iabrad,
    I'm sorry to hear that you're running into problems with the Acrobat.com website today. Let's start with this:
    Log out, clear the browser cache, and try logging in to https://cloud.acrobat.com/combinepdf
    Try a different web browser. For a list of supported browsers, see System requirements | Acrobat.com
    If that doesn't do the trick, let us know (and please tell us what browser/OS you're using, and if the error occurs regardless of what files you try to combine--if you even get the far in the process!).
    Best,
    Sara

  • [SOLVED] GRUB: Error 15: File not found

    I've used the beginners guide to install Arch on my laptop and everything went smooth untill I rebooted and ended up with GRUB error 15. I've seen some other people having trouble with this one but neither of the solutions that worked (or didn't work) for them have worked out for me. I will try to provide you with as much information as possible:
    I get to the GRUB menu and get the error after choosing 'Arch Linux' from it.
    menu.lst
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/0b899428... ro vga=773
    initrd /kernel26.img
    The only thing I've changed in menu.lst is that I've added vga=773. I left out the rest of the UUID because I'm writing it of my laptop beside me.
    fdisk -l
    Device Boot Start End Blocks ID System
    /dev/sda1 * 1 13 104422 83 Linux
    /dev/sda2 14 144 1052257+ 82 Linux swap / Solaris
    /dev/sda3 145 1101 7687102+ 83 Linux
    /dev/sda4 1102 9729 69304410 83 Linux
    blkid
    /dev/sda1: UUID="1afac34a-..." TYPE="ext2"
    /dev/sda2: TYPE="swap" UUID="abd14101-..."
    /dev/sda3: UUID="0b899428-..." TYPE="jfs"
    /dev/sda4: UUID="3b33ca9f-..." TYPE="jfs"
    I've also tried poking around in the GRUB console:
    grub> root (hd0,0)
    Filesystem type is ext2fs, partition type 0x83
    grub> setup (hd0)
    Checking if "/boot/grub/stage1" exists... no
    Checking if "/grub/stage1" exists... yes
    Checking if "/grub/stage2" exists... yes
    Checking if "/grub/e2fs_stage1_5" exists... yes
    Running "embed /grub/e2fs_stage1_5 (hd0)"... failed (this is not fatal)
    Running "embed /grub/e2fs_stage1_5 (hd0,0)"... failed (this is not fatal)
    Running "install /grub/stage1 (hd0) grub/stage2 p /grub/menu.lst "... succeeded
    Done.
    Any help would be much appreciated and I'll gladly provide you guys with any other information if necessary.
    EDIT: Solved through re-installing.
    Last edited by zulustar (2009-09-13 20:20:57)

    I moved the boot parition to hdd sda, but doing so I had to reinstall everything, and it seemed to fix it. I also found that one of the sata cables had been knocked out, but I don't think that was the orginal fault.
    ibendiben wrote:
    fumbles wrote:
    timeout 5
    default 1
    color light-blue/black light-cyan/blue
    #(0) Arch
    title Arch Linux
    root (hd2,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/blah(aka sda1) ro vga=795
    initrd /kernel26.img
    I wonder why you have "default 1". If you want to boot Archlinux (above) as default you should use "default 0", or has something changed lately?
    Also:
    root=/dev/disk/by-uuid/blah(aka sda1)
    that doesn't seem to be very valid. You need to fill it in.
    /edit
    Ofcourse you used blah(aka sda1) just here, not in the real file... sorry for the unhelpfull post
    The default was a typo, as I could not boot into anything except the Arch CD I had to type it in manually. Although thanks for the reply anyways.
    kgas wrote:
    Hello fumbles, As you have a separate /boot partition, the grub entry is not correct, I believe. if  should be /boot/vmlinuz For more help this link may also help you.
    http://www.experts-exchange.com/Operati … 72531.html
    This is simply not true. The reverse however is. I did NOT have a seperate boot parition, ie boot was just in the root partition   then yes I would have to add /boot to the kernel and initrd lines.
    Last edited by fumbles (2009-01-08 04:32:07)

  • Calendar Server installation gets error "libnmspr20.dll not found"

    Calendar Server installation gets error "libnmspr20.dll not found"
    <P>
    When installing Calendar Server 3.5 on NT near the end an error
    occurs: "libnmspr20.dll not found " and then it will exit the setup
    without completion.
    This is a bug because it is looking for the libnmspr20.dll in the
    system path but the Calendar Server installation has left it in a
    temp directory. This does not occur if the Netscape Messaging Server
    has been previously installed on the same host. A workaround is, when
    the error message displays, you DON'T press ok, but search your
    computer for the missing file (usually found in temp-directory).
    You then copy the file to a directory in your system path. Now you
    can press the OK button and the installation will fail. Re-install
    the calendar server, this time the installation won't fail.

    Installing Latest JRE on NT4 sp6a produces the same error:
    InstallShield DLL Custom Action:
    File 'C:\TEMP\RegUtils.dll' can not be found. Make sure the file is on the target system or installed already.
    I searched www.installshield.com since the error is an installer error and the installer is InstallShield. NO results found there either.
    Seems like the installer team needs to brush up on the NT4 platform.

  • Error code  "File not found Result code = -43"  PLEASE HELP!

    I keep getting this error message: "File not found Result code = -43" when trying to load instruments from the media tab. Does anyone know why this is happening and know how to fix this problem? I'm in the middle of a project and need help! Thanks.

    So, I've narrowed down the problem to happening with the following steps (could someone possibly try this and see if the same problem is happening?)
    If I load an instrument track and its blank and select a GARAGEBAND loop from the media list, I get the error message.
    If I load a new instrument track and select any other instrument from the media list (besides a Garageband instrument) everything loads fine, AND THEN if I select a Garageband instrument from the list, it loads fine with no error.
    If I select "No plug-in" in the channel strip after this, and try to load a Garageband loop, I get the error message and all other instruments from the media lists fail to load until I select "no-plugin" again from the channel strip and select an instrument from the media list BESIDES a Garageband instrument and then go from there (and can then load a Garageband instrument).
    Is anything like this happening to anyone else? Does anyone have any ideas why this would be happening?

  • ERROR: OUI files not found at their expected location. while cloning 11.5.9

    Dear Friends,
    Getting error when cloning 11.5.9 from PROD to DEV:
    ERROR: OUI files not found at their expected location. Please make sure that the pre-requisit OUI patch was applied correctly: patch should be unzipped directly at the ORACLE_HOME root level so that
    <iAS ORACLE_HOME>/oui21/oui/lib/OraInstaller.jar exists.
    Restart adclone.pl after performing required corrections.
    I applied the patch 5035661 also but still the error exists.
    Please let me know the fix.
    [appldev@betestoracle bin]$ perl adcfgclone.pl appsTier
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    Enter the values for the new APPL_TOP Context:
    Does the target system have more than one application tier server node (y/n) [n] ?:
    Is the target system APPL_TOP divided into multiple mount points (y/n) [n] ?:
    Target system APPL_TOP mount point [apps/applprod/prodappl]:/apps/DEV/devappl
    Target system COMMON_TOP directory [apps/applprod/prodcomn]:/apps/DEV/devcomn
    Location of JDK 1.3.1 on the target system [usr/java/jdk1.3.1_10]:
    The new context file has to contain port numbers related to target system.
    Do you want to preserve the port values from the source system on the target system (y/n) [y] ?:n
    Clone Context uses the same port pool mechanism as the Rapid Install
    Once you choose a port pool, Clone Context will validate the port availability.
    Enter the port pool number:[0-99]
    50
    Checking the port pool 50
    done: Port Pool 50 is free
    Web Listener port is 8050
    Complete port information available at /apps/DEV/devappl/admin/out/PROD_betestoracle/portpool.lst
    Backing up /apps/DEV/devappl/admin/PROD_betestoracle.xml to /apps/DEV/devappl/admin/PROD_betestoracle.xml7.bak
    Creating the new APPL_TOP Context file from :
    /apps/DEV/devappl/ad/11.5.0/admin/template/adxmlctx.tmp
    The new APPL_TOP context file has been created :
    /apps/DEV/devappl/admin/PROD_betestoracle.xml
    Log file located at /tmp/CloneContext_05131045.log
    Please enter the APPS password:
    apps
    Running Rapid Clone with command:
    perl ./adclone.pl java=/apps/DEV/devcomn/util/jre/1.1.8 mode=apply stage=/apps/DEV/devcomn/clone component=appsTier method=CUSTOM appctxtg=/apps/DEV/devappl/admin/PROD_betestoracle.xml
    ERROR: OUI files not found at their expected location. Please make sure that the pre-requisit OUI patch was applied correctly: patch should be unzipped directly at the ORACLE_HOME root level so that
    <iAS ORACLE_HOME>/oui21/oui/lib/OraInstaller.jar exists.
    Restart adclone.pl after performing required corrections.
    Starting application Services for PROD:
    Running:
    /apps/DEV/devcomn/admin/scripts/PROD_betestoracle/adstrtal.sh APPS/<appspwd>
    Regards,
    DB

    ERROR: OUI files not found at their expected location.Please see these docs.
    Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1] -- adcfgclone.pl appsTier fails with "ERROR: OUI files not found at their expected location"
    Preclone DBtier Fails: Error: Oui Files Not Found [ID 739589.1]
    Troubleshooting Guide and Known Issues List for the Oracle Application Management Pack for Oracle E-Business Suite [ID 812294.1]
    Application Management Pack for Oracle E-Business Suite Release 2.0.x Troubleshooting Guide [ID 412044.1]
    Thanks,
    Hussein

  • Error in amconsole - Error 404: File not found: sunportal/dtadmin/DesktopAd

    When I log into amconsole and try to view the Service Configuration of the desktop I get the following
    error - Error 404: File not found: sunportal/dtadmin/DesktopAdminService
    I looked into the setup.log, but I didn't find any error during
    installation.
    So what can be wrong with my Sun One Portal

    web.xml is not added to my project
    web.xml gets created when a JSP page is created. Has the web.xml been deleted or was the JSP created not in JDeveloper? Is the JSP in the public_html directory?

  • Error: Include file not found: /globalinclude.html

    Does anyone have any idea why I would be getting this error everytime I try to make or build my workspace, project or any jsp file within JDev? I have no reference to /globalinclude.html and have never even seen this file anywhere before.
    Error: Include file not found: /globalinclude.html
    Thanks.
    -Teri Kemple
    [email protected]

    Teri,
    The reference is made in ojsp-global-include.xml in your WEB-INF directory.
    globalinclude.html should be located in your html root (default .../public_html) and its content is:
    <% request.setCharacterEncoding("windows-1252");%>.
    with the correct encoding of course.
    Charles.

  • Error 404 file not found

    Hi. I get an error 404 file not found when I try to download Acrobat Pro. Can you let me know how / where to download it?
    https://cloud.acrobat.com/#team/invitation/RW82B9QFCCRR722D6SM2SM18QR/ACOM_PRO_TEAM_INVITE _DELEGATE

    Hi bena81292247,
    Please try downloading from this page: Download Acrobat products | Standard, Pro | XI, X.
    Before you download, make sure that you're signed in to your system as an administrator, and then disable any antivirus software.
    Best,
    Sara

  • Grub Error 15: File not found

    I am using Tobias Powalowski's 2008.10 archboot to install archlinux
    everything seems fine, except with "setting password", and i skipped that.
    after rebooting, grub comes up with an error 15: File not found
    It appears that grub find /vmlinuz but not /kernel26.img..
    anyone help? thank you.
    Some information below
    ==== grub shows =======
    root (hd0,0)
    File system type is ext2fs, partition type 0x83
    kernel /vmlinuz26 root=/dev/disk/by-uuid/06370655..91 ro
         [Linux-bzImage, setup=0x3000, size=0x1be2e0]
    initrd /kernel26.img
    Error 15: File not found
    Press any key to continue...

    actually i find there is no kernel26.img in /boot/
    ls /boot
    System.map26 grub lost+found vmlinuz26
    where can i get kernel26.img?

  • Booting 'Arch Linux' Error 15: File not found

    Booting 'Arch Linux'
    root (hd0,0)
    Filesystem type is ext2fs, partition type 0x83
    kernel /vmlinuz26 root=/dev/sda3 ro vga=792
    Error 15: File not found
    Press any key to continue...
    It's the message that Grub send me choose any option.
    Can I solve or I need to format and reinstall?

    donniezazen,
    Note that you responded to a three year old thread.  I cannot tell if you are having a problem, but I doubt this thread has any bearing on it.
    Closing.  If you are having an issue, please open a new thread.  Our policy
    Thanks

Maybe you are looking for