ركبت اللينوكس فوق الويندوز .... أدخل وساعدني
لدي هارد ديسكين قمت بتركيب اللينوكس على واحد وكان من أول الويندوز 2000 مركب على الآخر وبعد تركيب اللينوكس أصبح يأتيني عند تشغيل الجهاز شاشة للإختيار بين الأنظمة ولكن لا يظهر فيها إلا اللينوكس فهل أستطيع إظافة نظامي المفقود الويندوز 2000
.....
ساعدوني جزاكم الله خيراً ...
أخوكم المحتاس ...
Editing lilo to add windows
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
thank you for your help but
it is not hard
but it does not work
I dont Know why
كتبت كل شي مثل ما أخبرتني لكنها لم تعمل ولا أدري ما السبب ...
أرجوك أسعفني ....
الويندوز لا يظهر في القائمة في بداي التشغيل .....:"
Sorry...I forget to mention this
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
Where to write /sbin/lilo
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
Info about Grub bootloader
type the following:
info grub
Loner