quanxianfu 2022-10-03 12:03 采纳率: 0%
浏览 50
已结题

lm操作系统密码找回

问题遇到的现象和发生背景
用代码块功能插入代码,请勿粘贴截图
我想要达到的结果

我的问题是这样的,四年前师兄给安装了一个LM操作系统,但是现在我把系统密码忘记了,我问师兄,师兄说找不回,只能重装系统了,想请问有没有代码可以找回LM系统的密码啊?

  • 写回答

5条回答 默认 最新

  • 游一游走一走 2022-10-03 13:32
    关注

    你说的是这个操作系统吗?多少版本的?

    Reboot your computer / Turn your computer on.
    Hold down the Shift key at the start of the boot process to enable the GNU GRUB boot menu (if it does not show)
    Press ESC at the GNU GRUB prompt.
    Press e for edit.
    Use the Arrow keys to highlight the line that begins with kernel and press the e key.
    Go to the very end of the line and add rw init=/bin/bash
    Press Enter and then press b to boot your system.
    Your system will boot up to a passwordless root shell.
    Type in passwd yourusername
    Set your new password.
    Restart your system.
    

    Because Linux Mint is based on Ubuntu, I would recommend the information on the official Wiki at
    LostPassword - Community Help Wiki
    instead.

    评论

报告相同问题?

问题事件

  • 系统已结题 10月11日
  • 创建了问题 10月3日

悬赏问题

  • ¥15 在若依框架下实现人脸识别
  • ¥15 网络科学导论,网络控制
  • ¥100 安卓tv程序连接SQLSERVER2008问题
  • ¥15 利用Sentinel-2和Landsat8做一个水库的长时序NDVI的对比,为什么Snetinel-2计算的结果最小值特别小,而Lansat8就很平均
  • ¥15 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同