You are not logged in.
I installed arch linux today and for some reason grub finds an unknown linux distribution on my usr partition. My system is still old-school (Bios and MBR partitioning). As recommended in the wiki, I installed to disk. Note that it works, i.e. I can boot to arch, windows and ubuntu. I just wonder why it finds a linux distribution on my usr partition.
[dean@PsyGeek src]$ LC_ALL=C sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
No volume groups found
Found Windows 7 (loader) on /dev/sda1
Found Ubuntu 12.04.3 LTS (12.04) on /dev/sda10
Found unknown Linux distribution on /dev/sda7
done
[dean@PsyGeek src]$ LC_ALL=C df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 9.8G 33M 9.2G 1% /
dev 2.7G 0 2.7G 0% /dev
run 2.7G 6.1M 2.7G 1% /run
/dev/sda7 20G 2.6G 17G 14% /usr
...
Last edited by PsyGeek (2013-10-17 14:03:54)
Offline
Did you format that partition when you installed Arch?
Please post grub.cfg.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Well try booting into that unknown distribution first, and post the results.
Offline
The unknown linux distribution is not in my grub menu anymore. I'm not sure how that happened.
I runned grub-mkconfig again and although it still says it found an unknown linux distribution on /dev/sda7, it doesn't add it to the menu (and/or grub.cfg) anymore. I checked grub-mkconfig manual and there is no debug or verbose flag so I guess I have no way of finding out what happens so I marked the topic as solved.
I formatted all partitions btw. I didn't post my grub.cfg since there is no entry about my usr partition anymore.
Offline