Page 1 of 1

GO AUTO DIAL shows grub 0.97 Error

PostPosted: Fri Apr 27, 2012 2:42 pm
by awaais
today i start my PD after several days and during boot it stuck at someplace and prompt to hit "CONTROL-D" and i did so (without reading above status) after that system reboot and stops at



GRUB Loading stage2...


GNU GRUB version 0.97 (639K lower / 129984K upper memory)

[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename.]

grub>


i try few command. but didn't get any results


Code: Select all
grub> find /boot/grub/stage1
                                       
Error 15: File not found               
                                       
grub> find /grub/stage1

Error 15: File not found         

grub> setup (hd0)                           
 Checking if "/boot/grub/stage1" exists... no
 Checking if "/grub/stage1" exists... no     
                                             
Error 16: Inconsistent filesystem structure 
                                             
grub>





please help......... :|

Re: GO AUTO DIAL shows grub 0.97 Error

PostPosted: Sun Apr 29, 2012 12:09 pm
by williamconley
reboot.

this time read the screen.

this could be a "drive error" or any one of several other issues.

Re: GO AUTO DIAL shows grub 0.97 Error

PostPosted: Mon Apr 30, 2012 7:48 pm
by rrb555
Experienced same issue with Vicibox, this is cause of having a previous Windows boot system.

Try installing Linux system first then install GoAutodial

Re: GO AUTO DIAL shows grub 0.97 Error

PostPosted: Wed May 02, 2012 4:40 am
by awaais
williamconley wrote:reboot.

this time read the screen.

this could be a "drive error" or any one of several other issues.



i did several time but it won't let me through it sticks to grub> prompt right now i want to retrieve config files that GoAutoDial 2.1 CE containts within. do you have any idea how will it work.

i mean if i can attatch this drive with Any other windows system then is there a possibility to get those files back to ......

need help

Re: GO AUTO DIAL shows grub 0.97 Error

PostPosted: Wed May 02, 2012 4:49 am
by awaais
thanks but this is not the case for my PD.
i installed PD on a spare drive no other OS was on that drive. even i initializes this drive with Linux itself.

i am loosing hope to get this thing back in working condition. now all i am looking for now is to retrieve previous configuration files this will save much of my time if you can help me finding a windows software to browse a linux partition to extract files in windows.


Thanks in Anticipation...
rrb555 wrote:Experienced same issue with Vicibox, this is cause of having a previous Windows boot system.

Try installing Linux system first then install GoAutodial

Re: GO AUTO DIAL shows grub 0.97 Error

PostPosted: Wed May 02, 2012 5:07 am
by DomeDan
Just reinstall grub.

Boot any linux live-cd

mount /dev/sdX1 /mnt/
#where sdX1 is the drive and partition the system is installed on
mount -t proc proc /mnt/proc
mount -o bind /dev /mnt/dev
mount -o bind /sys /mnt/sys
chroot /mnt /bin/bash
#now you are inside the installed system
grub-install /dev/sda
update-grub #if that exists in centos (if it is centos)
exit
reboot

if you still only want to save some config-files, just use any linux live-cd again, mount the drive and save the files to a usb-drive or something like that

Re: GO AUTO DIAL shows grub 0.97 Error

PostPosted: Wed May 02, 2012 7:58 am
by rrb555
i am loosing hope to get this thing back in working condition. now all i am looking for now is to retrieve previous configuration files this will save much of my time if you can help me finding a windows software to browse a linux partition to extract files in windows.


as per your request, ways to access your linux partitions from Windows

http://www.howtogeek.com/112888/3-ways- ... m-windows/

let me know if this helps!

Cheers +_+

Re: GO AUTO DIAL shows grub 0.97 Error

PostPosted: Fri May 11, 2012 3:43 pm
by awaais
Thanks alot :-)

rrb555 wrote:
i am loosing hope to get this thing back in working condition. now all i am looking for now is to retrieve previous configuration files this will save much of my time if you can help me finding a windows software to browse a linux partition to extract files in windows.


as per your request, ways to access your linux partitions from Windows

http://www.howtogeek.com/112888/3-ways- ... m-windows/

let me know if this helps!

Cheers +_+