LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   bootloader changing (https://www.linuxquestions.org/questions/linux-kernel-70/bootloader-changing-4175438667/)

durgam anil 11-25-2012 01:16 PM

bootloader changing
 
i have windows7 on laptop and i have an external hard disk.in that i external harddisk i installed opensuse linux.then bootloader settings is changed .when i remove the external hard disk then grub is showing the error and that is not loading from the windows.when the external is connected then only it is showing agian grub..list of windows and opensuse list..how to change the grub settings...or master boot record setting...

malekmustaq 11-26-2012 02:56 AM

Quote:

.how to change the grub settings...or master boot record setting...
When you installed suse the grub root was /dev/sdb (or anything from your external volume) so the grub system image is in that disk, not in your internal hard disk currently occupied by windows. Each time the volume is detached the grub on the mbr cannot find its root records, the booting can fail.

There are many ways of solving your challenge. This one small solution.--

In your internal hard drive (if space permits, anywhere, primary or logical partition) create at least 100MB partition, mount it as your suse's "/boot" directory. Reinstall grub or just run setup or grub-mkconfig -o /boot/grub/grub.cfg then run 'update-grub'. Reboot without your external drive and grub will point you everything including chainloading your windows.

Hope that helps. Good luck.

durgam anil 01-30-2013 12:52 PM

i am installed opensuse 12.2 on my system. i need to do the device drivers program on this os..how to do the drivers program on this particular os..which files files i need to do the device driver programs

durgam anil 02-08-2013 10:18 AM

gps tracking in linux.
 
i want to find the location using the gps module. gps is give the location and time. is there any API or software which give the location and time.

johnsfine 02-08-2013 10:27 AM

You should start a new thread for each new topic.

Your second question got no answer, probably because it was added to the thread from your unrelated first question. Your third question might have a similar fate.

I am also unable to understand either your second question or your third, because your English isn't very good. Maybe someone with more topic expertise (than I have) might guess the meaning of the question despite your poor English. But if you can ask more clearly (and in a thread with a correct title) that would help you get an answer.

durgam anil 02-08-2013 09:05 PM

how to trace the location using GPS using ARM7TDMI
 
i done one project on "offline tracking system with Global Positioning System(GPS)" .for this i written embedded c code but how i can get the what is location.how to calculate the time from one location to another location


All times are GMT -5. The time now is 03:05 AM.