Update and rename sources/tech/20210827 How to Easily Install Debian Linux.md to translated/tech/20210827 How to Easily Install Debian Linux.md

翻译完成,请校对
This commit is contained in:
guevaraya 2021-09-14 19:44:07 +08:00 committed by GitHub
parent a1cb4ccc58
commit 44f054a103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 250 additions and 252 deletions

View File

@ -1,252 +0,0 @@
[#]: subject: "How to Easily Install Debian Linux"
[#]: via: "https://itsfoss.com/install-debian-easily/"
[#]: author: "Abhishek Prakash https://itsfoss.com/author/abhishek/"
[#]: collector: "lujun9972"
[#]: translator: "guevaraya "
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
How to Easily Install Debian Linux
======
Installing Debian could be easy or complicated depending upon the ISO you choose.
If you go with the default ISO provided by the Debian website, youll have a hard time installing Debian. Youll be stuck at a screen that asks for network drivers to be installed from external removable media.
![Installing Debian from default ISO is problematic for new users][1]
You may, of course, troubleshoot that, but it makes things unnecessarily complicated.
Dont worry. Let me show the steps for installing Debian comfortably and easily.
### The easy way of installing Debian as a desktop
Before you see the steps, please have a look at things you need.
* A USB key (pen drive) with at least 4 GB in size.
* A system with internet connection (could be the same system where it will be installed).
* A system where youll be installing Debian. It will wipe out everything on this system so please copy your important data on some other external disk.
What kind of system specification you should have for Debian? It depends on the [desktop environment][2] you are going to use. For example, GNOME desktop environment could work on 4 GB RAM but it will work a lot better on an 8 GB RAM. If you have 4 GB or less, try using KDE, Cinnamon or Xfce desktops.
Debian also has both [32-bit and 64-bit architecture][3] support. Youll have to get the Debian ISO according to your processor architecture.
Your system should have at least 25 GB of disk space to function. The more, the merrier.
Warning!
This method removes all the other operating systems along with the data present on the disk.
You may save your personal files, documents, pictures etc on an external USB disk or cloud storage if you want to use it later.
In this tutorial, I am going to show the steps for installing Debian 11 Bullseye with GNOME desktop environment. The steps should be the same even if you choose some other desktop environment.
_**This tutorial is tested on a UEFI system with GPT partitioning. If you have [MBR instead of GPT][4] or [legacy BIOS instead of UEFI][5], the live USB creation step will be different.**_
#### Step 1: Getting the correct Debian ISO
Half of the battle in installing Debian is choosing the correct ISO. Surprisingly, it is really difficult to navigate through its website and find that ISO which is the easiest for a new Debian user.
If you click the Download button on the [homepage of Debian website][6], it downloads a minimal net install file which will be super complicate for a regular user. Please DO NOT use this.
Instead, you should go for the live ISO. But here is a catch, there are separate live versions with non-free software (includes drivers for your networking hardware).
You should download this non-free live ISO. Another problem here is that you wont get it mentioned prominently on the website and there are various URLs for torrents or direct downloads for various architecture.
Let me link them here.
[Main repo for 32 and 64 bit][7]
[Debian 11 Direct][8]
[Debian 11 Torrent][9]
Youll see several files with the of desktop environment mentioned in the filename. Choose the one with desktop environment of your choice. For direct downloads, click on the links that end with .iso.
![Downloading the Debian Live Non-free ISO][10]
Once you have the appropriate ISO downloaded, the rest is standard procedure that you may have experienced with other Linux distributions.
#### Step 2: Creating live USB of Debian
Plug in the USB into your system. It will be wise to format it just for the sake of it. It will be formatted anyway.
You can use any live USB creation tool of your choice. If you are using Windows, go with Rufus. I am going to use Etcher here because it is available for both Windows and Linux.
Download Etcher from its website.
[Download Etcher][11]
I have a dedicated [tutorial on using Etcher in Linux][12] and thus I am not going to go in detail here. Just run the downloaded executable file, browse to the Debian ISO, make sure that correct USB is selected and then hit the Flash button.
![Creating Live Debian USB with Etcher][13]
It may take a couple of minutes to create the live USB. Once that is ready, it is time to boot from it.
#### Step 3: Boot from the live USB
Restart the system where you want to install Debian. When it is showing the manufacturers logo, press F2/F10 or F12 key to access the boot settings. You may also [access the UEFI firmware settings from Windows.][14]
Some systems do not allow booting from live USB if secure boot is enabled. If that is the case, please [disable secure boot from the BIOS settings][15].
The screen may look different for different manufacturers.
![][16]
Once you make the change, press F10 to save and exit. Your system will boot once again.
Again, press F2/F10 or F12 to access the boot settings when it shows the manufacturers logo. You should see the option to boot from the USB. Select it.
![][17]
It takes a little bit of time and then you should see a screen like this. Go with the first option here.
![Debian live boot screen][18]
#### Step 4: Start Debian installation
When you enter the live Debian session, it may show some welcome screen with option to choose your keyboard and language if you are using GNOME desktop. Just hit next when you see those screens.
![Debian live welcome screen][19]
Once you are past the welcome screen, press the Windows/Super key to bring the activity area. You should see the Debian install button here.
![Start Debian Installation][20]
It opens the friendly [Calamares graphical installer][21]. Things are pretty straightforward from here.
![Debian 11 Calamares graphical installer][22]
It asks you to select your geographical location and time zone.
![Select your location and time zone][23]
On the next screen, youll be asked to select the keyboard. Please **pay attention** here. Your keyboard is automatically selected based on your location. For example, I had used India as my location and it automatically set the default Indian keyboard with Hindi language. I had to change it to English India.
![Choosing keyboard layout][24]
The next screen is about the disk partition and where you would like to install Debian. In this case, you are going to install Debian as the only operating system on your computer.
The easiest option would to go with Erase disk option. Debian will put everything under root except the mandatory ESP partition and Swap space. In fact, it shows what your disk would like after your chosen installation method.
![Disk partitioning][25]
If you want to take matter in your hands, you may also opt for manual partitioning and choose how much you want to allot to root, home, boot or swap. Only do that when you know what you are doing.
On the next screen, you have to provide the username and password. It does not set root password and keeps it empty.
![Set Username and password][26]
This also means that you can use sudo with the newly created user. In the complicated Debian install, you could also set root password but then youll have to add the normal user to sudoer list manually. See, this installation method is easier for beginners, right?
Before it goes on with the actual installation, it presents you with a summary of the choices you have made. If things look good, hit the install button.
![Summary of your installation choices][27]
Now it is just a matter of waiting for the installation to finish.
![Installing Debian][28]
It takes a few minutes to complete the installation. When the installation finishes, it asks for a restart.
![Finished Debian installation][29]
Restart your system and if everything goes well, you should see the grub screen with Debian.
![Debian boot screen][30]
### Troubleshooting tip (if your system does not boot into Debian)
In my case, my Dell system did not recognize any operating system to boot. This was weird because I had see Debian creating an ESP partition.
If it is the same case with you, go to BIOS settings. Check the boot sequence. If you do not see anything, click on the Add boot option.
![Add new boot option][31]
It should give you an option to add an EFI file.
![Browse to EFi file][32]
Since Debian created ESP partition during installation, there is an EFI directory created with necessary files.
![Select EFI directory][33]
It should show a Debian folder along with some other folders. Select Debian folder.
![Select Debian][34]
In this Debian folder, youll find files like grubx64.efi, shimx64.efi. Select shimx64.efi.
![Select shim.efi][35]
You may give this file an appropriate name. The final screen may look like this.
![Adding the new boot option with efi file][36]
Now, you should have this boot option. Since I named it Debian, it shows two Debian boot options (one of them coming from the efi file I guess). Press F10 to save and exit the BIOS settings.
![New boot option added][37]
When your system boots now, you should see the grub screen with Debian boot option. You can start enjoying Debian now.
![][30]
### Were you able to install Debian?
I hope I made things simpler here. It is not that you cannot install Debian from the default net installer ISO. It just takes (a lot) more effort.
Was this tutorial helpful for you in installing Debian? Are you still facing issues? Please let me know in the comment section and Ill try to help you out.
--------------------------------------------------------------------------------
via: https://itsfoss.com/install-debian-easily/
作者:[Abhishek Prakash][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/abhishek/
[b]: https://github.com/lujun9972
[1]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/Debian-firmware.png?resize=800%2C600&ssl=1
[2]: https://itsfoss.com/what-is-desktop-environment/
[3]: https://itsfoss.com/32-bit-64-bit-ubuntu/
[4]: https://itsfoss.com/check-mbr-or-gpt/
[5]: https://itsfoss.com/check-uefi-or-bios/
[6]: https://www.debian.org/
[7]: https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.0.0-live+nonfree/
[8]: https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.0.0-live+nonfree/amd64/iso-hybrid/
[9]: https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.0.0-live+nonfree/amd64/bt-hybrid/
[10]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/downloading-Debian-live-non-free-iso.png?resize=800%2C490&ssl=1
[11]: https://www.balena.io/etcher/
[12]: https://itsfoss.com/install-etcher-linux/
[13]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/08/creating-live-debian-usb-with-etcher-800x518.png?resize=800%2C518&ssl=1
[14]: https://itsfoss.com/access-uefi-settings-windows-10/
[15]: https://itsfoss.com/disable-secure-boot-windows/
[16]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2014/05/Disable_Secure_Boot_Windows8.jpg?resize=700%2C525&ssl=1
[17]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/04/boot-from-windows-disk-ventoy.jpg?resize=800%2C611&ssl=1
[18]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/08/debian-live-boot-screen.png?resize=617%2C432&ssl=1
[19]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/debian-live-welcome-screen.png?resize=800%2C450&ssl=1
[20]: https://itsfoss.com/wp-content/uploads/2021/08/start-Debian-installation-800x473.webp
[21]: https://calamares.io/
[22]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-1.png?resize=800%2C441&ssl=1
[23]: https://itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-2-800x441.webp
[24]: https://itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-4-800x441.webp
[25]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-5.png?resize=800%2C441&ssl=1
[26]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-6.png?resize=800%2C441&ssl=1
[27]: https://itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-7-800x500.webp
[28]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-8.png?resize=800%2C500&ssl=1
[29]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-9.png?resize=800%2C500&ssl=1
[30]: https://itsfoss.com/wp-content/uploads/2021/08/debian-boot-screen.webp
[31]: https://itsfoss.com/wp-content/uploads/2021/08/add-new-boot-option.webp
[32]: https://itsfoss.com/wp-content/uploads/2021/08/add-efi-file-for-boot-option.webp
[33]: https://itsfoss.com/wp-content/uploads/2021/08/select-efi-file-boot-option.webp
[34]: https://itsfoss.com/wp-content/uploads/2021/08/select-debian-folder-for-uefi.webp
[35]: https://itsfoss.com/wp-content/uploads/2021/08/select-shim-boot.webp
[36]: https://itsfoss.com/wp-content/uploads/2021/08/new-boot-option.webp
[37]: https://itsfoss.com/wp-content/uploads/2021/08/new-boot-option-added.webp

View File

@ -0,0 +1,250 @@
[#]: subject: "How to Easily Install Debian Linux"
[#]: via: "https://itsfoss.com/install-debian-easily/"
[#]: author: "Abhishek Prakash https://itsfoss.com/author/abhishek/"
[#]: collector: "lujun9972"
[#]: translator: "guevaraya "
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
如何简单安装 Debian Linux 系统
======
安装 Debian 的简易程度依赖于选择什么镜像。
如果你使用 Debain 官网的默认镜像,安装 Debian 就比较费劲。你会遇到这种界面,让你从外部介质先安装网络驱动。
![Installing Debian from default ISO is problematic for new users][1]
当然你也可以花时间去排除这个故障,但这让事情变得无意义的复杂。
不用担心,让我来展示如何轻巧的简单安装 Debian。
### 简单安装 Debian桌面系统
在你查看步骤之前,请确认以下准备工作:
* 一个至少 4Gb 大小的U盘
* 一个可以联网的系统(可以和要安装的操作系统一样)
* 要安装的 Debian 系统将会清理掉系统上所有数据,因此请拷贝重要数据到其他外部磁盘
你需要什么规格的 Debian 系统?取决于你想用什么类型的[桌面环境][2]。例如GNOME 桌面系统可以在4GB RAM上运行但最好在8GB RAM 流畅一些。如果你是4GB或更小的 RAM还是建议尝试 KDECinnamon 或 Xfce 桌面系统。
Debian 也都支持 [32位和64位的指令架构][3]。你需要根据你的CPU指令架构选择对应的 Debian 镜像。
你的系统应该至少要有 25 GB的硬盘空间可用。越多越好。
警告!
这个方法会移除磁盘上其他操作系统的已有数据。
你可能需要保存你后面还需要用的个人信息,文档,照片等到外部 U 盘或云盘。
这个教程是我安装附带 GNOME Debian 11 Bullseye 的步骤。这些步骤其实和其他桌面环境都大同小异。
_**这个教程在 UEFI 系统的 GPT分区得到验证。如果你是[MBR替换GPT分区][4],或[传统的BIOS替换UEFI][5]创建Live USB的步骤有一点不同。**_
#### 步骤 1获取正确的 Debian 的 ISO 镜像
在安装 Debian 过程中的一半事情是选择合适的 ISO 镜像。奇怪的是,确实作为一个新 Debian 用户很难从官网容易的找到 ISO镜像。
如果你点击 Debian 官网的下载按钮,它会下载一个为用户提供最佳兼容的最小安装包。请不太要用它。
反而,你需要用 Live ISO。这有一个技巧有独立非免费的 Live 版本(包含网络驱动)
你需要下载非免费的 live ISO 镜像。这里的其他程序可以不必从官网下载,有各种 torrents 连接或直接下载各种架构的安装包。
这些链接就在这里
[32和64位的主仓地址][7]
[Debian 11 官方下载][8]
[Debian 11 种子地址][9]
你将看到桌面环境的几个文件的名字。选择一种你的对应的桌面环境。直接下载的话,直接点击.iso结尾的链接。
![下载非免费版的 Live Debian 的ISO][10]
一旦你有了对应的 ISO 下载包,剩下就是和其他 Linux 发行版的安装流程一样了
#### 步骤 2: 创建一个 Debian 的 Live USB
将USB插入你的系统。最好在用之前最好格式化一下它最终也会被格式化的。
你可以根据你的选择使用任何版本的 Live USB 创建工具。如果你使用 Windows请用 Rufus。我们现在在这用 Etcher因为这个工具在 Windows 和 Linux 都可以用。
从它的官网下载 Etcher
[下载 Etcher][11]
我有一个专门的[在linux下使用 Etcher 的教程][12]。而这我就不深入介绍了。仅仅下载可执行程序,浏览 Debian 的 ISO镜像确认选择正确的 USB 驱动器然后点击 Flash 按钮。
![用 Etcher 创建 Debian 的 Live USB][13]
不一会就创建好 live USB。一旦创建好就可以开机引导了。
#### 步骤 3:从 live USB 引导启动
重启即将要安装 Debian 的系统。当她显示制造商标识的时候按下F2/F10 或 F12 键进入开机引导选择界面。你可能也会[进入到 UEFI 固件设置界面][14]。
有些系统已经开启了安全启动功能就不允许从 Live USB 开机引导。如果是这种情况,请[从BIOS设置里禁用安全启动][15]
不同的的制造商在界面上一些差异。
![][16]
一点你在 BIOS 里做了修改,按下 F10 保存并推出。你的系统将会重新启动。
再次看到,当看到制造商的标识后按下 F2/F10 或 F12 查看引导配置。你应该可以看到从 USB 引导的类似选项,然后选中。
![][17]
一会儿就会看到如下图的显示界面,选择第一个选项。
![Debian live 选择界面][18]
#### 步骤 4: 开始 Debian 安装
当你进入 live Debian 会话,如果你用 GNONE 桌面话,它呈现一个欢迎界面并带有选择你的键盘和语言。当你看到这些界面只需要点击下一步。
![Debian live 欢迎界面][19]
选择欢迎界面之后,按下 windows徽标/Super 键进入活动区。你应该可以看到 Debian 的安装按钮。
![开始 Debian 安装][20]
它会打开一个友好的[<ruby>卡拉马雷斯<rt>Calamares</rt></ruby>图形安装器][21]。从这里开始事情就比较简单了,
![Debian 11 Calamares graphical installer][22]
它会让你选择你的地理位置和时区。
![Select your location and time zone][23]
下一个界面,会让你选择键盘类型。这儿请 **注意**。你的键盘会根据位置自动选择。例如,我的位置是印度它会自动选择印地语的印度键盘。我不得不将其改为英语印度类型。
![选择键盘类型][24]
下一个界面是关于硬盘分区表和 Debian 安装哪里。这里是在你的系统只安装 Debian。
简单选择便是直接 “Erase Disk”。Debian 将把除过 ESP 分区和交互分区的其他分区都放在根挂载点上。实际上,下面显示了你选择了安装配置后的磁盘分布。
![磁盘分区][25]
如果你想手动选择,你也需要手工划分区,选择 roothomeboot 或 swap 分配多少。只有你知道自己在做什么你才可以去手工配置。
下一界面你需要提供用户名和密码。但它不会设置root的密码并将其保持为空。
![设置用户名和密码][26]
这也意味着你可以用 sudo 新创建用户。在“复杂 Debian 安装”中,你也可以设置 root 密码但前提是你必须用手动添加普通用户到 sudoer 列表。看看,这个安装过程是不是对新手来说很简单?
在实际真正安装之前,它会呈现你已经选择的汇总信息。如果没有问题,就可以点击安装按钮。
![安装配置的汇总信息][27]
现在只需要等待安装完成。
![安装 Debian][28]
几分钟后就会完成安装。当安装完成,它会提示重启。
![完成 Debian 安装][29]
如果一切顺利重启系统,你应该可以看到 Debian 的 grub 界面。
![Debian 启动画面][30]
### 疑难解答小贴士 (如果系统没有启动到 Debian)
我遇到情况是,我的 Dell 系统不能识别并引导任何操作系统。很奇怪,我已经能看到 Debian 已经创建了一个 ESP 分区。
如果你也是同样的情况去BIOS配置里。检测启动流程如果你看不到任何东西就点击新增一个启动选项。
![增加新的启动选项][31]
它会提供一个增加 EFI 文件的选项。
![选择 EFi 文件][32]
只有在安装过程中 Debian 创建了 ESP 分区,就有一个带文件的 EFI 目录被创建出来。
![选择 EFI 目录][33]
它会显示一个 Debian 文件夹包含其他文件夹。选择 Debian 文件夹。
![选择 Debian][34]
在 Debian 文件夹,你将看到 grubx64.efi, shimx64.efi。请选择 shimx64.efi。
![选择 shim.efi][35]
你需要选择一个合适的名字。最后的界面应该如下:
![增加 efi 文件的新启动选项][36]
现在你可能有了下面这个启动选项。我命名为 Debian它显示了两个 Debian 驱动选择(我猜其中一个是从 efi 文件来的)。按下 F10 保存退出 BIOS 的配置。
![新增的启动选项][37]
现在启动你的系统,你可以看到 grub 界面带有 Debian 的启动选项。你现在可以体验 Debian 了。
![][30]
### Debian 可以安装到哪里?
我这里的目的是让事情变得简单。并不是说你不能从默认的官网下载安装包来安装。只是它需要花更多的精力。
这个教程对你安装有帮助吗?你如果还是有问题,请在下面留言给我,我会尽力提供帮助。
--------------------------------------------------------------------------------
via: https://itsfoss.com/install-debian-easily/
作者:[Abhishek Prakash][a]
选题:[lujun9972][b]
译者:[巴龙](https://github.com/guevaraya)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/abhishek/
[b]: https://github.com/lujun9972
[1]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/Debian-firmware.png?resize=800%2C600&ssl=1
[2]: https://itsfoss.com/what-is-desktop-environment/
[3]: https://itsfoss.com/32-bit-64-bit-ubuntu/
[4]: https://itsfoss.com/check-mbr-or-gpt/
[5]: https://itsfoss.com/check-uefi-or-bios/
[6]: https://www.debian.org/
[7]: https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.0.0-live+nonfree/
[8]: https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.0.0-live+nonfree/amd64/iso-hybrid/
[9]: https://cdimage.debian.org/images/unofficial/non-free/images-including-firmware/11.0.0-live+nonfree/amd64/bt-hybrid/
[10]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/downloading-Debian-live-non-free-iso.png?resize=800%2C490&ssl=1
[11]: https://www.balena.io/etcher/
[12]: https://itsfoss.com/install-etcher-linux/
[13]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/08/creating-live-debian-usb-with-etcher-800x518.png?resize=800%2C518&ssl=1
[14]: https://itsfoss.com/access-uefi-settings-windows-10/
[15]: https://itsfoss.com/disable-secure-boot-windows/
[16]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2014/05/Disable_Secure_Boot_Windows8.jpg?resize=700%2C525&ssl=1
[17]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/04/boot-from-windows-disk-ventoy.jpg?resize=800%2C611&ssl=1
[18]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/08/debian-live-boot-screen.png?resize=617%2C432&ssl=1
[19]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/debian-live-welcome-screen.png?resize=800%2C450&ssl=1
[20]: https://itsfoss.com/wp-content/uploads/2021/08/start-Debian-installation-800x473.webp
[21]: https://calamares.io/
[22]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-1.png?resize=800%2C441&ssl=1
[23]: https://itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-2-800x441.webp
[24]: https://itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-4-800x441.webp
[25]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-5.png?resize=800%2C441&ssl=1
[26]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-6.png?resize=800%2C441&ssl=1
[27]: https://itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-7-800x500.webp
[28]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-8.png?resize=800%2C500&ssl=1
[29]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/08/Installing-Debian-9.png?resize=800%2C500&ssl=1
[30]: https://itsfoss.com/wp-content/uploads/2021/08/debian-boot-screen.webp
[31]: https://itsfoss.com/wp-content/uploads/2021/08/add-new-boot-option.webp
[32]: https://itsfoss.com/wp-content/uploads/2021/08/add-efi-file-for-boot-option.webp
[33]: https://itsfoss.com/wp-content/uploads/2021/08/select-efi-file-boot-option.webp
[34]: https://itsfoss.com/wp-content/uploads/2021/08/select-debian-folder-for-uefi.webp
[35]: https://itsfoss.com/wp-content/uploads/2021/08/select-shim-boot.webp
[36]: https://itsfoss.com/wp-content/uploads/2021/08/new-boot-option.webp
[37]: https://itsfoss.com/wp-content/uploads/2021/08/new-boot-option-added.webp