PDA

View Full Version : Problem with installation of 2020.2 on an old laptop --> boot on grub rescue



rayyyy
2020-05-24, 13:22
Hi,

Made differents install of Kali since several years on differents platforms and supports without problems...but had a problem this time

A friend gave me an old laptop (2009 manufacture date), so the idea was to install Kali, to give it a second life.

Made a bootable usb using win32diskimager, with kali-linux-2020.2-installer-i386.iso, fine.

Got a little problem during the install ("starting up the partitioner" step, stuck at 45%)...tried several times, using differents usb keys --> problem resolved changing an option in bios:

4062

Re-tried installation, was successful after the change, reboots and then, this:

4063

Didin't had this problem on the differents install i've made before.

So, itried searching on this forum and someone gave a solution through this link: https://askubuntu.com/questions/232215/stuck-in-grub-rescue-mode
But didin't works, as when i do ls, only (hd0) appeared (as shown on previous pic) and "insmod normal" gave me an error, whan i tried with only hd0 (error: unknown filesystem).

Tried also to boot in rescue mode with my kali usb key, to update-grub and to grub-install /dev/sda, but nothing changed.

The laptop is a Samsung NP-NC10, the HDD is an ATA Samsung 160go, HM160HI-(S1) (fully verified using hdd regenerator, no corrupted sectors on it) and the kali install is 2020.2 x86 (https://cdimage.kali.org/kali-2020.2/kali-linux-2020.2-installer-i386.iso), using encryption.

Thanks !

rayyyy
2020-06-05, 11:14
tried yesterday to install via PXE, same thing on reboot, error disk and boot rescue, so sad...

rayyyy
2020-07-11, 15:47
upping, hopping someone, somewhere, will see this ;)

bigbiz
2020-07-13, 18:21
Redownload iso file and try again. Xfce id try since that laptop is more than 10 years old.

rayyyy
2020-07-14, 11:27
Thanks for your answer, i was in real despair you are the first to post :)
I've checked the iso using the sha256 sum, everything is correct, it is not corrupted.
But i don't understand well what you're saying about Xfce, should i use another desktop environment ?

bigbiz
2020-07-14, 12:35
Here the download page has change since i visited last.
https://www.kali.org/docs/general-use/xfce-faq/

rayyyy
2020-07-15, 20:10
Thanks for the link, will try an advanced install with GNOME instead of Xfce, hope it will work

rayyyy
2020-07-17, 11:54
Installed it with GNOME, same thing as before on restart...

trooper
2020-07-20, 13:43
hello I also had the same problem, but after I installed the x64 version were solved my @ samsung rv411

bigbiz
2020-07-21, 17:54
Pls try the 32-bit version

rayyyy
2020-07-21, 19:50
Thanks, but i use 32 bit s version, as I said in my 1st message

r3fr3sh
2020-07-22, 14:38
are you connected to the internet via ethernet at install? maybe skip grub and try rEFInd? change your bootloader. I always had issues with grub. If you want to use grub, try what is comparable for you (locations) with:
set root=(hd0,msdos6)
set prefix=(hd0,msdos6)/boot/grub
insmod normal
normalthis would be typed at location of your second screenshot

rayyyy
2020-07-29, 11:36
are you connected to the internet via ethernet at install? maybe skip grub and try rEFInd? change your bootloader. I always had issues with grub. If you want to use grub, try what is comparable for you (locations) with:
set root=(hd0,msdos6)
set prefix=(hd0,msdos6)/boot/grub
insmod normal
normalthis would be typed at location of your second screenshot

yes, ethernet at install
will try to search about rEFInd, didn't use it, my differents install always worked using grub since several years...but the laptop is in BIOS, not EFI (manufacture date 2009)
thanks r3fr3sh, I've try it but when I type "insmod normal", it said "error: no such partition"

rayyyy
2020-07-29, 11:37
hello I also had the same problem, but after I installed the x64 version were solved my @ samsung rv411

will try this this afternoon, and i'll tell ya

edit: and...don't work, as it is a i686 cpu, so can't install a x64 version on it

rayyyy
2020-09-20, 20:20
upping the thread ;)

_defalt
2020-09-22, 08:54
Show the output of ls.

rayyyy
2020-09-22, 11:40
Show the output of ls.

thanks for replying
what output do you want exactly ?