Adam K Dean

Adding Windows back to grub

Published on 1 June 2014 at 10:28 by Adam

After my previous post, I sit here with a working grub installation, but it doesn't yet allow me to boot into Windows.

This is really easy.

$ sudo update-grub
[sudo] password for adam: 
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.11.0-22-generic
Found initrd image: /boot/initrd.img-3.11.0-22-generic
Found linux image: /boot/vmlinuz-3.11.0-12-generic
Found initrd image: /boot/initrd.img-3.11.0-12-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done

Done.



This post was first published on 1 June 2014 at 10:28. It was filed under archive with tags ubuntu, grub, linux, windows.