On Fri, Sep 23, 2016 at 12:57:35PM +0200, Lampshade wrote: > I have Windows 8.1 and OpenBSD amd64. > > # cat /mnt/ext2/grub/grub.cfg \ > > | grep -v -e ^# -e ^[:space:]*$ > GRUB_DEFAULT=0 > GRUB_TIMEOUT=5 > GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` > GRUB_CMDLINE_LINUX_DEFAULT="quiet" > GRUB_CMDLINE_LINUX="" > menuentry "Windows" --class os { > set root=(hd0,2) > chainloader (hd0,msdos2)+1 > } > menuentry "OpenBSD" { > set root=(hd0,4) > chainloader +1 > }
This config is questionable as there is no 'lsb_release' command either on Windows (huh) or OpenBSD. I have no idea why you share a config from Debian here, ie. you have tripple-boot? j.