Grub valikon kanssa on ongelmia, en voi valita toista käyttöjärjestelmä win10. Dual bootin käynnistyy suoraan ubuntuun (Ubuntu 19.04), eli ei näytä valikkoa josta valitaan ubuntu tai win10.
Onkohan grub tai fstab tiedostossa jotain vikaa?
gedit /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT="0"
GRUB_TIMEOUT_STYLE="hidden"
#GRUB_TIMEOUT_STYLE="false"
GRUB_TIMEOUT="5"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Tässä fstab tiedosto, onko siinä kaikki kunnossa? Fstab:in lopussa on kaksi omituista riviä, en muista nähneeni aikaisemmin olisikohan tullut päivityksen yhteydessä ubuntu 19.04?
# /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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p5 during installation
UUID=578187c4-fe13-4803-958c-ad1d02a22fe9 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p2 during installation
UUID=7CD9-2484 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
curlftpfs#admin:sammutin@192.168.0.2 /home/varasto fuse _netdev,rw,allow_other,auto,user 0 0
/dev/disk/by-id/usb-ASUS_SDRW-08D2S-U_R8RZ6GACA00TYZ-0:0 /mnt/usb-ASUS_SDRW-08D2S-U_R8RZ6GACA00TYZ-0:0 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0