Fixar boot do linux

Published: 2019-03-26, Updated: 2023-06-18

Fixar boot do linux

tags: tutoriais

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

metadata={"id": 601, "createdAt": "2019-03-26 00:57:36.0", "updatedAt": "2020-02-22 12:31:07.641622"}


Micronaut Commands Estabilize seus videos com ffmpeg

Comments