Hey, I've been writing a few self-restrained blogs lately. My buddy asked me how I could not share some of my CV's ideas, or get some deep-learning tuning experience. Because really run deep learning to engage
Computer vision, time quietly passed, only the environment out of the bug, is my most uncomfortable time, every time the environment is feeling reborn once.
Well, a lot of people just play win,tensorflow, too. The version of Windows, but not friendly. Very humble. Still need to make an Ubuntu just right.
Prior to the dual system, later Win7 re-installed, re-installed when there is no backup MBR. Then Ubuntu can't find it.
Tossing for a long time, simply re-installed Ubuntu. Put it in other partitions.
And then reboot, Win7 can't find it. Thanks to a man who helped. It's done. Mark a moment:
My Ubuntu is 14.04 Kylin Edition.
The discovery was grub2.
Then you need to change this configuration file:
sudo vi /etc/grub.d/40_custom#!/bin/shexec tail -n +3 $0# This file provides an easy way to add custom menu entries. Simply type the# menu entries you want to add after this comment. Be careful not to change# the ‘exec tail‘ line above.menuentry ‘Windows7‘{set root=(hd0,1)//这个地方要设置成你windows分区的地方,我的分区是/dev/sda1。即第一块盘的第一个分区(即C盘)chainloader +1}改完以后执行这两个命令:$ grub-mkconfig -o /boot/grub/grub.cfg
执行完后看看这个文件
/boot/grub/grub.cfg
里面有没有
win7.
$ reboot
After that, it's OK. Hope to be helpful to everyone
Win7 and Ubuntu double system toss-up memory