我的电脑上有双操作系统,当我打开它时,它会自动启动到 Ubuntu。我只能手动选择我认为是 grub 的东西才能进入 Windows(我是新手,几乎不知道别人大部分时间都在说什么 - 请把我当成三年级学生)。我希望它这样,除非我在启动时手动选择 Ubuntu,否则它将默认进入 Windows 7。
无论如何,我只想打开我的电脑,什么也不做,让它启动到 Windows 而不是 Ubuntu。我该怎么做?
顺便运行 W7 和 14.04。
答案1
你可以尝试这个:
alther the grub
并在终端中输入:
sudo -I
gedit /boot/grub.cfg
然后在运行窗口的地方输入以下内容:
fi uuid=ntfs set root=c:/
echo 'starting mokmanager'
nfts mokmanager.efi
ehco 'starting windows'
ntfs c:/windows/win.exe
这样也许能很好地发挥作用。