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 ...
- 04-09-2007 #1Just 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
any solution ideas?Code:GRUB Loading Stage1.5 Grub loading, please wait... Error 17
- 04-09-2007 #2
boot up from LiveCD and execute this in terminal/konsole
if your harddisk is SATA, replace hda with sda.Code:grub-install /dev/hda
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-09-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 31
how about error 15?
- 04-09-2007 #4
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
- 04-09-2007 #5Just 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.
- 04-09-2007 #6Just Joined!
- Join Date
- Apr 2007
- Posts
- 31
nvm fixed
error 17 again
Originally Posted by devils_casper
device.mapCode:/dev/cloop does not have any corisponding BIOS drive
then 1 thru 5 w/ corresponding b-fCode:(hd0) /dev/hda
menu.lst
I have 1 partition, hda1, taking the whole drive.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
- 04-10-2007 #7
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.


Reply With Quote