How will u install grub after reinstalling the windows .....
Hi,
how do u reinstall grub after u have reinstalled windows and it has erased the MBR to its own convinience. Thanx
Rohan
Rohan Ullal wrote:
GLUG Meeting on 13th July, 4pm at KReSIT, IIT Campus, Powai.
How will u install grub after reinstalling the windows .....
Hi,
how do u reinstall grub after u have reinstalled windows and it has erased the MBR to its own convinience. Thanx
boot machine from cd in rescuse mode it search the root partition and mount it on /mnt/<somedirectory> chroot /mnt/<somedirectory> and type 'grub-install /dev/hda'
Hi Linuxers, I am facing a strange problem. I had everything running till morning. But now when I started Apache httpd, it refuses to start and gives me a totally unrelated error. Whats the problem !! Please help me out...
The Computer's screen messages is given below...
---------------------- [root@softrock root]# /etc/init.d/httpd start Starting httpd: Syntax error on line 267 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /usr/lib/libgd.so.1.8: undefined symbol: jpeg_resync_to_restart [FAILED] ---------------------
Thanx in advance
Linuxer Akhilesh
-- ********************************************************** * Never say die unless you are dead ! * * .oooO * * ( ) Oooo. Only those who will risk going too far * * \ ( ( ) Can possibly find out how far one can go!* * _) ) / * * (_/ http://www.it.iitb.ac.in/~akhilesh/ * **********************************************************
Hi Linuxers, I am facing a strange problem. I had everything running till morning. But now when I started Apache httpd, it refuses to start and gives me a totally unrelated error. Whats the problem !! Please help me out...
The Computer's screen messages is given below...
[root@softrock root]# /etc/init.d/httpd start Starting httpd: Syntax error on line 267 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /usr/lib/libgd.so.1.8: undefined symbol: jpeg_resync_to_restart [FAILED]
Sounds like a php upgrade problem... check your php installation.
HTH, Rajesh
On Fri, Jul 04, 2003 at 11:51:31PM +0530, Akhilesh Suresh Shirbhate wrote:
[root@softrock root]# /etc/init.d/httpd start Starting httpd: Syntax error on line 267 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /usr/lib/libgd.so.1.8: undefined symbol: jpeg_resync_to_restart [FAILED]
Seems to be some issue in either the php4 package or libgd. Did you upgrade, remove or (horror of horrors) _delete_ anything on your system?
Try running a simple PHP script on the command line that uses some libgd function. There might be some switch that gives verbose output about what's going on.
Sameer.
I don;t exactly remember,but insert boot install CD1, and it will detect the installation and i think on proceeding it gives the option to install grub...
other wise the following solution must work boot from CD1 don't type enter when you get welcome message instead type linux rescue follow up until you get root.
run /sbin/grub-install
GLUG Meeting on 13th July, 4pm at KReSIT, IIT Campus, Powai.
How will u install grub after reinstalling the windows .....
Hi,
how do u reinstall grub after u have reinstalled windows and it has erased the MBR to its own convinience. Thanx
Rohan
On Friday 04 July 2003 15:29, you wrote:
GLUG Meeting on 13th July, 4pm at KReSIT, IIT Campus, Powai.
How will u install grub after reinstalling the windows ..... Hi,
how do u reinstall grub after u have reinstalled windows and it has erased the MBR to its own convinience.
The procedure is Windows then GNU/Linux! Anyway now that you've done the thing I'll try help you look at the process of generating the answer out of the problem you asked...
1. Without GRUB you can't have the installed GNU/Linux system running 2. Without access to a GNU/Linux system you can't write GRUB onto the MBR.
So the natural way to proceed will be to have some sort of a basic GNU/Linux system (shell only + little admin utils) running. A boot floppy fits the bill perfectly. That brings us to another best-practice... always make boot floppies. If you're lucky, the 1.44 things might just work before dying ;).
But incase you haven't made boot floppies, use your installation disks in "rescue mode" to get a shell up and running as root. Now you could either make a boot floppy OR install GRUB on the MBR direct.
Interestingly, the same solution applies if you've forgotten the root password. One needs to use 'chroot' and 'chpasswd' cleverly.
Before you try to modify you're MBR make sure you have a working copy of grub.conf or lilo.conf _outside_ your system. Also make sure you've gone through the man/info pages gleaning as much as information as possible. I guess... reading the man/info pages is another chicken-hen problem... just browse the Internet.
Best of luck,
Amol Hatwar.