Install the Operating System of Windows and Linux on the Laptop

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.

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

  • Entering this page, we just choose to install Ubuntu

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

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

  • When all installation have been 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 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.

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.

请添加图片描述

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

请添加图片描述

  • 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.

请添加图片描述

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
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值