install dracos in kali linux
1. create partition 25 gb or less
2. apt-get install squashfs-tools
3. apt-get install rsync
4. mkdir -p /mnt/{iso-dracos,dracos,squash}
5. mount -t ext4 /dev/sda3 /mnt/dracos ##if your sda 25gb in sda3
6. mount (your iso) /mnt/iso-dracos ##mount DracOs.iso /mnt/iso-dracos
7. mount -t squashfs /mnt/iso-dracos/boot/x86_64/root.sfs /mnt/squash ## if 64 bit
7. mount -t squashfs /mnt/iso-dracos/boot/i686/root.sfs /mnt/squash ## if 32 bit
8. rsync -av /mnt/squash/* /mnt/dracos/ ##wait
9. update-grub && update-grub2
10. finish
wacth my youtube
You do not have permission to view the full content of this post. Log in or register now.
1. create partition 25 gb or less
2. apt-get install squashfs-tools
3. apt-get install rsync
4. mkdir -p /mnt/{iso-dracos,dracos,squash}
5. mount -t ext4 /dev/sda3 /mnt/dracos ##if your sda 25gb in sda3
6. mount (your iso) /mnt/iso-dracos ##mount DracOs.iso /mnt/iso-dracos
7. mount -t squashfs /mnt/iso-dracos/boot/x86_64/root.sfs /mnt/squash ## if 64 bit
7. mount -t squashfs /mnt/iso-dracos/boot/i686/root.sfs /mnt/squash ## if 32 bit
8. rsync -av /mnt/squash/* /mnt/dracos/ ##wait
9. update-grub && update-grub2
10. finish
wacth my youtube
You do not have permission to view the full content of this post. Log in or register now.