使用U盘安装Ubuntu(Linux系统)保姆教程
<div id="navCategory"><h5 class="catalogue">目录</h5><ul class="first_class_ul"><li>一、准备工作<ul class="second_class_ul"><li>1.1下载Ubuntu系统镜像文件</li><li>1.2下载rufus启动盘制作工具</li><li>1.3制作Ubuntu启动盘</li></ul></li><li>二、磁盘查看及建议分区<ul class="second_class_ul"><li>2.1查看计算机磁盘格式</li><li>2.2磁盘分区</li></ul></li><li>三、使用U盘安装Ubuntu系统<ul class="second_class_ul"><li>3.1进入BIOS设置U盘启动</li><li>3.2正式安装并进行系列设置</li></ul></li><li>U盘常见的几种格式以及优劣<ul class="second_class_ul"><li>一、FAT32格式</li><li>二、NTFS格式</li><li>三、exFAT格式</li></ul></li></ul></div><p class="maodian"></p><h2>一、准备工作</h2><p><strong>需要一个8GB或者8GB以上的空U盘(由于制作启动盘需要格式化U盘,建议提前备份U盘数据)</strong></p>
<p class="maodian"></p><h3>1.1下载Ubuntu系统镜像文件</h3>
<p><strong>浏览器搜索Ubuntu或者直接复制网址进入网站选择对应的版本进行下载(官网默认最新版本且下载速度较慢,建议使用镜像站下载)</strong></p>
<p><strong>官网网址:https://cn.ubuntu.com/download/desktop</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="691" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114AC50.png" width="1242" /></p>
<p><strong>清华大学镜像站:https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="798" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114AG95.png" width="1242" /></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="669" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114AMY.png" width="1242" /></p>
<p class="maodian"></p><h3>1.2下载rufus启动盘制作工具</h3>
<p><strong>官网网址:http://rufus.ie/zh/</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="839" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114AS24.png" width="1242" /></p>
<p><strong>然后就有如图所示下载得到的2个文件</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="141" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114AbP.png" width="529" /></p>
<p class="maodian"></p><h3>1.3制作Ubuntu启动盘</h3>
<p><strong>双击打开下载好的rufus程序,设备选择插入的U盘,引导类型选择下载好的Ubuntu镜像文件,其他保持默认,点击开始</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="487" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114A9608.png" width="1242" /></p>
<p><strong>当状态提示准备就绪后表示制作完成,点击关闭,U盘内显示以下文件</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="649" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F0Y9.jpg" width="1060" /></p>
<p class="maodian"></p><h2>二、磁盘查看及建议分区</h2>
<p class="maodian"></p><h3>2.1查看计算机磁盘格式</h3>
<p><strong>Windows系统的磁盘格式一般分为2种:MBR和GPT格式,分别对应主板Bios的Legacy和UEFI的启动方式,同时在linux分区里面对应/boot和/efi分区</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="424" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F0V4.png" width="618" /></p>
<p><strong>磁盘格式查看方法,在windos系统下,右键点击此电脑,点击管理 找到存储-磁盘管理,点击对应磁盘,右键属性,然后查看卷。</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="671" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F1Z7.jpg" width="1139" /></p>
<p><strong>对应分区形式如下:</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="487" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F1460.jpg" width="888" /></p>
<p class="maodian"></p><h3>2.2磁盘分区</h3>
<p><strong>Linux的磁盘分区和windows不同,一般常见分区方案如下:</strong></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="126" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F19B.jpg" width="1148" /></p>
<p>若磁盘空间较小,可以只划分引导区、内存交换区和系统区三个,不建立home分区也可以。</p>
<p class="maodian"></p><h2>三、使用U盘安装Ubuntu系统</h2>
<p>Ubuntu安装分为两种MBR分区和GPT分区,分别对应Legacy和UEFI引导,注意选择正确的引导启动。</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="715" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F2538.png" width="674" /></p>
<p class="maodian"></p><h3>3.1进入BIOS设置U盘启动</h3>
<ul><li>电脑开机或者重启,不停的按对应的启动快捷键,进入BIOS设置面板</li><li>找到<strong>Security</strong>(安全)-<strong>Secure Boot</strong>(安全启动)改为改成<strong>Disabled</strong>(关闭)</li><li>找到<strong>Boot</strong>(启动)-<strong>Boot Mode</strong>(启动模式)选项按照自己硬盘格式改为<strong>Legacy</strong><strong> </strong>或者<strong>UEFI</strong>然后按<strong>F10</strong>保存退出</li><li>插入制作好的U盘启动盘,开机并长按U盘启动快捷键进入引导界面(如果你实在找不到 U 盘启动快捷键的话,直接在上一步 BIOS 将 U 盘改为第一启动项也可以)选择带有<strong>usb</strong>的引导选项进入U盘(不同品牌,主板的进入方法不同,具体可以通过搜索引擎搜索自己电脑的操作方法)。</li></ul>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="653" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F4V6.png" width="981" /></p>
<p>选择第一项进入安装界面</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="580" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F4417.png" width="1110" /></p>
<p class="maodian"></p><h3>3.2正式安装并进行系列设置</h3>
<p>语言选择中文简体(当然如果英文很好可以选择English)</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="626" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F5Y1.jpg" width="775" /></p>
<p>键盘布局按照自己喜好选择即可</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="613" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F5E6.jpg" width="778" /></p>
<p>这个界面正常安装和最小安装都可以(正常安装比最小安装多了些常用的软件视个人所需选择),下载更新建议不勾选</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="622" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F54I.jpg" width="772" /></p>
<p>安装类型一般选择其他选项,方便个人进行磁盘分区</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="613" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F61O.jpg" width="731" /></p>
<p>这里显示当前电脑所有的磁盘,选中想要分区的空闲磁盘点击+号进行新建分区。</p>
<p>可以参考下表:</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="333" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F63R.jpg" width="600" /></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="531" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114FB33.jpg" width="732" /></p>
<p>新建分区</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="523" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114FD37.jpg" width="713" /></p>
<p>/boot</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="511" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114FDY.jpg" width="732" /></p>
<p>swap分区</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="520" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114FO24.jpg" width="721" /></p>
<p>/</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="514" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114FGA.jpg" width="703" /></p>
<p>/home</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="526" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114FQ28.jpg" width="733" /></p>
<p>分区完成</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="276" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114FQ37.jpg" width="564" /></p>
<p>执行格式化分区</p>
<p>地理位置默认或者选择自己所在地即可</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="544" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114F91K.jpg" width="733" /></p>
<p>这里输入自己的用户名和登录密码继续(建议使用英文名字方便后续使用)</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="536" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114G0H7.jpg" width="732" /></p>
<p>等待安装程序自动执行安装,安装完成后会提示是否重启,点击现在重启</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="483" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114G0417.jpg" width="668" /></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="201" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114G0435.jpg" width="496" /></p>
<p>重启后系统会出现类似如下提示,拔出U盘安装盘然后按键盘Enter键进行确认即可</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="546" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114G1258.jpg" width="1081" /></p>
<p>等待一会儿即可进入系统登录界面,点击用户名输入密码进入系统桌面</p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="692" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114G15Y.jpg" width="1242" /></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="658" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114G21X.jpg" width="1242" /></p>
<p style="text-align:center"><img style="max-width:100%!important;height:auto!important;"alt="" height="639" src="https://zhuji.jb51.net/uploads/allimg/20250716/2-250G6114G2293.jpg" width="1242" /></p>
<p>以上大功告成,#Ubuntu系统顺利安装成功。小伙伴儿们不要忘记点赞收藏哦!</p>
<p class="maodian"></p><h2>U盘常见的几种格式以及优劣</h2>
<p>U盘常见的文件系统格式包括FAT32、NTFS和exFAT,以下是这些格式的优劣势以及适用场景:</p>
<p class="maodian"></p><h3>一、FAT32格式</h3>
<ol><li><strong>优势</strong></li></ol>
<ul><li><strong>广泛兼容性</strong>:FAT32格式的U盘几乎能被所有的操作系统识别和使用,包括Windows、Mac和Linux等。</li><li><strong>启动速度快</strong>:由于FAT32文件系统相对较小,U盘的启动速度通常更快。</li></ul>
<ol start="2"><li><strong>劣势</strong></li></ol>
<ul><li><strong>文件大小限制</strong>:FAT32格式不支持单个文件超过4GB的大小,这对于需要存储大型媒体文件的用户来说是一个限制。</li><li><strong>安全性较低</strong>:没有文件或文件夹级别的权限控制,可能导致数据安全性不足。</li></ul>
<ol start="3"><li><strong>适用场景</strong></li></ol>
<ul><li>需要在不同操作系统之间传输小文件的场景。</li><li>对启动速度有较高要求的场景。</li></ul>
<p class="maodian"></p><h3>二、NTFS格式</h3>
<ol><li><strong>优势</strong></li></ol>
<ul><li><strong>支持大文件</strong>:NTFS格式支持单个文件大小达到16EB,非常适合存储大型媒体文件。</li><li><strong>高安全性</strong>:具有文件和文件夹级别的权限控制,提供更好的数据保护。</li><li><strong>恢复能力强</strong>:对文件系统的损坏有更好的恢复能力。</li></ul>
<ol start="2"><li><strong>劣势</strong></li></ol>
<ul><li><strong>兼容性有限</strong>:虽然可以在所有最新版本的Windows中使用,但在Mac和部分Linux系统中的兼容性较差,Mac系统默认只能读取NTFS驱动器,而不能写入。</li></ul>
<ol start="3"><li><strong>适用场景</strong></li></ol>
<ul><li>主要使用Windows系统,并且需要存储大型文件的场景。</li><li>对数据安全性有较高要求的场景。</li></ul>
<p class="maodian"></p><h3>三、exFAT格式</h3>
<ol><li><strong>优势</strong></li></ol>
<ul><li><strong>解决文件大小限制</strong>:exFAT格式解决了FAT32格式单个文件容量的限制问题,支持单个文件大小达到128PB。</li><li><strong>跨平台兼容性好</strong>:在Windows、Mac和Linux操作系统中都被广泛支持,适用于跨平台使用的场景。</li></ul>
<ol start="2"><li><strong>劣势</strong></li></ol>
<ul><li><strong>权限控制较弱</strong>:文件和文件夹级别权限控制相对较弱。</li><li><strong>恢复能力不如NTFS</strong>:对文件系统的损坏恢复能力不如NTFS格式。</li></ul>
<ol start="3"><li><strong>适用场景</strong></li></ol>
<ul><li>需要在多种操作系统中使用U盘,并且需要存储大型媒体文件的场景。</li><li>对启动速度和数据安全性要求不是非常高的场景。</li></ul>
<p>综上所述,在选择U盘格式时,需要根据自己的需求和使用场景来进行权衡。如果需要广泛兼容性,FAT32是一个不错的选择;如果需要存储大型文件,并且对安全性要求较高,NTFS是首选;如果需要在多种操作系统中使用U盘,并且需要存储大型媒体文件,exFAT是一个平衡的选择。</p>
<p>以上就是使用U盘安装Ubuntu(Linux系统)保姆教程的详细内容,更多相关资料请阅读琼殿技术社区其它文章!</p>
頁:
[1]