首页 > 系统相关 >Install the Operating System of Windows and Linux on the Laptop

Install the Operating System of Windows and Linux on the Laptop

时间:2024-07-08 12:09:39浏览次数:7  
标签:USB just package Windows Laptop system System file Ubuntu

Environments

  • Windows 11
  • Ubuntu 24.04 LTS
  • Laptop: Yoga Pro 14S ARH7
  • Allocated Disk For Ubuntu: 146.5GB

Step I: Download Ubuntu Package

Step II: Make a Bootable USB Stick

Preparation

  • Prepare a USB stick with a capacity of at least 8GB
    The USB stick will be formatted so you need to back up any important data on it.
  • Install the software UltraISO
    We use the software UltralSO to write the ISO file to the USB stick. UltraISO requires a paid registration, but we only need to use it for a short period, so we can click 'Trial' without purchasing a registration code.

Steps

  • Open the UltraISO and select the downloaded ISO file from the local directory

  • Double-click the ISO file: ubuntu-24.04-desktop-and64.iso

  • Select "Boot" in the menu bar above UltraISO, then click on "Write Disk Image"

  • Check the configuration

  • Format the USB stick by clicking the button of 'format'

  • Write the ISO file to the USB stick by clicking the button of 'Write'

This process will take a long time period and after writing the stage have just been finished.

Step III: Allocate the Disk Space for Ubuntu

  • Open the disk management tool in Windows
    You can search the Computer Management in the search bar and open it. And in the left menu, select Disk Management under the Memory section.

  • Right-click on the disk, preferably D Disk, that you want to allocate space for Ubuntu and select Shrink Volume
    Shrink Volume For Ubuntu

  • Enter the amount of space you want to allocate for Ubuntu, and then click "Shrink"
    It will be recommended to allocate around 100GB of space for Ubuntu. This will make sure that you have enough space for the operating system and other applications.

Step IV: Install Ubuntu

  • Insert the USB stick into the computer

Method I: BIOS mode

Press the key of F12 or F2 to enter the BIOS setting and select the USB stick as the boot device

Method II: Advanced Restart

Sometimes entering the BIOS setting is not easy, but there have another way to boot the system from the USB stick.

  • Search the Restore in the windows search bar and open it.

  • Click on the Restart Immediately button to restart the computer.
    Restart the System

  • After the computer restarts, it will enter the Advanced Boot Options menu. Select the Using Device option.
    Select the Boot Options

  • About EFI mode we just choose the EFI USB Device to boot the operating system.
    EFI USB Device

  • Entering this page, we just choose to install Ubuntu
    Install Ubuntu

  • When it boots the Ubuntu system, it will prepare the environment.

Prepare Ubuntu
  • Configure the Ubuntu system and just wait for several minutes.
    Configure Ubuntu

  • When all installation have been finished
    Installation Finished

Step V: Restart the System

After the installation, we need to restart the system to make sure that the system is working properly.

Boot Two Systems
  • Boot Ubuntu
    We just click the Ubuntu button to boot the Ubuntu system.
  • Boot Windows
    We just click the Windows Boot Manager button to boot the Windows system.

Configuration

We can see that the system is installed successfully, but we still need to configure it. For personalized usage needs, we can configure specific applications. Firstly, just have a look for my configuration.
My Configuration

System Fonts

  • Install the packages
sudo apt install gnome-tweaks
  • Run the command
gnome-tweaks

It will open the configuration interface, and we just click Fonts. It has three fonts to configure the displayed fonts style under different positions. And importantly, it has the Scaling Factor below the interface to configure the interface size.
Configuration Interface
Fonts Configuration

Chinese Input

  • Install the packages
    There has several Chinese input methods, but I recommend ibus-libpinyin because it is simple and easy to use.
sudo apt-get install ibus-libpinyin
  • Run the command
    After installation, we need to log out to fresh the package. And logging in again, we just run the following command to add the Pinyin method under the Chinese section.
ibus-setup
Install Pinyin
  • Configure the input method in the system settings
    Just see the following picture. We need to add the input source of Chinese(Pinyin) under the Keyboard section.
Chinese Input

Clash Verge

Clash Verge

Blue Mail

It's also a fantastic application on linux system. It is a mail client and it has a very beautiful interface.

Blue Mail

Wemeet

sudo vim /etc/gdm3/custom.conf
#WaylandEnable=false   ==> WaylandEnable=false
sudo service gdm3 restart

Installation Command

.deb file

sudo dpkg -i package_file.deb
sudo apt install ./package_file.deb

.AppImage file

chmod +x package_file.AppImage
./package_file.AppImage

.rpm file

sudo rpm -i package_file.rpm

标签:USB,just,package,Windows,Laptop,system,System,file,Ubuntu
From: https://www.cnblogs.com/LZHMS/p/18289658

相关文章

  • windows使用性能监视器监测C盘空间
    windows平台使用系统自带的性能监视器监测C盘空间并发送提醒邮件一、设置任务计划设置任务计划,自动发送邮件任务计划名称“Mail-diskC”方式一:使用bat脚本调用ps1文件任务计划执行bat批处理脚本,调用另一powershell文件该计划任务为后续性能监视器所调用,因此不需要设置触发......
  • windows版Oracle11g安装记录
    一、下载Oracle 11g数据库安装包已上传至博客园文件中二、安装Oracle11g下载下来是下图这样的两个压缩包:1、解压这两个压缩包到同一个文件夹(切记路径文件不可有中文、空格和不规则字符。):2、将解压好的win64_11gR2_database_2of2\database\stage\Components下的所有文件拷......
  • windows mysql执行sql文件
    背景快速导入数据表或者数据库。解决直接执行sql文件。虽然直接复制内容也行,但是还是执行文件更好一些。登录mysql-uroot-p-Dxxx-D指定数据库的名称。如果不写,可以在进入mysql命令行后,使用usexxx来使用数据库。执行sourcexxx.sql特别注意,哪怕路径里有空......
  • C#开发一个混合Windows服务和Windows窗体的程序
    很多时候,我们希望服务程序可以直接运行,或者可以响应一些参数,这时候,混合Windows服务和Windows窗体的程序就排上用场了。要实现同时支持Windows服务和Windows窗体,需要在启动的第一步时判断当前运行环境是否为服务模式,可以从以下几个方面进行判断:会话ID:Process.SessionId,获取当前......
  • windows电脑中不能创建带英文冒号的文件
    如何在Windows中获取文件名中带有冒号的文件?https://www.saoniuhuo.com/question/detail-2135850.html在创建文件的时候,若生成的文件名带冒号,会生成冒号之前的文件名,且文件中无内容,不会报错校验文件名是否符合的方法exportdefaultfunctionfilenameReservedRegex(){ retur......
  • Mysql 5.7 免安装版windows安装完整教程
    目录1.配置mysql环境变量2.修改my.ini文件1)设置base和data目录3.安装mysql服务4.初始化数据库5.启动mysql服务,访问mysql数据库6.如果忘记密码了怎么办?1)修改my.ini文件2)在powershell里重启mysql服务3)重启完毕后,就不需要密码就能进入到数据库。选择数据库mysql,......
  • windows USB 设备驱动开发- 不同模型下的控制传输
    在不同的模型下,USB控制传输会有不同的特点,但是任何控制传输的目标都始终是默认端点。接收者是设备的实体,其信息(描述符、状态等)是主机感兴趣的。请求可进一步分为:配置请求、功能请求和状态请求。发送配置请求以从设备获取信息,以便主机可以对其进行配置,例如GET_DESCRIPTOR请求......
  • windows USB 设备驱动开发- USB管道的通讯(一)
    WindowsWDF框架提供一个名为连续读取器的专用对象。此对象使USB客户端驱动程序能够连续读取批量和中断终结点中的数据,只要有数据可用。若要使用读取器,客户端驱动程序必须具有与驱动程序从中读取数据的终结点关联的USB目标管道对象的句柄。终结点必须位于活动配置中。......
  • System类
    -System类常见的方法和案例exit退出当前程序arraycopy:复制数组元素,比较适合底层调用,一般用Arrays.copyOf完成复制数组。currentTimeMillens:返回当前时间距离1970-1-1的毫秒数gc:运行垃圾回收机制System.gc();exit()publicclassSystem_{publicstaticvoidmain(St......
  • Windows系统组合键
    前言到目前为止,使用Windows系统的用户占全球量,微软为了使用户更便捷,更有效的工作和提高工作效率,因此许多功能组合键就出现了。那么,今天,我们就跟随我的介绍,一步步来解释常用快捷键组合,以此为大家节省时间,提高效率目录本文分为几个部分来介绍1.win键2.ctrl键3alt键4.特......