• 0
  • مالي خلق
  • أتهاوش
  • متضايق
  • مريض
  • مستانس
  • مستغرب
  • مشتط
  • أسولف
  • مغرم
  • معصب
  • منحرج
  • آكل
  • ابكي
  • ارقص
  • اصلي
  • استهبل
  • اضحك
  • اضحك  2
  • تعجبني
  • بضبطلك
  • رايق
  • زعلان
  • عبقري
  • نايم
  • طبيعي
  • كشخة
  • النتائج 1 إلى 13 من 13

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

    1. #1
      التسجيل
      17-06-2002
      المشاركات
      20
      المواضيع
      3
      شكر / اعجاب مشاركة

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

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


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


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

    2. #2
      التسجيل
      17-07-2002
      الدولة
      Jeddah
      المشاركات
      190
      المواضيع
      13
      شكر / اعجاب مشاركة

      What is the bootloader

      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

    3. #3
      التسجيل
      17-06-2002
      المشاركات
      20
      المواضيع
      3
      شكر / اعجاب مشاركة
      thank you loner

      I will try it and I will post replay



      thanks again

    4. #4
      التسجيل
      17-06-2002
      المشاركات
      20
      المواضيع
      3
      شكر / اعجاب مشاركة
      شكراً أخي LONER

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

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

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

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

    5. #5
      التسجيل
      17-07-2002
      الدولة
      Jeddah
      المشاركات
      190
      المواضيع
      13
      شكر / اعجاب مشاركة

      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

    6. #6
      التسجيل
      17-06-2002
      المشاركات
      20
      المواضيع
      3
      شكر / اعجاب مشاركة

      thank you for your help but

      it is not hard

      but it does not work

      I dont Know why


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

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

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

    7. #7
      التسجيل
      17-07-2002
      الدولة
      Jeddah
      المشاركات
      190
      المواضيع
      13
      شكر / اعجاب مشاركة

      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

    8. #8
      التسجيل
      17-06-2002
      المشاركات
      20
      المواضيع
      3
      شكر / اعجاب مشاركة
      والله أحرجتني بكرمك .....:#

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


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


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

    9. #9
      التسجيل
      17-04-2001
      الدولة
      Saudi Arabia
      المشاركات
      178
      المواضيع
      3
      شكر / اعجاب مشاركة
      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

      من قال لا إله إلا الله دخل الجنة

    10. #10
      التسجيل
      17-07-2002
      الدولة
      Jeddah
      المشاركات
      190
      المواضيع
      13
      شكر / اعجاب مشاركة

      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

    11. #11
      التسجيل
      17-06-2002
      المشاركات
      20
      المواضيع
      3
      شكر / اعجاب مشاركة


      thank you thank you very much loner


      :0) :0)
      Its realy work very good

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


      وشكراً أخي ame

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


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

    12. #12
      التسجيل
      30-05-2002
      الدولة
      جده، المملكة العربية السعودية
      المشاركات
      269
      المواضيع
      24
      شكر / اعجاب مشاركة

      Thumbs up

      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

      الاسم الحقيقي: يوسف رفـه :: توزيعة لينكس المستخدمة: جينتو لينكس
      مجموعة مستخدمي لينكس في جدة www.jedlug.org

      "If you don't know how to unix :vereymad: , then don't even think of openning your windows"

    13. #13
      التسجيل
      17-07-2002
      الدولة
      Jeddah
      المشاركات
      190
      المواضيع
      13
      شكر / اعجاب مشاركة

      Info about Grub bootloader

      type the following:

      info grub


      Loner
      التعديل الأخير تم بواسطة Loner ; 02-08-2002 الساعة 04:23 PM

    ضوابط المشاركة

    • لا تستطيع إضافة مواضيع جديدة
    • لا تستطيع الرد على المواضيع
    • لا تستطيع إرفاق ملفات
    • لا تستطيع تعديل مشاركاتك
    •