Re: After update unable to boot. Just installed through wubi.
Depending on which partition you installed wubi, you need to execute the following commands at the prompt, one by one:
sh:grub>set root=(loop0)
sh:grub>linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro
sh:grub>initrd /boot/initrd.img-2.6.31-14-generic
sh:grub>boot
You might need to replace /dev/sda1 depending where you installed wubi. sda is first hdd, sdb second hdd, etc, and the number is the number of the partition on the drive.
Usually C: would be /dev/sda1 (or /dev/sda2 if there is another "hidden" partition before it), D; would be /dev/sda2 (/dev/sda3), etc.
Once you get it right and you boot up wubi, open terminal (in Applications-Accessories) and execute:
sudo update-grub2
Darko.
-----------------------------------------------------------------------
Ubuntu 14.04 LTS 64bit & Windows 10 Pro 64bit
Bookmarks