Advertisement
MrRockchip

grshit

Jan 28th, 2024 (edited)
30
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. SW.Licensing@microchip.com
  10.  
  11.  
  12.  
  13.  
  14. artix-live:[root]:/# cat /etc/default/grub
  15. # GRUB boot loader configuration
  16.  
  17. GRUB_DEFAULT="0"
  18. GRUB_TIMEOUT="15"
  19. GRUB_DISTRIBUTOR="Artix"
  20. 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"
  21. GRUB_CMDLINE_LINUX="net.ifnames=0"
  22.  
  23. # Preload both GPT and MBR modules so that they are not missed
  24. GRUB_PRELOAD_MODULES="part_gpt part_msdos"
  25.  
  26. # Uncomment to enable Hidden Menu, and optionally hide the timeout count
  27. #GRUB_HIDDEN_TIMEOUT="5"
  28. #GRUB_HIDDEN_TIMEOUT_QUIET="true"
  29.  
  30. # Uncomment to use basic console
  31. GRUB_TERMINAL_INPUT="console"
  32.  
  33. # Uncomment to disable graphical terminal
  34. #GRUB_TERMINAL_OUTPUT="console"
  35.  
  36. # The resolution used on graphical terminal
  37. # note that you can use only modes which your graphic card supports via VBE
  38. # you can see them in real GRUB with the command `vbeinfo'
  39. #GRUB_GFXMODE="1680x1050x8"
  40. GRUB_GFXMODE="auto"
  41.  
  42. # Uncomment to allow the kernel use the same resolution used by grub
  43. GRUB_GFXPAYLOAD_LINUX="keep"
  44.  
  45. # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
  46. # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
  47. #GRUB_DISABLE_LINUX_UUID="true"
  48.  
  49. # Uncomment to disable generation of recovery mode menu entries
  50. GRUB_DISABLE_RECOVERY="true"
  51. GRUB_DISABLE_LINUX_RECOVERY="true"
  52.  
  53. # Uncomment and set to the desired menu colors. Used by normal and wallpaper
  54. # modes only. Entries specified as foreground/background.
  55. export GRUB_COLOR_NORMAL="light-blue/black"
  56. export GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
  57.  
  58. # Uncomment one of them for the gfx desired, a image background or a gfxtheme
  59. #GRUB_BACKGROUND="/path/to/wallpaper"
  60. #GRUB_THEME="/usr/share/grub/themes/artix/theme.txt"
  61.  
  62. # Uncomment to get a beep at GRUB start
  63. #GRUB_INIT_TUNE="480 440 1"
  64.  
  65. #GRUB_SAVEDEFAULT="true"
  66.  
  67. # Probe for other installed operating systems
  68. GRUB_DISABLE_OS_PROBER="false"
  69.  
  70. # Uncomment to enable booting from LUKS encrypted devices
  71. GRUB_ENABLE_CRYPTODISK="y"
  72.  
  73. # Set to 'countdown' or 'hidden' to change timeout behavior,
  74. # press ESC key to display menu.
  75. GRUB_TIMEOUT_STYLE="menu"
  76. artix-live:[root]:/#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement