HacKan

Menu KRD - Pendrive Booteable v2 - HyCco

May 16th, 2013
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # By HacKan & CuBa co. 2013
  2. # http://www.hackan.com.ar/2013/05/pendrive-booteable-v2
  3. # NO EDITAR CON NOTEPAD!
  4. # Nota: en la pantalla entran 16 'title'
  5. #
  6. # krd.lst
  7. # v1.0
  8. #
  9. # IMPORTANTE: debe existir el archivo "liveusb" (peso 0) en la raiz del pendrive
  10. # y la iso debe estar en /rescue/rescue.iso
  11. # ¡si o si!
  12. color light-gray/black red/light-gray
  13. default 2
  14.  
  15. title >> Kaspersky Rescue Disk v10 <<
  16. root
  17.  
  18. title ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
  19. root
  20.  
  21. title ³ Kaspersky Rescue Disk. Graphics Mode ³
  22. map /rescue/rescue.iso (0xff) || map --mem /rescue/rescue.iso (0xff)
  23. map --hook
  24. kernel (0xff)/boot/rescue root=live:UUID=A1234-1234 rootfstype=auto vga=789 init=/init kav_lang=en udev liveimg doscsi nomodeset
  25. initrd (0xff)/boot/rescue.igz
  26. boot
  27.  
  28. title ³ Kaspersky Rescue Disk. Text Mode ³
  29. map /rescue/rescue.iso (0xff) || map --mem /rescue/rescue.iso (0xff)
  30. map --hook
  31. kernel (0xff)/boot/rescue root=live:UUID=A1234-1234 rootfstype=auto vga=789 init=/init kav_lang=en udev liveimg nox kavshell noresume doscsi nomodeset
  32. initrd (0xff)/boot/rescue.igz
  33. boot
  34.  
  35.  
  36. title ³ Kaspersky Rescue Disk. System information ³
  37. map /rescue/rescue.iso (0xff) || map --mem /rescue/rescue.iso (0xff)
  38. map --hook
  39. kernel (0xff)/boot/rescue root=live:UUID=A1234-1234 rootfstype=auto vga=789 init=/init kav_lang=en udev liveimg softlevel=boot nox hwinfo noresume doscsi nomodeset
  40. initrd (0xff)/boot/rescue.igz
  41. boot
  42.  
  43. title ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
  44. root
  45.  
  46. title
  47. root
  48.  
  49. title Volver al menu principal\nVuelve al menu principal
  50. configfile /menu.lst
Advertisement
Add Comment
Please, Sign In to add comment