المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : لينكس ركبت اللينوكس فوق الويندوز .... أدخل وساعدني



c4c3
31-07-2002, 08:10 AM
لدي هارد ديسكين قمت بتركيب اللينوكس على واحد وكان من أول الويندوز 2000 مركب على الآخر وبعد تركيب اللينوكس أصبح يأتيني عند تشغيل الجهاز شاشة للإختيار بين الأنظمة ولكن لا يظهر فيها إلا اللينوكس فهل أستطيع إظافة نظامي المفقود الويندوز 2000
.....


ساعدوني جزاكم الله خيراً ...


أخوكم المحتاس ...

Loner
31-07-2002, 02:42 PM
What is the bootloader that you use: lilo or grub?

If it's lilo then you have to edit "/etc/lilo.conf" file and add the windows partirion to it.

If you are using grub, then edit "/boot/grub/grub.conf" file and add the windows partition to it.

Peace out.

Loner

c4c3
31-07-2002, 07:25 PM
thank you loner

I will try it and I will post replay



thanks again

c4c3
31-07-2002, 08:06 PM
شكراً أخي LONER

وأنا فعلاً وصلت إلى المحدد وهو lilo

ولكن لم أسطيع معرفة ما يجب كتابته حتى يظهر إسم الويندوز في بداية التشغيل ...

علماً بأن الويندوز هو 2000

آسف للإثقال عليك بالأسئلة ....

Loner
01-08-2002, 02:12 AM
Use a text editor like gedit to open this file: /etc/lilo.conf (you have to be root user).

You will find a lines like:
================================
prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz-2.4.18-3
label=linux
initrd=/boot/initrd-2.4.18-3.img
read-only
root=/dev/hdb2
=============================

After these lines, add the following 2 lines:

other=/dev/hda1
label="Windws 2000"

For the line that starts with "other", you have to change it like this: if windows was in the first hard disk, use /dev/hda. If windows was on the second hard disk, use /dev/hdb.

Also you must know the partition number. If windows was on the first hard disk and on the 3rd partition, then the line becomes other=/dev/hda3. I hope this is not to hard

;-)

Peace out.

Loner

c4c3
01-08-2002, 06:21 AM
it is not hard

but it does not work

I dont Know why


كتبت كل شي مثل ما أخبرتني لكنها لم تعمل ولا أدري ما السبب ...

أرجوك أسعفني ....

الويندوز لا يظهر في القائمة في بداي التشغيل .....:"

Loner
01-08-2002, 06:56 AM
Everytime you make a change to the file "/etc/lilo.conf", you must type:

/sbin/lilo

to make the changes happen. Sorry, I forgot!

Peace out.

Loner

c4c3
01-08-2002, 08:00 AM
والله أحرجتني بكرمك .....:#

بس لو تقولي فين أكتبها يعني في نفس الملف ولا أمر أدخله وفين أدخله ...


معليش أستحملني تراني أقل من المبتدئ ....


وشكراً لك على تجاوبك أخي

ame
01-08-2002, 09:23 AM
Salam
Are you sure you did not overwrite the windows partition?
To make sure you didn't: Boot from a windows floppy and check your hard disks. If you see the partition where your windows resides, then you will be able to access your windows 2000.

Secondly: What version of Linux Package you are using? Knowing the Linux package might make it easy to trace the problem.

Salam

Loner
01-08-2002, 01:04 PM
You have to write /sbin/lilo on the command line by itself. For example, after making the changes to /etc/lilo.conf, you save the files and exit, and then you type on the command line:

/sbin/lilo

You will have to be root user. After you type this command, reboot the PC by typing:

reboot

Peace out.

Loner

c4c3
01-08-2002, 06:38 PM
:D :D :D :D :D

thank you thank you very much loner


:0) :0)
Its realy work very good

أشكرك أخي شكراً جزيلاً فقد عملت فعلاً وعاد الويندوز المفقود ....


وشكراً أخي ame

على تعاونك معي أيضاً


شاكرين لكم مجهوداتكم

Liquid_Crystal
02-08-2002, 11:49 AM
Hey Loner,
Wassup buddy?.. long time no see nor hear ;)

I wanted to ask about the grub.conf
There is a line that says:

chainloader +1

what is this for?

because I'm having some problems with dual booting with the crap called window$! thanks for everything...

waiting your reply..
CIAO ;)

Loner
02-08-2002, 04:14 PM
type the following:

info grub


Loner