So New Years day I tried logging into Arch and got this.....
Loading linu linux- lts....
error : file '/vmlinuz-linux-lts' not found.
Loading initial ramdisk....
error : you need load the kernels first.
Press any key to continue......
I did a search and found this:
lsblk
Know we mount our partitions :
Note : Your partitions are different from me and commands below are just examples !
mount /dev/sda1 /mnt
mount /dev/sda2 /mnt/home
mkswap /dev/sda3
swapon /dev/sda3
Now we Chroot by following command :
arch-chroot /mnt
www.unixmen.com
Attempting to mount however resulted in me being told I must be supervisor to mount?
Any ideas? Am I missing something fundamental? Is this the right approach to this problem?
Cheers and Happy 2023
Loading linu linux- lts....
error : file '/vmlinuz-linux-lts' not found.
Loading initial ramdisk....
error : you need load the kernels first.
Press any key to continue......
I did a search and found this:
lsblk
Know we mount our partitions :
Note : Your partitions are different from me and commands below are just examples !
mount /dev/sda1 /mnt
mount /dev/sda2 /mnt/home
mkswap /dev/sda3
swapon /dev/sda3
Now we Chroot by following command :
arch-chroot /mnt

Solve Kernel Panic on Arch Linux | Unixmen

Attempting to mount however resulted in me being told I must be supervisor to mount?
Any ideas? Am I missing something fundamental? Is this the right approach to this problem?
Cheers and Happy 2023
Last edited: