zoukankan      html  css  js  c++  java
  • Troubleshooting installation of debian os

    After trying debian on an old workstation, I find there are some pitfalls and tricks:

    1. 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.
    2. Each operating systems need to be installed into a primary partition and set the bootable flag. Do not erase (format) existing partition containing data.
    3. 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.
    4. 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 modifying interface by nano, restarting the service systemctl restart networking.
    5. Once the external network is ok, please modify /etc/apt/sources.list to fast mirror. For example, add deb http://mirror.tuna.tsinghua.edu.cn buster main and run apt update to update the package meta information. Then you can install softwares as you like. For example, to install the gnome desktop environment. Use apt install gnome. It would download around 800 MB packages and be patient for this process.
    6. Installing fcitx input method. You don't need to reboot the system. Only relogin to the session is needed.
  • 相关阅读:
    hdu2476
    zoj3469 区间dp好题
    区间dp好题cf149d 括号匹配
    cf1108e 线段树区间更新+扫描线
    完全背包记录路径poj1787 好题
    cf1104d二分+数学
    01背包专题
    hdu1069线性dp
    有源汇的上下界最大流
    有源汇的上下界最大流
  • 原文地址:https://www.cnblogs.com/zhaofeng-shu33/p/12232011.html
Copyright © 2011-2022 走看看