I was using a Fx8320 until it stop working i bought a ryzen 1600, but i can not boot now or chroot, i was using amd64 piledriver subarch
i get ilegal instruction when i chroot, i get the same using partedmagic usb , from my installed artix linux, and from systemrescuecd usb
to chroot i did this
mkdir /mnt/funtoo
mount /dev/sda4 /mnt/funtoo
mount /dev/sda2 /mnt/funtoo/boot
mount /dev/sda5 /mnt/funtoo/home
cd /mnt/funtoo
mount -t proc none /mnt/funtoo/proc
mount --rbind /dev /mnt/funtoo/dev
mount --rbind /sys /mnt/funtoo/sys
chroot /mnt/funtoo /bin/bash
i always get illegal instruction, how can i chroot?
Question
adcdam
I was using a Fx8320 until it stop working i bought a ryzen 1600, but i can not boot now or chroot, i was using amd64 piledriver subarch
i get ilegal instruction when i chroot, i get the same using partedmagic usb , from my installed artix linux, and from systemrescuecd usb
to chroot i did this
mkdir /mnt/funtoo mount /dev/sda4 /mnt/funtoo mount /dev/sda2 /mnt/funtoo/boot mount /dev/sda5 /mnt/funtoo/home cd /mnt/funtoo mount -t proc none /mnt/funtoo/proc mount --rbind /dev /mnt/funtoo/dev mount --rbind /sys /mnt/funtoo/sys chroot /mnt/funtoo /bin/bash
i always get illegal instruction, how can i chroot?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts