Troubleshooting installation of debian os
After trying debian on an old workstation, I find there are some pitfalls and tricks:
- It is recommended to install the minimal base system (with no GUI) using the USB installer first. Since installation of GUI is through network and improper configured mirror will dramatically slow down the installation process.
- Each operating systems need to be installed into a primary partition and set the bootable flag. Do not erase (format) existing partition containing data.
- It may not find the grub on your newly installed system. In such case, you need to enter rescue mode by booting from USB and chroot to the root file system of your installation.
- After entering the console, the network may not work. Check the network device name by
ls /sys/class/net
and set it properly in/etc/networking/interface
. See Network Configuration for detail. After modifyinginterface
bynano
, restarting the servicesystemctl restart networking
. - Once the external network is ok, please modify
/etc/apt/sources.list
to fast mirror. For example, adddeb http://mirror.tuna.tsinghua.edu.cn buster main
and runapt update
to update the package meta information. Then you can install softwares as you like. For example, to install the gnome desktop environment. Useapt install gnome
. It would download around 800 MB packages and be patient for this process.
相关推荐
菜鸟上路CCLinux 2020-11-04
xiaoemo0 2020-08-09
84931231 2020-07-30
82941732 2020-07-27
wh0 2020-07-27
taianxiaojia 2020-07-15
mattraynor 2020-06-25
82941732 2020-06-11
安得情怀似旧时 2020-06-08
libra0 2020-06-01
84931231 2020-05-06
Summer的小屋 2020-03-26
82941732 2020-03-10
82941732 2020-03-04
咏月东南 2020-02-25
zhongcanw 2020-02-22