博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
双系统默认启动更改_如何轻松更改双启动PC的默认操作系统
阅读量:2509 次
发布时间:2019-05-11

本文共 2302 字,大约阅读时间需要 7 分钟。

双系统默认启动更改

双系统默认启动更改

banner-01

I love Ubuntu, but there are times when you just need to use Windows.  The GRUB boot manager that’s installed with Ubuntu is more than happy to leave it the default OS. We can easily change this with some help.

我喜欢Ubuntu,但是有时候您只需要使用Windows。 随Ubuntu一起安装的GRUB引导管理器非常乐意将其保留为默认操作系统。 我们可以在一些帮助下轻松更改此设置。

Update: This article was about StartUpManager, which is . You may want to check out instead.

更新 :本文是有关StartUpManager的,该文章 。 您可能要改用 。

I hate walking away during after restarting my computer only to come back and find that I’m in the wrong OS. Linux is, among many things, about choice, so It’s funny how Ubuntu doesn’t really give you a choice of which OS you’d want as the default. GRUB is pretty robust and also really daunting to configure for beginners. Luckily for us, there’s a great GUI-based tool in Ubuntu’s repositories: StartUp-Manager.

在重新启动计算机后,我讨厌走开,只是回来后发现我使用的是错误的操作系统。 Linux在很多方面都与选择有关,所以很有趣的是,Ubuntu并未真正让您选择默认的操作系统。 GRUB非常强大,而且对于初学者来说也确实令人生畏。 对我们来说幸运的是,在Ubuntu的存储库中有一个很棒的基于GUI的工具:StartUp-Manager。

Fire up a terminal, and enter the following command to install StartUp-Manager.

启动终端,然后输入以下命令以安装StartUp-Manager。

sudo apt-get install startupmanager

sudo apt-get install startupmanager

install

Enter your password, hit ‘Y’ at the prompt, and let it install.

输入密码,在提示符下单击“ Y”,然后进行安装。

Once that’s finished, go to System > Administration > StartUp-Manager

完成后,转到系统>管理>启动管理器

open

You’ll see a very beginner-friendly screen pop up.

您会看到一个非常适合初学者的屏幕。

change default

Much better, isn’t it? You’ll see a handful of pertinent options.

好多了,不是吗? 您会看到一些相关的选项。

  • Timeout: This is the countdown (in seconds) that GRUB waits before automatically booting the default operating system.

    超时:这是GRUB在自动引导默认操作系统之前等待的倒数(秒)。
  • Default operating system: Pretty self-explanatory; just click the menu and choose your preference.

    默认操作系统:相当不言自明; 只需点击菜单,然后选择您的偏好即可。
  • Display: Here you can choose the resolution and color depth for GRUB.

    显示:您可以在此处选择GRUB的分辨率和颜色深度。

You can also choose to show the splash screen and current text while booting.

您还可以选择在引导时显示启动屏幕和当前文本。

default_os

Now when you’ve walked away after a restart, you won’t come back to the wrong OS.

现在,重新启动后走开时,您将不会回到错误的操作系统。

2011-06-14_03-48-16_119


As a dual-booter, do you have any other pet peeves about Ubuntu or Windows? Share you thoughts in the comments!

作为双启动程序,您还有其他关于Ubuntu或Windows的烦恼吗? 在评论中分享您的想法!

翻译自:

双系统默认启动更改

转载地址:http://dnzwd.baihongyu.com/

你可能感兴趣的文章
JQuery --- 第六期 (Ajax)
查看>>
Python和Java编程题(六)
查看>>
8.2.1.15 ORDER BY Optimization ORDER BY 优化
查看>>
sort_buffer_size:
查看>>
mojo 关闭utf8
查看>>
数据库外连接简介
查看>>
Django搭建网站笔记
查看>>
设计模式的总结
查看>>
eclipse里面配置热部署
查看>>
Linq 根据list属性去重复
查看>>
201521123045 《JAVA程序设计》第1周学习总结 1
查看>>
PW试验-----verilog
查看>>
10本最热门科普书免费送!人工智能数学物理获奖经典佳作!
查看>>
创建一个django项目,基本配置及运行流程
查看>>
页面跳转的方法
查看>>
C#三层ATM-10.改密码
查看>>
mysql-sql高级应用
查看>>
(1.1)MPLS定义
查看>>
Building a Android Development Environment
查看>>
JS中null与undefined的区别
查看>>