Fixar boot do linux

Published: 2019-03-26, Updated: 2020-02-22

Pegar disco que é o ssd

$ parted -l | grep 240

Montar chroot

$ sudo su
export DISK=/dev/sdd &&\
mount "${DISK}7" /mnt &&\
mount "${DISK}1" /mnt/boot &&\
mount --bind /dev /mnt/dev &&\
mount --bind /dev/pts /mnt/dev/pts &&\
mount --bind /proc /mnt/proc &&\
mount --bind /sys /mnt/sys &&\
mount --bind /etc/resolv.conf /mnt/etc/resolv.conf &&\
chroot /mnt 

Fixar o boot

update-grub2

ou

grub-install /dev/sdd

keywords

fixboot, fix boot, fix kernel, fixar kernel, fixar boot


Micronaut Commands Estabilize seus videos com ffmpeg

Comments