Steps to Install Junos on BSD OS
1. Download လုပ္ထားေသာ Junos part သံုးခုကို အရင္ Join ရပါမည္။ Hjsplit.exe ကို run ပါ။ Join ကို ေရႊးၿပီး input file အတြက္ part1 (xxx.001) ကိုေရႊးၿပီးေနာက္ Start လုပ္ပါ။ part2, part3 တို႕နွင့္ Auto Join သြားမည္။ jinstall-10.1R1.8-domestic-olive.tgz အမည္နွင့္ file ၁ခု ေပၚလာမည္။
Note***: Join မည့္ file အားလံုး directory ၁ခုတည္းတြင္ရွိရန္ လိုသည္။
2. Free ISO Creator ျဖင့္ junos.iso ထုပ္ရပါမည္။ Creator ကို install လုပ္ၿပီး run ပါ။ Add file ျဖင့္ Join ၿပီးသား file ကို junos.iso အမည္နွင့္ convert လုပ္ပါ။
3. ရရွိလာေသာ junos.iso ကို Qemu folder ထဲသို႔ထည့္ပါ။
4. junos-binary.img နွင့္ junos.iso ကို CD ကဲ့သို႔ boot လုပ္ရန္ ေအာက္ပါ command ကို run ပါ။ C:\juniper\Qemu> qemu -m 256 -hda junos-binary.img -cdrom junos.iso
5. Login: root & Password: <????>
Steps to Untar Signed Junos Image in Iso
#mount /cdrom
#cd /var/tmp
#mkdir junos
#cd junos
#tar zxvf /cdrom/jinstall-10.1R1.8-domestic-olive.tgz (စိတ္ရွည္ပါ ၾကာတတ္သည္။ Depend on Sys Conf:)
Then Untar the Unsigned Image
#mkdir jinst
#cd jinst
#tar zxvf ../jbundle-10.1R1.8-domestic.tgz (စိတ္ရွည္ပါ။)
#cd..
Extract the pkgtools.tgz File and Replace the Checkpic Binary Inside With /usr/bin/true
#mkdir pkgtools
#cd pkgtools
#tar zxvf ../pkgtools.tgz
#cd bin
#cp /usr/bin/true ./checkpic
#cd ..
Create Tar for pkgtools then remove the directory
#tar zcvf ../pkgtools.tgz *
#cd ..
#rm -rf pkgtools
Create Tar for the New jinstall Package With Modified checkpic
#tar zcvf /var/tmp/juniper.tgz * (ၾကာသည္။)
Then Install the New jinstall with BSD pkg_add Tool
#pkg_add -f /var/tmp/juniper.tgz (အလြန္ၾကာသည္။)
………. ………. ……….
Reboot လုပ္ၿပီး Installation ဆက္လုပ္ရန္ေမးလ်ွင္ #init 6 ပာုရိုက္ပါ။
Reboot ၿပီးလ်ွင္ Qemu ကိုပိတ္ပါ။
--------------------------------------
29/3/2011
dear admin,
ReplyDeleteat the step of
#tar zcvf /var/tmp/juniper.tgz* the Qemu says tar no match.. also i can't find the juniper.tgz ... could u pls give me some idea... ? thanks