得之我幸 失之我命

when someone abandons you,it is him that gets loss because he lost someone who truly loves him but you just lost one who doesn’t love you.

修改 grub 默认启动项

修改 grub 默认启动项,简要记录下

  1.  sudo vim /etc/default/grub
     
    1
    2
    3
    4
    5
    6
    7

    2. 其中的 `GRUB_DEFAULT=0` 就是设置的默认启动项。GRUB 启动项是按照启动菜单依次使用数字进行索引了,起始数字为 0。结合前面的系统启动菜单,Win10 的启动项在第 3 项,因此这里就需要修改为 2(因为第一项是从 0 开始的)。

    3. 修改完成,保存退出

    4. ```bash
    sudo update-grub # 来重新生成GRUB启动配置项

either I will find a way, or I will make one.