#Need help fixing a bootable usb I use for resizing drive partitions
49 messages · Page 1 of 1 (latest)
can you mount it with mount /dev/sda1 /mnt
Any other ideas?
is your boot partition corrupt?
Could have happened, if so, what should I do?
what bootloader do you use?
Grub
ok
so
you need to
reformat the boot partition mkfs.fat -F 32 /dev/sda1
mount everything
chroot arch-chroot /mnt
then
reinstall the kernel pacman -S linux
and reinstall grub on the boot partition
grub-install and grub-mkconfig
do you have stuff in there
can you ls
i think your drive corrupted in some way
and journalctl | grep pacman
and coredumpctl info
no
exit the chroot
and run
cp /lib/ld-linux-x86-64.so.2 /mnt/usb/lib/ld-linux-x86-64.so.2
this
try chroot and pacman -S linux again
Still doesn't work
Yeah
And the logs didn't change
I think I'll just reinstall the whole usb
I only have gparted there
Just run mount -a and it should mount all the other partitions in your fstab file.