Jump to content

pauet

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    pauet got a reaction from odroidhc2 in apt upgrade → Size + hash Sum mismatches → Mirror sync in progress?   
    I have downgraded kernel on my odroid xu4 and now is booting again.
    This were my steps:
     
    #mount sd (use lsblk to indentify your sd device) mount /dev/sda1 /mnt/armbi_root #install qemu to execute arm inside amd64 apt install qemu-user-static #and copy it to sd cp /usr/bin/qemu-arm-static /mnt/armbi_root/usr/bin/ #mount pseudo-filesystems needed mount -t proc /proc /mnt/armbi_root/proc mount --rbind /sys /mnt/armbi_root/sys mount --rbind /dev /mnt/armbi_root/dev mount --rbind /run /mnt/armbi_root/run #chrooting sd chroot /mnt/armbi_root /usr/bin/qemu-arm-static /bin/bash #show installed previous versions apt-cache madison linux-image-current-odroidxu4 apt-cache madison linux-dtb-current-odroidxu4 #install working previous version (mine was 24.11.1 - kernel-6.6.60) apt install linux-image-current-odroidxu4=24.11.1 apt install linux-dtb-current-odroidxu4=24.11.1 #rebuild initramfs (maybe this is not necessary, but do not harm) update-initramfs -u #exiting chroot exit #unmonting sd for finishing umount -R /mnt/armbi_root  
  2. Like
    pauet got a reaction from boat in apt upgrade → Size + hash Sum mismatches → Mirror sync in progress?   
    I have downgraded kernel on my odroid xu4 and now is booting again.
    This were my steps:
     
    #mount sd (use lsblk to indentify your sd device) mount /dev/sda1 /mnt/armbi_root #install qemu to execute arm inside amd64 apt install qemu-user-static #and copy it to sd cp /usr/bin/qemu-arm-static /mnt/armbi_root/usr/bin/ #mount pseudo-filesystems needed mount -t proc /proc /mnt/armbi_root/proc mount --rbind /sys /mnt/armbi_root/sys mount --rbind /dev /mnt/armbi_root/dev mount --rbind /run /mnt/armbi_root/run #chrooting sd chroot /mnt/armbi_root /usr/bin/qemu-arm-static /bin/bash #show installed previous versions apt-cache madison linux-image-current-odroidxu4 apt-cache madison linux-dtb-current-odroidxu4 #install working previous version (mine was 24.11.1 - kernel-6.6.60) apt install linux-image-current-odroidxu4=24.11.1 apt install linux-dtb-current-odroidxu4=24.11.1 #rebuild initramfs (maybe this is not necessary, but do not harm) update-initramfs -u #exiting chroot exit #unmonting sd for finishing umount -R /mnt/armbi_root  
  3. Like
    pauet got a reaction from belegdol in apt upgrade → Size + hash Sum mismatches → Mirror sync in progress?   
    I have downgraded kernel on my odroid xu4 and now is booting again.
    This were my steps:
     
    #mount sd (use lsblk to indentify your sd device) mount /dev/sda1 /mnt/armbi_root #install qemu to execute arm inside amd64 apt install qemu-user-static #and copy it to sd cp /usr/bin/qemu-arm-static /mnt/armbi_root/usr/bin/ #mount pseudo-filesystems needed mount -t proc /proc /mnt/armbi_root/proc mount --rbind /sys /mnt/armbi_root/sys mount --rbind /dev /mnt/armbi_root/dev mount --rbind /run /mnt/armbi_root/run #chrooting sd chroot /mnt/armbi_root /usr/bin/qemu-arm-static /bin/bash #show installed previous versions apt-cache madison linux-image-current-odroidxu4 apt-cache madison linux-dtb-current-odroidxu4 #install working previous version (mine was 24.11.1 - kernel-6.6.60) apt install linux-image-current-odroidxu4=24.11.1 apt install linux-dtb-current-odroidxu4=24.11.1 #rebuild initramfs (maybe this is not necessary, but do not harm) update-initramfs -u #exiting chroot exit #unmonting sd for finishing umount -R /mnt/armbi_root  
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines