ArLinux.110mb.com | ||
إقلاع اسلاكوير 12.0 عن طريق GRUBMinh Nguyen [nguyenminh2 at gmail.com] الاثنين، الثامن من اوكتوبر 2007 تحيات لقراء لينوكس غازيت محمل الإقلاع الافتراضي في اسلاكوير هو LILO. تجاربي في بعض البيئات، منها IBM ThinkPad R40 ، أن LILO قد يستغرق شيئا من الوقت قبل أن يشغل اسلاكوير 12.0 . يمكنك إضافة الخيار compact في الملف /etc/lilo.conf لتعجيل العملية ولكن لا ضمان أن هذا سيعمل في جميع البيئات . والخيار الآخر هو استعمال محمل الإقلاع GRUB. ان تشغل اسلاكوير 12.0 عن طريق GNU GRUB 0.97 ربما تشاهد رسالة الإقلاع التالية على شاشتك: جاري فحص نظام الملفات الجذري * خطأ: سبق أن جهز الجزء الجذري للقراءة والكتابة. لا يمكن الفحص يشترط لإكمال فحص نظام الملفات بشكل جيد أن يجهز نظامك الجزء الجذري في وضع القراءة فقط. رجاء قم بتعديل النواة باستعمال rdev حتى يقوم بذلك. إن كنت تقلع عن طريق LILO أضف السطر:
readonly
لقسم لينوكس في الملف /etc/lilo.conf واكتب lilo لإعادة تنصيبه. إن كنت تقلع من نواة على قرص مرن، أدخله في محرك القرص المرن واكتب:
rdev -R /dev/fd0 1
إن كنت تقلع من قرص إقلاع، أو باستعمال Loadlin يمكنك إضافة الخيار 'ro' هذا سوف يحل المشكلة ويزيل هذه الرسالة المزعجة :^) اضغط على ENTER للمتابعة يتوقف عملية الإقلاع إلى أن تضغط فعلا على زر ENTER على لوحة المفاتيح. للتخلص من رسالة الإقلاع هذه ومن الوقفة، حاول استعمال خيار الإقلاع 'ro' لـ GRUB، أو أضف هذا الخيار في الملف /boot/grub/menu.lst .إليك مثلا قطعة من الملف /boot/grub/menu.lst عندي:
[ملاحظة المترجم:
مع التحيات
مصدر المقالة بالانجليزية متوفرة في الاصدار رقم 144 من لينكس غازيت ، ويلي نصها: 2 cent tip: boot Slackware 12.0 using grub
Minh Nguyen [nguyenminh2 at gmail.com] Mon, 8 Oct 2007 09:58:55 +1000 Greetings LG readers, The default boot loader in Slackware is LILO. On some platforms, such as the IBM ThinkPad R40, my experience is that LILO can take quite some time before it boots Slackware 12.0. You can add the option "compact" to your /etc/lilo.conf to speed up the process, but this is not guaranteed to work on all platforms. An alternative is to use the GRUB boot loader. If you boot Slackware 12.0 with GNU GRUB 0.97, you might see the following boot message on your screen: [snip] > Testing root filesystem > > * ERROR: Root partition has already been mounted read-write. Cannot check! > > For filesystem checking to work properly, your system must initially mount > the root partition as read only. Please modify your kernel with 'rdev' so that > it does this. If you're booting with LILO, add a line: > > read-only > > to the Linux section in your /etc/lilo.conf and type 'lilo' to reinstall it. > > If you boot from a kernel on a floppy disk, put it in the drive and type: > rdev -R /dev/fd0 1 > > If you boot from a bootdisk, or with Loadlin, you can add the 'ro' flag. > > This will fix the problem AND eliminate this annoying message. :^) > > Press ENTER to continue. The boot process hangs until you actually press the ENTER button on your keyboard. To get rid of this boot message and the pause, try the GRUB boot option "ro", or add this option to your /boot/grub/menu.lst. For example, here is a snippet of my /boot/grub/menu.lst: [snip] > # Booting Linux distribution Slackware 12.0 > title Slackware 12.0 > root (hd0,2) > kernel /boot/vmlinuz root=/dev/hda3 vga=0x31a resume=/dev/hda2 splash=verbose showopts ro[snip] Regards Minh Van Nguyen |
||
|
| ||