After updating BIOS, I've lost the kali linux dual booting. Files and drives are still there.
I've read through all including my previously asked question about dual booting, and I am getting confused
is there a cmd that restores 'grub' to the boot drive?
current fstab shows (APPEARS) linux still there
I've read through all including my previously asked question about dual booting, and I am getting confused
is there a cmd that restores 'grub' to the boot drive?
current fstab shows (APPEARS) linux still there
Code:
# /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # systemd generates mount units based on this file, see systemd.mount(5). # Please run 'systemctl daemon-reload' after making changes here. # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/nvme0n1p5 during installation UUID=afc7d3b5-cc4b-4ebd-b534-1f5c7e6ff8bc / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/nvme0n1p1 during installation UUID=281D-C70A /boot/efi vfat umask=0077 0 1 # swap was on /dev/nvme0n1p6 during installation UUID=5e36ad90-d64e-4e7f-b416-d71ad9e11ccb none swap sw 0 0
Comment