Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    Yes if you use a live cd you should be able too access your home partition

  3. #3
    Just 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

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    ls -a /boot/grub
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just 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

  6. #6
    Just 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!

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    vmlinuz-2.6.22.5-31-default
    These is a kernel in your /boot folder. Lets create new menu.lst file in /boot/grub folder.
    Contents of menu.lst file :
    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
    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.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...