Forum
-
BACK TRACK 4Pre Release
BACK TRACK 4Pre Release |
||||
أهلا و سهلا بكافّة الإخوة الأعضاء و الزوّآر في منتديات تونيزيآسآت عامّة ..
بعد صدور توزيعة BackTrack 4 Pre Release و إطلاعنا عليها
شرح التنصيب سيكون على نسخة back track 3
- التحضير لعملية التنصيب
مثل ماهو واضح من الصورة سأستعمل البارتشن sda5
2- تنصيب BackTrack 4 Pre Release على الهارد
بعد الانتهاء من تجهيز البارتشن نبدأ عملية التنصيب
كود:
bt ~ # umount -a bt ~ # mkdir /mnt/bt/ bt ~ # mount /dev/sda5 /mnt/bt/
طبعا يجب استبدال sda5 بالبارتشن عندك,
كود:
bt ~ # cp -pr /{bin,dev,etc,home,lib,opt,pentest,root,sbin,usr,var** /mnt/bt/
سيستغرق الأمر من 10 – 15 دقيقة حسب سرعة الجهاز..
كود:
bt ~ # mkdir /mnt/bt/{boot,mnt,proc,sys,tmp** bt ~ # mount --bind /dev/ /mnt/bt/dev/ bt ~ # mount -t proc proc /mnt/bt/proc/ الأن نقوم بنسخ الكيرنل للمجلد boot
كود:
bt ~ # cp /boot/vmlinuz /mnt/bt/boot/
كود:
bt ~ # chroot /mnt/bt/ /bin/bash bt / #
الأن كأننا نستخدم النظام الذي قمنا بتنصيبه الموجود في البارتشن
كود:
bt ~ # nano /etc/lilo.conf بعد تطبيق الأمر سيظهر لك الملف بهذا الشكل
كود:
# LILO configuration file # generated by 'liloconfig' # # Start LILO global section lba32 # Allow booting past 1024th cylinder with a recent BIOS boot = /dev/sda #message = /boot/boot_message.txt prompt timeout = 1200 # Override dangerous defaults that rewrite the partition table: change-rules reset # VESA framebuffer console @ 1024x768x256 vga = 773 # Normal VGA console # vga = normal # VESA framebuffer console @ 1024x768x64k # vga=791 # VESA framebuffer console @ 1024x768x32k # vga=790 # VESA framebuffer console @ 1024x768x256 # vga=773 # VESA framebuffer console @ 800x600x64k # vga=788 # VESA framebuffer console @ 800x600x32k # vga=787 # VESA framebuffer console @ 800x600x256 # vga=771 # VESA framebuffer console @ 640x480x64k # vga=785 # VESA framebuffer console @ 640x480x32k # vga=784 # VESA framebuffer console @ 640x480x256 # vga=769 # End LILO global section # Linux bootable partition config begins image = /boot/vmlinuz root = /dev/sda1 label = Linux # Linux bootable partition config ends
الأسطر المسبوقة بالعلامة # ليس لها أي تأثير
كود:
vga = 773 بشكل افتراضي ستكون القيمة 773 وتعني مقاسات شاشة
كود:
800x600x64k بالنسبة لي أفضل تغيير القيمة لـ 791 وتعني مقاسات شاشة
كود:
1024x768x64k
الأن نحن لدينا بارتشن تحتوي على نظام ويندوز
كود:
# LILO configuration file lba32 boot = /dev/sda prompt timeout = 120 change-rules reset vga = 791 # Linux bootable partition config begins image = /boot/vmlinuz root = /dev/sda5 label = BackTrack # Linux bootable partition config ends # Windows bootable partition config begins other = /dev/sda1 label = Windows # Windows bootable partiton config ends
كود:
bt / # lilo Added BackTrack * Added Windows
كود:
bt / # exit exit bt ~ #
للخروج من النظام الذي تم تنصيبه ثم نفذ الأمر
كود:
bt ~ # reboot Broadcast message from root (pts/1) (Sun Jun 22 19:41:28 2008): The system is going down for reboot NOW! bt ~ #
كود:
bt ~ # splash -s -f /etc/bootsplash/themes/Linux/config/bootsplash-1024x768.cfg >> /boot/splash.initrd
ثم افتح ملف lilo.conf وأضف السطر
كود:
# LILO configuration file lba32 boot = /dev/sda prompt timeout = 120 change-rules reset vga = 791 # Linux bootable partition config begins image = /boot/vmlinuz initrd = /boot/splash.initrd root = /dev/sda5 label = BackTrack # Linux bootable partition config ends # Windows bootable partition config begins other = /dev/sda1 label = Windows # Windows bootable partiton config ends
بعد الانتهاء من حفظ التغييرات ننفذ الأمر
كود:
bt ~ # lilo Added BackTrack * Added Windows الأن أعد تشغيل الجهاز وانظر للشكل الجديد
كود:
bt ~ # nano /etc/fstab
بالنسبة لي الهارد عندي 3 اقسام الأول sda1
كود:
aufs / aufs defaults 0 0 # AutoUpdate proc /proc proc defaults 0 0 # AutoUpdate sysfs /sys sysfs defaults 0 0 # AutoUpdate /dev/hdc /mnt/hdc iso9660 noauto,users,exec 0 0 # AutoUpdate /dev/sda1 /mnt/WINDOWS ntfs-3g defaults 0 0 # AutoUpdate /dev/sda2 /mnt/Fat32 vfat defaults 0 0 # AutoUpdate /dev/sda5 /mnt/BackTrack ext3 auto,noatime,users,suid,dev,exec 0 0 # AutoUpdate /dev/sda6 /mnt/sda6 swap auto,defaults 0 0 # AutoUpdate
بعد ذلك يجب عمل المجلدات التي سيتم عليها الـ mount
كود:
bt ~ # mkdir /mnt/{hdc,WINDOWS,Fat32,BackTrack** bt ~ # mount -a
الأن النظام جاهز للاستخدام وهو منصب بشكل كامل
كود:
bt ~ # startx صور المكتب بعد كل هذا العمل الشاق و المضني
|
||||
|
||||
|
||||
Votre Commentaire |
||||
|