再次感谢timeshift的强大
Tofloor
poster avatar
jay763190097
deepin
2019-11-30 19:51
Author

从aida方案切换到手动安装nvidia独显方案失败了。。。。。。。。。。。




于是进不了系统。。。。。。。。。。。。

进入recovery模式,输入timeshift命令恢复,之前的东西都在,太棒了!!!

  1. jay@jay-PC:~$ timeshift --help

  2. Timeshift v19.01 by Tony George (teejeetech@gmail.com)

  3. Syntax:

  4.   timeshift --check
  5.   timeshift --create [OPTIONS]
  6.   timeshift --restore [OPTIONS]
  7.   timeshift --delete-[all] [OPTIONS]
  8.   timeshift --list-{snapshots|devices} [OPTIONS]

  9. Options:

  10. List:
  11.   --list[-snapshots]         List snapshots
  12.   --list-devices             List devices

  13. Backup:
  14.   --check                    Create snapshot if scheduled
  15.   --create                   Create snapshot (even if not scheduled)
  16.   --comments         Set snapshot description
  17.   --tags {O,B,H,D,W,M}       Add tags to snapshot (default: O)

  18. Restore:
  19.   --restore                  Restore snapshot
  20.   --clone                    Clone current system
  21.   --snapshot           Specify snapshot to restore
  22.   --target[-device] Specify target device
  23.   --grub[-device]    Specify device for installing GRUB2 bootloader
  24.   --skip-grub                Skip GRUB2 reinstall

  25. Delete:
  26.   --delete                   Delete snapshot
  27.   --delete-all               Delete all snapshots

  28. Global:
  29.   --snapshot-device Specify backup device (default: config)
  30.   --yes                      Answer YES to all confirmation prompts
  31.   --btrfs                    Switch to BTRFS mode (default: config)
  32.   --rsync                    Switch to RSYNC mode (default: config)
  33.   --debug                    Show additional debug messages
  34.   --verbose                  Show rsync output (default)
  35.   --quiet                    Hide rsync output
  36.   --scripted                 Run in non-interactive mode
  37.   --help                     Show all options

  38. Examples:

  39. timeshift --list
  40. timeshift --list --snapshot-device /dev/sda1
  41. timeshift --create --comments "after update" --tags D
  42. timeshift --restore
  43. timeshift --restore --snapshot '2014-10-12_16-29-08' --target /dev/sda1
  44. timeshift --delete  --snapshot '2014-10-12_16-29-08'
  45. timeshift --delete-all

  46. Notes:

  47.   1) --create will always create a new snapshot
  48.   2) --check will create a snapshot only if a scheduled snapshot is due
  49.   3) Use --restore without other options to select options interactively
  50.   4) UUID can be specified instead of device name
  51.   5) Default values will be loaded from app config if options are not specified
Copy the Code





问题:
还是报错
unable to load the 'nvidia-drm' module

  1. jay@jay-PC:~$ for p in linux-headers gcc make; do dpkg -l | grep $p; done
  2. ii  linux-headers-4.15.0-30deepin                 4.15.0-30deepin.31                           all          Header files related to Linux kernel version 4.15.0
  3. ii  linux-headers-4.15.0-30deepin-generic         4.15.0-30deepin.31                           amd64        Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
    ii  gcc                                           4:6.3.0-4                                    amd64        GNU C compiler
  4. ii  gcc-6                                         6.3.0-18+deb9u1                              amd64        GNU C compiler
  5. ii  gcc-6-base:amd64                              6.3.0-18+deb9u1                              amd64        GCC, the GNU Compiler Collection (base package)
  6. ii  gcc-6-base:i386                               6.3.0-18+deb9u1                              i386         GCC, the GNU Compiler Collection (base package)
  7. ii  lib32gcc1                                     1:6.3.0-18+deb9u1                            amd64        GCC support library (32 bit Version)
  8. ii  libgcc-6-dev:amd64                            6.3.0-18+deb9u1                              amd64        GCC support library (development files)
  9. ii  libgcc1:amd64                                 1:6.3.0-18+deb9u1                            amd64        GCC support library
  10. ii  libgcc1:i386                                  1:6.3.0-18+deb9u1                            i386         GCC support library
  11. ii  make                                          4.1-9.1                                      amd64        utility for directi
Copy the Code

编译所需包都装了



Reply Favorite View the author
All Replies
avatar
jay763190097
deepin
2019-11-30 19:59
#1
https://bbs.deepin.org/user/87117 大神帮忙看一下哦
Reply View the author