Wednesday, April 13, 2011

How to Dual Boot beini with Windows XP already installed

Beini is a security assessment tool on wireless network , based on Tiny Core Linux.
FeedingBottle is a GUI of Aircrack-ng on Beini.
Way below also apply to Tiny Core Linux.
Description: Assuming Windows XP has been installed in drive C: 
1. edit file c:\boot.ini
append this line below at the end of file. figure 1







 2.copy file grldr and menu.lst to root directory of drive C:
in file menu.lst, this line
kernel (hd0,0)/boot/bzImage quiet tinycore tce=sda1
enables boot program to search SATA hard disk by default.

for some outdated PC with IDE hard disk,please edit menu.lst as the line below:
kernel (hd0,0)/boot/bzImage quiet tinycore tce=hda1
or 
kernel (hd0,0)/boot/bzImage quiet tinycore tce=hdc1
(for a few IDE HD)
how to know device name on linux of drive C: on XP?
Look at commands below(run on shell termination, it is command between quatation, //comments)
a:"ls /mnt" //list all device ,we can see such as "sda1、hda1、hdc1”
b:"mount /mnt/sda1" //mount device sda1
c:"ls /mnt/sda1" //list contents of sda1,if u can see files(file folders) as drive C: on windows XP,
then parameter of "tce=xxx" should be "tce=sda1",
otherwise u will not see the desktop of beini and applications related.
be sure to edit parameter of "tce=xxx",value of xxx can be got by runing command a(ls /mnt).

3. Open beini-1.2.2.iso,copy folder boot and tce to root directory of drive C:
grldr, menu.lst downloading address:
http://hotfile.com/dl/114318502/67dd359/menu.lst_grldr.zip.html
http://www.fileserve.com/file/cTH2GeR
http://www.ziddu.com/download/14587715/menu.lst_grldr.zip.html

No comments:

Post a Comment