Ciuffy

grub.cfg

Dec 23rd, 2014
1,255
0
Never
4
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. # Config file for GRUB2 - The GNU GRand Unified Bootloader
  2. # /boot/grub/grub.cfg
  3.  
  4. set menu_color_normal=yellow/blue
  5. set menu_color_highlight=blue/yellow
  6.  
  7. function load_video {
  8. insmod efi_gop
  9. insmod efi_uga
  10. insmod video_bochs
  11. insmod video_cirrus
  12. insmod all_video
  13. }
  14.  
  15. load_video
  16. set gfxpayload=keep
  17.  
  18. # Timeout for menu
  19. set timeout=5
  20.  
  21. # Set default boot entry as Entry 0
  22. set default=0
  23. set color_normal=yellow/blue
  24.  
  25. menuentry "Kali - Boot Non Persistent Mode" {
  26. set root=(hd0,1)
  27. linuxefi /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali
  28. initrdefi /live/initrd.img
  29. }
  30.  
  31. menuentry "Kali - Boot Persistent" {
  32. set root=(hd0,1)
  33. linuxefi /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali persistence
  34. initrdefi /live/initrd.img
  35. }
  36.  
  37. menuentry "Kali Failsafe" {
  38. set root=(hd0,1)
  39. linuxefi /live/vmlinuz boot=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
  40. initrdefi /live/initrd.img
  41. }
  42.  
  43. menuentry "Kali Forensics - No Drive or Swap Mount" {
  44. set root=(hd0,1)
  45. linuxefi /live/vmlinuz boot=live noconfig=sudo username=root hostname=kali noswap noautomount
  46. initrdefi /live/initrd.img
  47. }
  48.  
  49. menuentry "Kali Graphical Install" {
  50. set root=(hd0,1)
  51. linuxefi /install/gtk/vmlinuz video=vesa:ywrap,mtrr vga=788
  52. initrdefi /install/gtk/initrd.gz
  53. }
  54.  
  55. menuentry "Kali Text Install" {
  56. set root=(hd0,1)
  57. linuxefi /install/vmlinuz video=vesa:ywrap,mtrr vga=788
  58. initrdefi /install/initrd.gz
  59. }
Advertisement
Comments
  • User was banned
  • User was banned
  • Lenpusen
    52 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment