Jump to content
WindyZone

Lipsa placa wireless

Recommended Posts

vi /etc/NetworkManager/NetworkManager.conf

 

schimba din false in true si dupa :

 

service network-manager restart

 

Totusi, nu poti sa "imparti" placa de retea cu VM-ul, probabil ca ai observat ca si pe celalalte iti arata ca e conectat ethernet , si nu prin wifi.
E mult mai simplu sa-ti faci un live usb si sa bootezi de pe el.

Edited by cerealkill3r
Link to comment
Share on other sites

Cel mai bine e sa iti faci un live usb , exact asa : https://forums.kali.org/showthread.php?3450-How-to-make-a-PERSISTENT-live-usb-on-windows-using-ext2-filesystem&p=40812&viewfull=1#post40812

1.

Descarca imaginea de aici https://www.kali.org/downloads/

Daca ai > 4GB ia x64 ; < 4GB x86

2.

Scrie imaginea cu Rufus (https://rufus.akeo.ie/) ; iti apare un dialog , dai Yes

3.

Download and install MiniTool Partition Wizard. Launch it, select the existing UUI partition on your USB drive then click "Move/Resize". Resize the partition leaving a "Unallocated Space After" of 1024MB, and click Apply. When completed, select the blank area you just created (after the UUI partition), and click Create. Select FileSystem: Ext2 , select Create As: Primary, and Partition Label: persistence. Then click Apply.

Foarte important pasul asta !

4.

Boot de pe USB

5.

mkdir -p /mnt/usb
mount /dev/sdb2 /mnt/usb
echo "/ union" > /mnt/usb/persistence.conf
umount /dev/sdb2

(sdb2 poate fi sdb3 4 ....)

reboot

si apoi dai pe persitence ;) voila

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...