MrRockchip

grshit

Jan 28th, 2024 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. https://www.microchip.com/xcdemo/GetDemoLicense.aspx&_=1706466243451
  2.  
  3. ./mplabx/v6.15/mplab_platform/bin/xclm -hostinfo
  4. Host id is:
  5. 080027695e28
  6. Host name is:
  7. test
  8.  
  9.  
  10.  
  11.  
  12.  
  13. artix-live:[root]:/# cat /etc/default/grub
  14. # GRUB boot loader configuration
  15.  
  16. GRUB_DEFAULT="0"
  17. GRUB_TIMEOUT="15"
  18. GRUB_DISTRIBUTOR="Artix"
  19. GRUB_CMDLINE_LINUX_DEFAULT="cryptdevice=UUID=5a1e44d5-5959-498d-b301-4da8229fafc7:lvm-system:allow-discards loglevel=3 quiet resume=UUID=6cba1411-3e94-4e8c-aa82-9e17dbab79cc net.ifnames=0"
  20. GRUB_CMDLINE_LINUX="net.ifnames=0"
  21.  
  22. # Preload both GPT and MBR modules so that they are not missed
  23. GRUB_PRELOAD_MODULES="part_gpt part_msdos"
  24.  
  25. # Uncomment to enable Hidden Menu, and optionally hide the timeout count
  26. #GRUB_HIDDEN_TIMEOUT="5"
  27. #GRUB_HIDDEN_TIMEOUT_QUIET="true"
  28.  
  29. # Uncomment to use basic console
  30. GRUB_TERMINAL_INPUT="console"
  31.  
  32. # Uncomment to disable graphical terminal
  33. #GRUB_TERMINAL_OUTPUT="console"
  34.  
  35. # The resolution used on graphical terminal
  36. # note that you can use only modes which your graphic card supports via VBE
  37. # you can see them in real GRUB with the command `vbeinfo'
  38. #GRUB_GFXMODE="1680x1050x8"
  39. GRUB_GFXMODE="auto"
  40.  
  41. # Uncomment to allow the kernel use the same resolution used by grub
  42. GRUB_GFXPAYLOAD_LINUX="keep"
  43.  
  44. # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
  45. # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
  46. #GRUB_DISABLE_LINUX_UUID="true"
  47.  
  48. # Uncomment to disable generation of recovery mode menu entries
  49. GRUB_DISABLE_RECOVERY="true"
  50. GRUB_DISABLE_LINUX_RECOVERY="true"
  51.  
  52. # Uncomment and set to the desired menu colors. Used by normal and wallpaper
  53. # modes only. Entries specified as foreground/background.
  54. export GRUB_COLOR_NORMAL="light-blue/black"
  55. export GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
  56.  
  57. # Uncomment one of them for the gfx desired, a image background or a gfxtheme
  58. #GRUB_BACKGROUND="/path/to/wallpaper"
  59. #GRUB_THEME="/usr/share/grub/themes/artix/theme.txt"
  60.  
  61. # Uncomment to get a beep at GRUB start
  62. #GRUB_INIT_TUNE="480 440 1"
  63.  
  64. #GRUB_SAVEDEFAULT="true"
  65.  
  66. # Probe for other installed operating systems
  67. GRUB_DISABLE_OS_PROBER="false"
  68.  
  69. # Uncomment to enable booting from LUKS encrypted devices
  70. GRUB_ENABLE_CRYPTODISK="y"
  71.  
  72. # Set to 'countdown' or 'hidden' to change timeout behavior,
  73. # press ESC key to display menu.
  74. GRUB_TIMEOUT_STYLE="menu"
  75. artix-live:[root]:/#
Advertisement
Add Comment
Please, Sign In to add comment