An installation step failed! Kali Linux 2016.2 64 Bit
I’m getting an error while trying to install Kali Linux 2016.2 64 Bit in my VMware machine.
I’ve downloaded kali-linux-2016.2-amd64.iso torrent from Kali Linux’s official website www.kali.org/downloads/
I’ve created Virtual machine by selecting Linux > Debian 8.x 64-Bit
I Gave Virtual Machine 30.00 GB Hard drive space and 2.00 GB Ram.
- Booted up the iso and selected Graphical Install
- After Completing few step then I came up to Partition Disks step.
- I’ve selected «Guided — use entire disk» then clicked continue.
- Then I select the Hard disk and clicked continue
- In Partitioning scheme I’ve selected All files in one partition (recommended for new users)
Then the following message came:
I selected yes and clicked continue and installation was going well.
But after a few moments Kali Linux installation stuck and showed me an error as stated below:
If I click continue then after a while the error reappears. I tried a lot of time to install but failed everytime.
Processor: Intel(R) Core(TM) i5 CPU M430 @2.27GHz Ram: 8.00 GB Graphics: ATI Mobility Radeon HD 5470 OS: Windows 7 Home Premium, 64-bit 6.1.7601, Service Pack 1
Ошибка установки на VirtualBox
Пробовал два варианта KaliLinux x64 и 32. В графическом режиме и обычном. Когда идет шаг копирования файлов вроде нормально потом сразу ошибка.
Install the system
Installation step failed An installation step failed. You can try to run the failing item again from the menu, or skip it and choose something else. The failing step is: Install the system
Раньше я ставил на другом компе без ошибок. Разница только в том что версия VirtualBox и Kali новее и теперь у меня две VM уже созданы с виндовс. Это могло как-то помешать?
ответ
Вот по этой инструкции все получилось. С форума Кали: How much space do you asigned to the HDD? at least it must be 15GB
In my Kali Vbox config is like, in the Kali config -> System:
Tab: Motherboard RAM 1024MB Chipset: ICH9 Enable IO APIC Enable UTC clock hardware Enable pointer device
Tab: Procesor CPUs: 2 enable PAE/NX
Tab: Accelaration The two options here are enabled
всё хорошо, но надо показывать как ставил и конфиг проги в след. раз.
Если ставишь KALI LINUX на Virtual BOX и выбираешь создать динамический виртуальный жесткий диск — то в процессе установки выбьет ошибку (примерно на 80-85%) «не удалось выполнить установку, попробуйте установить заново» ну и дальше предложит вернутся в какой то из этапов установки. Создаешь фиксированный виртуальный диск (не динамический) и все работает.
Installation step failed kali linux vmware
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto | Site FAQ | Sitemap | Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux — A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author’s experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. Step failed: Installing the system or Installing step failed : Install the system at 80% or The failing step is install the system error on Kali LinuxWhen I tried to install Kali Linux 1.0.6 today, I got an error. I didn’t really knew exactly at what percentile it failed, but the error message was “Installing step failed” and I could either take a screenshot or Continue from there. Very annoying. I saw many people who had the same issue in Kali forums and I tried one step at a time. This error message varies for different people to different version of Kali Linux. You might be getting any of these errors
Following are my troubleshooting steps and the summary of all the solution proposed by different people in different forums, blogs etc. I take no credit for the information’s provided except being the keyboard jockey who likes to write stuffs and LOVE Kali Linux. Kudos to all the people who tried to provide solution and managed to work past it. So here goes: Step 1. Download Official Kali Linux Images:Pretty much explains itself. You should download Kali Linux from it’s official website. Everyone knows where you can get these images, but I’ll list them here for conveniences: ISO FilesKali Linux is available as a bootable ISO in both 32 and 64-bit formats. VMware ImagesKali is available as a pre-made VMware virtual machine with VMware Tools installed. The VMware image is available in a 32-bit PAE format. ARM ImagesDue to the nature of the ARM architecture, it is not possible to have a single image that will work across all ARM devices. Kali Linux website has Kali Linux ARM images available for the following devices:
Personally, I found by downloading from TORRENT is much better, faster, you get SHA1 checksum file with your download and TORRENT does check file integrity better than most download clients. Then again, it is up to you on what method you want to choose. Step 2. Verifying SHA1 Checksums of Downloaded Images:When you download an image, be sure to download the SHA1SUMS and SHA1SUMS.gpg files that are next to the downloaded image (i.e. in the same directory on the server). Step 2.a Ensure the Origin of the SHA1SUMS FileBefore verifying the checksums of the image, you must ensure that the SHA1SUMS file is the one generated by Kali. That’s why the file is signed by Kali’s official key with a detached signature in SHA1SUMS.gpg . Kali’s official key can be downloaded in one of two ways: Once you have downloaded both SHA1SUMS and SHA1SUMS.gpg, you can verify the signature as follows: If you don’t get that “Good signature” message or if the key ID doesn’t match, then you should stop the process and review whether you downloaded the images from a legitimate Kali mirror. If the SHA1SUMS file is the one provided by Kali, then you can verify that the image downloaded has the required checksum. You can either generate the checksum and do a manual comparison with what’s listed in SHA1SUMS or use a tool that knows how to verify those checksums. TODO: explain how to use GPG on OS X and Windows. See How to verify signatures for packages for detailed explanation. Step 2.b Verifying SHA1 Checksums on LinuxWith a manual comparison: By using sha1sum -c: Step 2.c Verifying SHA1 Checksums on OSXWith a manual comparison: Step 2.d Verifying SHA1 Checksums on WindowsWindows does not have the native ability to calculate SHA1 checksums so you will need a utility such as Step 3: Troubleshooting installation errors: Installation step failedUp to this point, we only ensured the followings:
I’ll leave it to you on how to check for bad sector (hint: Windows Defragment/DiskCheck is quite good) If if the above 4 points didn’t match, go back, rectify and come back to Step 3 here. Moving on.. Assuming you managed to meet all those 4 requirements and failed in installing Kali Linux with any of the following errors:
we can proceed to troubleshooting and try different workarounds. Troubleshooting step 3.a: Burn a DVD with the ISO at slowest speedIf you’re using a DVD such as me, (I burn DVD cause in that way I can label them and keep them in stack for comparison), then burn it at the slowest possible speed. Personally, this didn’t matter to me cause I burned them at highest possible speed and even left out the verify option. However, when I burn the DVD in Windows 7; I turned off my Antivirus/Firewall (put them in Allow/Game mode) to avoid write error. Some Anti Virus software’s are notorious for causing write errors. Troubleshooting step 3.b: Kali Linux Live USB InstallIf you’re using a Live USB, just read this manual. I cannot stress enough why you should read and follow official documentation at the first place, rather than coming to my website and reading it off here… In short, stick with official instructions and if you go and cry on Kali Forum, RTFM is the only answer you’ll get. (even though I know for sure other methods works from time to time). Troubleshooting step 3.c: Increase allocated disk spaceFirst of all, check how much disk space you allocated for Kali installation. I usually allocate 40GB including SWAP space. At the end of my partitioning, I get 36.3GB for my root / partition and 2.1 GB for my SWAP partition. Looking around, it seems the lowest you should allocate is 10GB. As a safer option, allocate at least 20GB including swap space and allow automatic partitioning to divide them up. You could also try to allocate disk space manually as shown in this excellent post by kpoeticg in this post How To Create Seperate Root,Home,Usr,Var,Tmp Partitions in “Graphical Installation”. Again, your call and I cannot say which one will work best for you. Troubleshooting step 3.d: Graphical Install – Delete and repartition free spaceThis one worked for me. I pre-partitioned my disk giving 36GB to Kali root / and 2 GB for SWAP Space. I received an error during Kali Linux install “Installation Step failed”. I went back, deleted both Kali root / partition and SWAP partition, thus creating a 40GB free space. I then allowed Kali Linux to automatically partition that free space and next time installation worked just fine. Not too sure why this would happen, but this little workaround worked just fine for me. Troubleshooting step 3.e: Do you have too many partitions?Apparently, this is another reason you get installation failed errors in Kali Linux. If you have too many partitions (counting primary and extended together .. more than 4 partitions in a single Disk), for some reason you get this error message. maverik35 provided an excellent explanation on what worked for him here:
I installed kali using: /, /home, swap (2 partitions and swap) and all in extended partition..I partitioned the HDD using as always, gparted, then reboot with kali dvd live and used, as always, install option (NOT Graphical install) and installed manually, then (not guided), configuring mounting points: /home and /, write changes and then installation ends up fine…Make sure you have identified the partitions. Try with / and /home..The /var is one of the most increasing folders in Debian, but it will do no harm keeping it in the same partiton and making some maintenance such as erasing some files like in /var/log/. As to the /tmp, it gets erased every time you boot.. But again, is your decision, but try with 2 partitions and swap. Let’s see what happens. That worked and you can see the confirmation reply in the forum post. Something you could also try? Maybe!! Troubleshooting step 3.f: is your USB selected as primary during partitioning?This is again I found useful from the forum post. See fogfreak‘s response and workaround:
Some older system doesnt supports more then 4 primery pertitions at a time including swap. I found 1 primery and 1 swap on my usb live Kali installetion disk. I select “Do not use this device” for both. Its work for me. Troubleshooting step 3.g: Install using Non-Graphical or Text-mode option from boot menuThis is another option. Every single installation failed error relates to Graphical installation method, from either Live USB or DVD. Kali does provide an option for non-graphical installation. You could try that to install Kali Linux. Troubleshooting step 3.h: Run Kali in LiveCD mode and install from thereYou can run Kali Linux as LiveCD mode. Once you’re in Live mode, install from there. Troubleshooting step 3.i: Install from MiniISO instead of full ISOThis always works as MiniISO is just megabytes in size. You can download MiniISO and boot using that. Once booted, just install what you prefer. I am yet to see anyone who failed with this step. Troubleshooting step 3.j: Un-plug peripherals and networkThis is the last one I can think of. You might have something plugged in, USB Keyboard, Mouse, WebCAM, External HDD, PnP devices, an elephant, Master Yoda, Chuck Norris and god knows what!! Well if it was Chuck Norris, go get yourself a new computer. Anyhow, jokes aside, … try unplugging something that you think might not be supported. Unplug your network. Conclusion:Kali Linux is still crawling out of infancy, so you need to give the developers some time and space to work through the problems. If you think step failed: Installing the system or Installing step failed : Install the system at 80% or The failing step is install the system error in Kali Linux is dreadful, you should try to use Minix or one of the old Linux distributions. People had smoke coming out of their motherboard, so consider yourself lucky. Be patient and good luck installing Kali Linux. I hope at least one troubleshooting step might work out for you. At least they worked for me. I am putting all those random information in different posts in one place. Let me know if you know another workaround and I’ll be happy to include that in here. Thanks for reading.Please share. Check AlsoInstall, setup, configure and run OpenVAS on Kali LinuxVulnerability scanning is a crucial phase of a penetration test and having an updated vulnerability … How to install VirtualBox Guest Additions in Kali Linux (Kali Rolling / Kali Linux 2016.2 / Kali 2017)Since Kali Linux 2016 came out (also known as Kali Rolling), it seems that Official … 39 commentsI got the same problem, I didn’t solved the problem yet and I feel very fustrated, after burning the image on a DVD at maximum speed I had tried to install it on 3 different computers,and I got my feelings hurted three times. I’m going to burn it at a slow speed, maybe that work as you said… Finally I had burned the image at slow speed and tryied to install again, and guess what….it worked!! thx man!! I also have the same problem. when i run it in live mode, it works fine except opening of its browser icewell which doesnot open at all. and when i go for installation, everything goes fine then fails at 8 %. i have downloaded it from its official website. is there any one to help ? I have same issue in virtualbox and solved by following Troubleshooting step 3.e by creating only root, swap and home partition. How much total space you allocated? Hi, I’ve tried and tried to install Kali on my Intel Toshiba Portege R835 but to no avail. I keep getting a blank screen with a blinking loading cursor when i choose Live amd64 or any other option. I have verified the ISO’s sha1 and had used the same ISO for installation in Virtualbox and it was flawless and still works, but i have tried countless times to do a hdd install and i keep running into a wall of black and deceptive cursor, i have 4 dvd’s on my desk now with the kali image all hitting the same wall, i eventually wrote the iso on a usb using the win32diskimager and guess what….upon choosing one of the options to boot i hit the same wall plus the blinking cursor, i;ve searched far and wide in the cyberworld but all solutions come to naught….can anyone help me out Same problem pls help I followed your guide but my install got stuck at about 45% with the following error: “installation step failed”. I increased the hard drive space from 15Gb to 40Gb and it worked perfectly 🙂 I had the same problem “Step failed: Installing the system or Installing step failed : Install the system”. I was installing 1.06 x64 and I didn’t look at the debug logs (which may have been useful) but would guess that partitioning was the issue. I told the installer to encrypt and make separate partitions for /var /root/ /home etc. That failed so I tried again without setting encryption and that still failed. So I left encryption off and had the installer just use one partition for all directories (for beginners 🙂 ). This time the installation completed. Hi buddies, i also tried to install Kali 1.0.9 x64 and i386, the both failed. I have iso files and want to install on w7 host with vmware ws10. Always the same error : install step failed after several minutes. I had the same issue. VMware Player v7 on Windows 7, installing from ISO. After several attempts is seems that the disk size and partitioning are the issues I had with the install. Solution for me was: A 32.2G (30G) disk with just 8GB swap and the rest as /. indeed this is a total useless post, am running virtualbox latest version and am using the .iso directly, with checksum verified, it was a HDD size isse if it HDD issue so what is the solution of that?? What kind of HDD issue? Bad sector or damaged partition table? fsck might help. Im new in linux. After several attempt, Today i fond a solution for KALI LINUX 2016 system installation failure. Its bcz of the partItion SIZE of the /. . i tried several ways to install kali into my 16 gb usb 3.0 pen drive. I have 2 solutions for this. I just used three partitions for this ( /.[10GB], swap[1GB], home[4GB]) it works for ME.. NOTE : also u can create many partitions for different purpose. but must allocate the partition size is 10 gb or more for /USR.. or /. …. Installation step failed: I had the same problem for Kali 2016v1 I increased the diskspace to 40 gb as suggested but let the system choose the allocations for my partitions I have INSTALL ERROR durning Instal the System. The solution was fixed by change class SD card (or good and FAST! pendrive on USB stick). Apparently the speed of copying files is important to KALI linux. My installation of Kali was failing in VirtualBox. Increasing the size of the available disk space to 20GB allowed the installation to continue successfully. I’m having this issue too for Kali Linux 2016.1 version. Trying to install Mini, but I’m there as well not with this issue but another one. How can I install Mini in UEFI mode? Since the folder structure is different for Mini ISO, how can I install Mini in UEFI Mode? hows it going. im having issues with installing kali rolling (amd64) to a 4tb hdd. ive tried usbs and cdroms with both full and light isos being flashed/burned at varying speeds (currently only have light and full iso on CD+R’s burned at slowest possible speeds). with the my latest cd i was able to install it alone on a former macbook pro’s 500gb HDD with no issues. However when run the installer on my Overkill Custom Gaming Rig it hangs at the final step “Gathering info for report” or something like that. ill list my hardware for that at the end but idk wtf to do. i previous had kali 1.0.8 (or .7 something around there) installed on that exact hard disk with no issues. I have a brand new clean install of Windows 10 on a seperate SSD but ive also tried it by removing all OS’s having all my disks empty by formating them slowly. I get that xorg error at the start of the install however the gui continues on tty5 and doesnt seem to have any effect (repair fbdev) and on tty4 i get a literal never ending script trying to find usb devices. only things i havent tried is a network install a mini iso install and installing while in live mode (never see the button in the menu again idk y) help me asap. My Build full specs: Are you serious about people having smoke coming out of their motherboard? Because if you are, I need to know what my risks are. Got examples of people with fried hardware after installing kali on virtualbox? |