Hello everyone,
I am pretty new to Kali and have run into a few problems during the installation. I kept on getting an error during the GUI installation with GRUB so then proceeded to boot into the live mode to try and fix it. Not really sure what information to give but ill show fdisk -l and grub-install.
Screenshot from 2019-01-10 13-20-07.jpg
Code:
root@kali:~# fdisk -l
Disk /dev/nvme0n1: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 536CE795-4ABA-459F-8D0D-6970B1D2DC25
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 411647 409600 200M EFI System
/dev/nvme0n1p2 411648 2508799 2097152 1G Linux filesystem
/dev/nvme0n1p3 2508800 407666687 405157888 193.2G Linux LVM
/dev/nvme0n1p4 407666688 407668735 2048 1M Linux filesystem
/dev/nvme0n1p5 460095488 462143487 2048000 1000M Windows recovery environment
/dev/nvme0n1p6 462143488 498069503 35926016 17.1G Windows recovery environment
/dev/nvme0n1p7 498069504 500117503 2048000 1000M Lenovo boot partition
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 5DA7A76E-DAD8-4C33-8D49-FC7437848DDA
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 1920321535 1919270912 915.2G Linux filesystem
/dev/sda3 1920321536 1953523711 33202176 15.9G Linux swap
Disk /dev/sdb: 28.9 GiB, 31016878080 bytes, 60579840 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xd38e01c2
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 64 6293343 6293280 3G 17 Hidden HPFS/NTFS
/dev/sdb2 6293344 6294751 1408 704K 1 FAT12
Disk /dev/loop0: 2.8 GiB, 2961412096 bytes, 5784008 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/fedora_localhost--live-swap: 7.8 GiB, 8388608000 bytes, 16384000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/fedora_localhost--live-home: 135.4 GiB, 145361993728 bytes, 283910144 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/fedora_localhost--live-root: 50 GiB, 53687091200 bytes, 104857600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
My partitions are extremely messy and I am trying to just have kali on this computer. Any help is greatly appreciated.
UPDATE:
Here is come more info. Also I have checked and I am not booted into legacy mode.
Screenshot from 2019-01-12 01-41-50.jpg
Screenshot from 2019-01-12 01-45-39.jpg
UPDATE 2:
Solved
Realized that i had the 32-bit ISO. I am able to boot into kali now.