Guest User

Untitled

a guest
Jul 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # By default, boot the first entry.
  2. default 0
  3.  
  4. # Boot automatically after 30 secs.
  5. timeout 30
  6.  
  7. splashimage=/boot/grub/bt4.xpm.gz
  8.  
  9.  
  10. title Start BackTrack FrameBuffer (1024x768)
  11. kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x317
  12. initrd /boot/initrd.gz
  13.  
  14. title Start BackTrack FrameBuffer (800x600)
  15. kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x314
  16. initrd /boot/initrd800.gz
  17.  
  18. title Start BackTrack Forensics (no swap)
  19. kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw vga=0x317
  20. initrd /boot/initrdfr.gz
  21.  
  22. title Start BackTrack in Safe Graphical Mode
  23. kernel /boot/vmlinuz BOOT=casper boot=casper xforcevesa rw quiet
  24. initrd /boot/initrd.gz
  25.  
  26. title Start Persistent Live CD
  27. kernel /boot/vmlinuz BOOT=casper boot=casper persistent rw quiet
  28. initrd /boot/initrd.gz
  29.  
  30. title Start BackTrack in Text Mode
  31. kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent textonly rw quiet
  32. initrd /boot/initrd.gz
  33.  
  34. title Start BackTrack Graphical Mode from RAM
  35. kernel /boot/vmlinuz BOOT=casper boot=casper toram nopersistent rw quiet
  36. initrd /boot/initrd.gz
  37.  
  38. title Memory Test
  39. kernel /boot/memtest86+.bin
  40.  
  41. title Boot the First Hard Disk
  42. root (hd0)
  43. chainloader +1
Add Comment
Please, Sign In to add comment