1.How to create a bootable USB stick on Windows

  https://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows

  Before you begin, you need to download Ubuntu and, if you want, verify the download.

  To run or install Ubuntu from a USB stick, the first thing you need to do is insert a USB stick with at least 2GB of free space into your PC.

  The easiest way to put Ubuntu onto your stick is to use the Rufus USB installer. You’ll need to download and install and follow the instructions.

  Download the Rufus USB installer

  1. Open Rufus and select your USB stick in the 'Device' dropdown

  2. Click the CD Rom icon next to the 'FreeDOS' dropdown, then find your downloaded Ubuntu ISO and click 'Open' and then 'Start'

  3. Click 'Yes' when it asks to download Syslinux software

  4. Click 'OK' to write in ISO Image mode

  5. Confirm that your USB stick is selected and then 'OK' to continue

  6. When it is finished, just restart your computer and start using Ubuntu, or you can install Ubuntu

2.How to create a bootable USB stick on macOS

  https://www.ubuntu.com/download/desktop/create-a-usb-stick-on-macos

  Before you begin, you need to download Ubuntu and, if you want, verify the download.

  To run or install Ubuntu on a Mac from a USB stick, the first thing you need to do is insert a USB stick with at least 2GB of free space into your PC.

  The easiest way to put Ubuntu onto your stick is to use the UNetbootin USB installer. You’ll need to download and install and follow the instructions.

  Download the UNetbootin USB installer.

  1. Download the 64-bit Ubuntu Desktop ISO

  2. Launch UNetbootin and allow the osascript to make changes

  3. Select the ‘Diskimage’ radio button and then click the '...’ button

  4. Select the Ubuntu ISO file you downloaded and click 'Open'

  5. Then select your flash drive in the bottom row and click 'OK'

    Tip: If you are unsure which one is your flash drive, in a terminal you can type

    $diskutil list

    with the drive not inserted and then inserted to see which one it is.

  6. After UNetbootin finishes, click ‘Exit’ and restart your Mac

  7. Press alt/option key while the Mac is restarting to choose the USB stick to try or install Ubuntu

 How to install Ubuntu on MacBook using USB Stick

3.How to create a bootable USB stick on Ubuntu

  https://www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu

  To create a USB stick from which you can install Ubuntu, you must first download Ubuntu and, if you want, verify the download.

  Then, follow these instructions:

  1. Insert a USB stick with at least 2GB of free space

  2. Open the dash and search for Startup Disk Creator

  3. Select the Startup Disk Creator to launch the app 中文叫“启动盘创建器

         
  4. Click 'Other' to choose the downloaded ISO file if it isn’t found automatically, select the file and click 'Open'

  5. Select the USB stick in the bottom box and click 'Make Startup Disk' and then 'Yes'

  6. That's it! When the process completes, you'll be ready to restart your computer and begin installing Ubuntu

制作ubuntu启动U盘:Windows,Mac osx ,Ubuntu的更多相关文章

  1. Windows系统制作Ubuntu启动U盘(命令行)

    背景 现今Ubuntu系统的使用越来越多,考虑到日常办公还是用Windows系统,但开发的需求常常要有Linux系统.因此将Linux系统安装到U盘不失为一种好的选择.在Windows系统上制作Ubu ...

  2. 使用 U盘 重装 Mac OSX

    一.制作 U 盘系统启动盘 1.从 App Store 上下载 OS Application.(这里需要注意,取消下载完的自动更新,并存储下这个 OS.Application 文件,因为系统更新完后, ...

  3. ubuntu14.04LTS下制作安装启动U盘

    ubuntu自带的启动U盘制作工具在我的非UEFI电脑上无法启动,找到一个国产的好用东西:深度deepin-boot-maker. 下载地址(官方百度盘):点击下载 用起来也很简单,只需要选择下载好的 ...

  4. 制作dos启动u盘

    需要准备的工具: 空U盘的U盘HP优盘启动盘格式化工具 链接:https://pan.baidu.com/s/1i59wgUp 密码:l5ke 1.1插入U盘,打开   HP优盘启动盘格式化工具 1. ...

  5. mysql无法启动,一直处于启动状态解决【Mac osx 】

    最近,遇到一个问题,就是mac 使用homebrew 安装了mysql,今天使用mysql.server start,mysql无法启动了,restart还找不到pid,说明服务并没有启动! 错误如下 ...

  6. 电脑-制作WIN7启动U盘

    1.需要准备的工具:win7系统盘(安装盘,不是ghost),软碟通工具,大于4G的U盘

  7. Windows环境下制作Ubuntu的U盘启动工具

    Windows用户想要尝试一下Ubuntu或其他Linux系统?最简单的方法就是使用VMware Workstation,只是虚拟机会真实占用内存,如果你的电脑内存8G及以上可以试试.内存偏小,或者觉 ...

  8. 微软Windows 7 “可启动U盘”制作工具及使用方法,非常的简单

    目前,用“可启动U盘”替代光驱光盘安装操作系统,已经成为一种时尚(至少对没有刻录机或不愿购买光碟的群体是这样).制作“可启动U盘”的方法和工具很多,区别无非是制作的难易程度和对“U盘类型”的支持程度. ...

  9. Linux下制作Windows启动U盘的工具

    Linux下制作Windows启动U盘的工具 很多人说Linux下制作Windwos启动盘要用GRUB4DOS建立引导,其实不用,有专门的工具的,就像Windows下有Rufus制作Linux启动U盘 ...

随机推荐

  1. 宠物连连看2完整Android代码项目

    宠物连连看2完整代码,该源代码支持多种风格的连连看游戏的,如有国旗类的连连看,还有宠物连连看的等,主要的功能实现了无尽关卡挑战模式.还有催命倒计时,以及链接提示,暂停.多样图片集,挑战眼力和速度等,而 ...

  2. WPF使用HierarchicalDataTemplate绑定Dictionary生成TreeView

    Dictionary中的<string, CustomeType>CustomeType是一个集合,将其绑定生成一棵树,树的第一层节点是Dictionary的Key,第二层是Custome ...

  3. 细谈SetButtonInfo函数及其用途

    SetButtonInfo用于设置某个按钮,它的接口定义如下: 下面是它的几个接口函数说明: void CToolBar::SetButtonInfo(int nIndex, UINT nID, UI ...

  4. Tomcat安全配置规范

    第1章 账号管理.认证授权 1.1 账号 1.1.1 共享帐号管理 安全基线项目名称 Tomcat共享帐号管理安全基线要求项 安全基线编号 SBL-Tomcat-01-01-01 安全基线项说明   ...

  5. MySQL安装、安装时未提示输入密码、如何修改密码小结

    http://blog.csdn.net/fr555wlj/article/details/54971412

  6. Spring Boot 访问静态资源

    方法1一: 在resources目录下建立static的目录,将静态资源放到此处,可以直接访问 访问:127.0.0.1:9010/img/123.png

  7. 用jetty起maven工程debug报source not found

    之前基本都是tomcat启maven本工程 惯性的处理方式是 直接点击lookup source 直接先删除default工程 然后选择导入java project 找到源码所在的工程 但是一般情况下 ...

  8. bootstrap的学习注意点

    1.bootstrop里面所有的内容都需要用一个container 容器包裹起来: 2.一屏二屏什么的,是通过id 与href实现的: 3.下拉与菜单之类的都有固定的代码: 4.需要修改相关属性的话, ...

  9. android user用户版本提高adb权限【转】

    本文转载自:http://blog.csdn.net/liyongming1982/article/details/14108111 有的user用户版本的log 不全,且push/pull某些文件或 ...

  10. RandomUtils

    package com.cc.hkjc.util; import java.util.Random; public class RandomUtils {    /**     * 获取count个随 ...