LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   my Old/new problem (https://www.linuxquestions.org/questions/suse-opensuse-60/my-old-new-problem-396048/)

Fady 12-23-2005 05:56 PM

my Old/new problem
 
I recently reinstalled WindowsXP in my PC,and as I thought the grub screen show these message :
loading Grub....
error 17
and stopped.
then I installed bootmagic, and as you thought it sees Linux and windos. when I referred to Linux. the previous screen appeared again.
can anyone help me?
I can't login to Linux,I just use Windows now
regards
Fady

linmix 12-24-2005 09:02 AM

Use the rescue unction of the installation cd/dvd and reinstall grub.

Monkey 9 12-24-2005 02:07 PM

I have replied to your post
installing LInux when you allready have XP

Fady 12-25-2005 04:53 PM

Quote:

Originally Posted by linmix
Use the rescue unction of the installation cd/dvd and reinstall grub.

I have installed it from my friend cds. they were 5 cds
which of them is rescue unction?
I'm sorry but I'm new user to Linux

Monkey 9 12-27-2005 12:12 PM

He means the rescue function, it is on the first cd.
You might try this, but if you are new to linux, you wil not know much about terminals.
You have to read in the beginning how to get root in rescue.
Than you can type: grub, and hit enter.
If grub returns like this: grub>
you type: root (hdo,1) and hit enter.
If grub returns again: grub>
you type: setup (hd0)

That is all.

Fady 12-28-2005 03:17 PM

I have posted you the problem which occurred when I tried to do that
after I typed root (hd0,1)
it appeared the file system on drive c which there is WinXP. because the message showed that the file system is fat.anyway
i typed setup (hd0)
and error 15 appears
again what can I do to enter my Suse
regards
Fady

linmix 12-28-2005 03:52 PM

Not sure about the exact detals in suse, but this is pretty much the same in any rescue function : at the boot prompt type 'linux rescue'. If the system informs you that the root partition has been mounted to somewhere, take note of where it is, if not, mount it yourself.

To do this you'll need to know which partition is your root partition. 'fdisk -l' may help to refresh your memory. Check if any directories are available under /mnt to mount to ('ls /mnt') and use one that's available or create one yourself ('mkdir /mnt/<dirname>'). Then mount with a command like:
mount -t ext3 /dev/hda3 /mnt/<dirname> (/dev/hda3 should be changed to correspond to your root partition)

If it's mounted you'll need to change into your installed root by typing 'chroot /mnt/<location of mounted root>'

Once that's done reinstall grub with 'grub-install /dev/hda'

Monkey 9 12-31-2005 04:03 AM

Quote:

Originally Posted by Fady
I have posted you the problem which occurred when I tried to do that
after I typed root (hd0,1)
it appeared the file system on drive c which there is WinXP. because the message showed that the file system is fat.anyway
i typed setup (hd0)
and error 15 appears
again what can I do to enter my Suse
regards
Fady

My replies are in the other thread.
If you succeeded, let me know?

linmix 12-31-2005 05:33 AM

What other thread?

Monkey 9 12-31-2005 05:59 AM

Quote:

Originally Posted by linmix
What other thread?

installing LInux when you allready have XP

linmix 12-31-2005 11:14 AM

Ah, this one.

Monkey 9 12-31-2005 12:51 PM

Quote:

Originally Posted by linmix

Yes that one!

I only think he died, or installed new....

linmix 12-31-2005 03:13 PM

good manners are hard to get by (maybe he'll make amends next year - which is in about 2 hours :))

Monkey 9 01-01-2006 06:17 AM

BTW: Happy New-Year!:D

linmix 01-02-2006 03:54 PM

Yep, welcome to 2006!


All times are GMT -5. The time now is 02:58 AM.