Find the answer to your Linux question:
Results 1 to 7 of 7
i use dang small linux, and when i start my comp, after the compaq logo all i get is Code: GRUB Loading Stage1.5 Grub loading, please wait... Error 17 any ...
  1. #1
    Just Joined!
    Join Date
    Apr 2007
    Posts
    31

    GRUB Error 17

    i use dang small linux, and when i start my comp, after the compaq logo all i get is

    Code:
    GRUB Loading
    Stage1.5
    Grub loading, please wait...
    Error 17
    any solution ideas?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    boot up from LiveCD and execute this in terminal/konsole
    Code:
    grub-install /dev/hda
    if your harddisk is SATA, replace hda with sda.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Apr 2007
    Posts
    31
    how about error 15?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    which error GRUB throwing? 15 or 17?
    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
    Apr 2007
    Posts
    31
    i had 17, then this morning after repartioning the end half of hda to linux, and the first half blank, it gave 15. if i just put 1 partion, id probably get 17 again. ill check tonight.

  6. #6
    Just Joined!
    Join Date
    Apr 2007
    Posts
    31
    nvm fixed

    Quote Originally Posted by devils_casper
    boot up from LiveCD and execute this in terminal/konsole
    Code:
    grub-install /dev/hda
    if your harddisk is SATA, replace hda with sda.
    error 17 again

    Code:
    /dev/cloop does not have any corisponding BIOS drive
    device.map
    Code:
    (hd0) /dev/hda
    then 1 thru 5 w/ corresponding b-f

    menu.lst
    Code:
    default entry to boot
    default 0
    
    timeout 15
    
    title DSL
    Kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal
    intrd /boot/mimirt24.gz
    
    title DSL fb800x600
    Kernel /boot/linux24 root=/dev/hda2 quiet vga=788 noacpi noapm nodma noscsi frugal
    intrd /boot/mimirt24.gz
    
    title DSL fb1024x786
    Kernel /boot/linux24 root=/dev/hda2 quiet vga=791 noacpi noapm nodma noscsi frugal
    intrd /boot/mimirt24.gz
    
    title DSL fb1280x1024
    Kernel /boot/linux24 root=/dev/hda2 quiet vga=794 noacpi noapm nodma noscsi frugal
    intrd /boot/mimirt24.gz
    
    title DSL with toram, mydsl, restore, hostname, and password
    Kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm noscsi frugal dma toram mydsl=hda5 restore=hda5 host=DSL1 secure
    intrd /boot/mimirt24.gz
    
    DSL with XFree86
    Kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm noscsi frugal dma toram mydsl=hda5/xfree restore=hda6 host=DSL1 secure
    
    title DSL with mydsl, restore, persistentancy, hostname, and password 
    Kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm noscsi frugal dma toram mydsl=hda3 restore=hda3 home=hda3 opt=hda3 host=DSL1 secure
    
    DSL Runlevel 2
    Kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm noscsi frugal 2 base norestore
    
    title windows
    root (hd0,0)
    chainloader +1
    makeactive
    boot
    I have 1 partition, hda1, taking the whole drive.

  7. #7
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470
    This error is returned if the specified file name cannot be found, but everything else (like the disk/partition info) is OK.

    Frequently, the error notes a missing kernel image file. Make sure that the file it is referring to exists on your boot partition.

Posting Permissions

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