I'm actually using Neon:
I have several levels installed:
And grub seems to find them all:
Don't know what breeze theme bit is about. That's not my problem right now.
When I boot and select advanced options for Neon on /dev/sda5 (my only Neon system and my default), it only sees a subset of these, clear evidence that grub is not writing this disk. These are shown in the first attachment.
I have tried doing
sudo grub-install /dev/sda
but that changes nothing. Here is my partition config:
so I'm using EFI. When I boot and try to select the partition to boot, I see the mess in the 2nd and 3rd attachments. This is the second part of my problem: I have little idea what all that means. What are P0 and P1, e.g.? I will settle, tho, for getting my grub to write to the same place I boot from, by modifying either the former or the latter.
Thanks in advance.
Code:
$ uname -a Linux jon-neon 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Code:
$ ls /boot/vml* /boot/vmlinuz-4.13.0-32-generic /boot/vmlinuz-4.4.0-116-generic /boot/vmlinuz-4.13.0-36-generic /boot/vmlinuz-4.4.0-116-generic.efi.signed /boot/vmlinuz-4.4.0-112-generic /boot/vmlinuz-4.4.0-77-generic /boot/vmlinuz-4.4.0-112-generic.efi.signed /boot/vmlinuz-4.4.0-77-generic.efi.signed
Code:
$ sudo update-grub Generating grub configuration file ... Found theme: /boot/grub/themes/breeze/theme.txt Found linux image: /boot/vmlinuz-4.13.0-36-generic Found initrd image: /boot/initrd.img-4.13.0-36-generic Found linux image: /boot/vmlinuz-4.13.0-32-generic Found initrd image: /boot/initrd.img-4.13.0-32-generic Found linux image: /boot/vmlinuz-4.4.0-116-generic Found initrd image: /boot/initrd.img-4.4.0-116-generic Found linux image: /boot/vmlinuz-4.4.0-112-generic Found initrd image: /boot/initrd.img-4.4.0-112-generic Found linux image: /boot/vmlinuz-4.4.0-77-generic Found initrd image: /boot/initrd.img-4.4.0-77-generic Found Ubuntu 16.04.3 LTS (16.04) on /dev/sda3 Found Ubuntu 16.04.2 LTS (16.04) on /dev/sda6 Found Debian GNU/Linux (8.2) on /dev/sdb1 Found Ubuntu 14.04.2 LTS (14.04) on /dev/sdc3 Adding boot menu entry for EFI firmware configuration done
When I boot and select advanced options for Neon on /dev/sda5 (my only Neon system and my default), it only sees a subset of these, clear evidence that grub is not writing this disk. These are shown in the first attachment.
I have tried doing
sudo grub-install /dev/sda
but that changes nothing. Here is my partition config:
Code:
$ df Filesystem 1K-blocks Used Available Use% Mounted on udev 4009736 0 4009736 0% /dev tmpfs 806220 10036 796184 2% /run /dev/sda5 61796348 22016564 36617672 38% / tmpfs 4031092 349496 3681596 9% /dev/shm tmpfs 5120 4 5116 1% /run/lock tmpfs 4031092 0 4031092 0% /sys/fs/cgroup /dev/sda1 245996 9078 236919 4% /boot/efi /dev/sdc6 51475068 29885992 18951252 62% /samba-transfer /dev/sdb2 897816032 724926168 127260424 86% /mnt/areca-bak /dev/sdc4 361112164 221117840 121627860 65% /home/jon/our-pix /dev/sdc5 206293688 125076680 70714864 64% /home/jon/music-mp3 /dev/sda4 206293688 118768256 77023288 61% /home/jon/jon-files tmpfs 806220 20 806200 1% /run/user/1000
Thanks in advance.
Comment