HacKan

Menu Linux Rescue Env - Pendrive Booteable v2 - HyCco

May 16th, 2013
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.30 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. # pmagic.lst
  7. # v1.1
  8. #
  9. color light-gray/black red/light-gray
  10. default 2
  11.  
  12. title >> Linux based rescue environment <<\nTo manage partitions, backup and recovery
  13. root
  14.  
  15. title \n
  16. root
  17.  
  18. title Live with default options
  19. clear
  20. find --set-root /HBCD/Boot/pmagic/bzImage
  21. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us
  22. initrd /HBCD/Boot/pmagic/initrd.img
  23.  
  24. title \n
  25. root
  26.  
  27. title Live for low-ram systems\nLive mode intended for 175-312MB based systems. The Live medium must remain in the drive (CD) or attached (USB) to the system during this session.
  28. clear
  29. find --set-root /HBCD/Boot/pmagic/bzImage
  30. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us livemedia noeject
  31. initrd /HBCD/Boot/pmagic/initrd.img
  32.  
  33. title Clonezilla\nAutomatically starts Clonezilla at boot without the grapical interface.\nClonzilla runs from the command line, so Xorg is a waste of resources.
  34. clear
  35. find --set-root /HBCD/Boot/pmagic/bzImage
  36. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us clonezilla
  37. initrd /HBCD/Boot/pmagic/initrd.img
  38.  
  39. title Nwipe\nAutomatically starts Nwipe at boot without the grapical interface.\nNwipe runs from the command line, so Xorg is a waste of resources.
  40. clear
  41. find --set-root /HBCD/Boot/pmagic/bzImage
  42. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us nwipe
  43. initrd /HBCD/Boot/pmagic/initrd.img
  44.  
  45. title \n
  46. root
  47.  
  48. title \n
  49. root
  50.  
  51. title \n
  52. root
  53.  
  54. title \n
  55. root
  56.  
  57. title \n
  58. root
  59.  
  60. title \n
  61. root
  62.  
  63. title \n
  64. root
  65.  
  66. title \n
  67. root
  68.  
  69. title \n
  70. root
  71.  
  72. title Mas...
  73. root
  74.  
  75. title \n
  76. root
  77.  
  78. title Live with very low RAM settings\nDisables most daemons and other RAM-exhausting processes. GParted and TWM are the only programs started by default. The preferred Live option for systems with less than 175MB of RAM.
  79. clear
  80. find --set-root /HBCD/Boot/pmagic/bzImage
  81. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us xvesa lowram livemedia noeject nogpm nolvm nonfs nofstabdaemon nosmart noacpid nodmeventd nohal nosshd nosound nobluetooth nowicd nontpd
  82. initrd /HBCD/Boot/pmagic/initrd.img
  83.  
  84. title Alternate graphical server\nXvesa is used by default instead of Xorg. (Try this option if Xorg fails.)
  85. clear
  86. find --set-root /HBCD/Boot/pmagic/bzImage
  87. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us xvesa
  88. initrd /HBCD/Boot/pmagic/initrd.img
  89.  
  90. title Failsafe Settings\nvga=normal, acpi=off, nolapic, nopcmcia, noscsi, nogpm, nosmart, no_iscsi, boots to console.
  91. clear
  92. find --set-root /HBCD/Boot/pmagic/bzImage
  93. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us nolapic nopcmcia noscsi nogpm consoleboot nosmart nosshd nosound no_iscsi
  94. initrd /HBCD/Boot/pmagic/initrd.img
  95.  
  96. title ACPI=NO for Toshiba Satellite\nThis option disables ACPI so machines like the Toshiba Stellite 1135 can boot properly
  97. clear
  98. find --set-root /HBCD/Boot/pmagic/bzImage
  99. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us xvesa acpi=no
  100. initrd /HBCD/Boot/pmagic/initrd.img
  101.  
  102. title Emulator compatibility\nThe noreplace-paravirt parameter (which is needed for some emulators) and xvesa
  103. clear
  104. find --set-root /HBCD/Boot/pmagic/bzImage
  105. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us xvesa livemedia noeject noreplace-paravirt
  106. initrd /HBCD/Boot/pmagic/initrd.img
  107.  
  108. title Console (boots to the shell)\nNormal vga, verbose kernel messages, and no automatic graphical environment.
  109. clear
  110. find --set-root /HBCD/Boot/pmagic/bzImage
  111. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us consoleboot
  112. initrd /HBCD/Boot/pmagic/initrd.img
  113.  
  114. title Initramfs (boot to initramfs shell)\nDumps to a shell inside the initramfs.
  115. clear
  116. find --set-root /HBCD/Boot/pmagic/bzImage
  117. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us initramfs_shell
  118. initrd /HBCD/Boot/pmagic/initrd.img
  119.  
  120. title KILL Nouveau\nTry this if your Nvidia card fails. This removes the Nouveau kernel module and Xorg driver. Parted Magic will use the old Xorg nv driver instead.
  121. clear
  122. find --set-root /HBCD/Boot/pmagic/bzImage
  123. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us blacklist=nouveau
  124. initrd /HBCD/Boot/pmagic/initrd.img
  125.  
  126. title Load NVIDIA\nLoad the NVIDIA kernel module at boot. This requires the NVIDIA packages found on partedmagic.com.
  127. clear
  128. find --set-root /HBCD/Boot/pmagic/bzImage
  129. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us blacklist=nouveau nvidia=yes
  130. initrd /HBCD/Boot/pmagic/initrd.img
  131.  
  132. title Radeon no modeset\nTry this if your ATI/radeon card fails.
  133. clear
  134. find --set-root /HBCD/Boot/pmagic/bzImage
  135. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us blacklist=radeon
  136. initrd /HBCD/Boot/pmagic/initrd.img
  137.  
  138. title Intel Mobile 4 workaround\nTry this if your Intel Mobile 4 is giving graphic issues.
  139. clear
  140. find --set-root /HBCD/Boot/pmagic/bzImage
  141. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us mobile4
  142. initrd /HBCD/Boot/pmagic/initrd.img
  143.  
  144. title Force CPU Frequency Scaling\nDefault laptop=on, desktop=off
  145. clear
  146. find --set-root /HBCD/Boot/pmagic/bzImage
  147. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us cpufreq
  148. initrd /HBCD/Boot/pmagic/initrd.img
  149.  
  150. title No CPU Frequency Scaling\nDefault laptop=on, desktop=off To set laptop=on, desktop=on change the "nocpufreq" parameter to "cpufreq"
  151. (hit e to edit and b to boot).
  152. clear
  153. find --set-root /HBCD/Boot/pmagic/bzImage
  154. kernel /HBCD/Boot/pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=288MiB directory=/HBCD/Boot keymap=us nocpufreq
  155. initrd /HBCD/Boot/pmagic/initrd.img
  156.  
  157. title
  158. root
  159.  
  160. title Volver al menu de HBCD\nVuelve al menu de HBCD
  161. configfile /hiren.lst
  162.  
  163. title Volver al menu principal\nVuelve al menu principal
  164. configfile /menu.lst
Advertisement
Add Comment
Please, Sign In to add comment