HacKan

Menu Principal - Pendrive Booteable v2 - HyCco

May 16th, 2013
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. # By HacKan & CuBa co. 2010, 2011, 2012, 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. # menu.lst
  7. # v2.42
  8. #
  9. color light-gray/black red/light-gray
  10. default 0
  11.  
  12. title >> USB Boot by HacKan & CuBa co. <<\nCopyLeft HacKan & CuBa co. 2010\nPresionar 'e' para editar una linea, 'd' para borrar, 'O'/'o' para insertar una nueva linea antes/despues de la actual, 'b' para bootear, 'c' para iniciar una terminal de GRUB, 'ESC' para cancelar
  13. root
  14.  
  15. title
  16. root
  17.  
  18. title Sistemas Operativos
  19. root
  20.  
  21. # dibuja cuadro que encierra los SO
  22. title ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
  23. root
  24.  
  25. title ³ Windows 7 Ultimate x64 (Setup) ³\nInstalacion / Reparacion de Windows 7 Ultimate 64 bits + Tester de memoria RAM
  26. rootnoverify (hd0,0)
  27. find --set-root /bootmgr
  28. chainloader /bootmgr
  29. boot
  30.  
  31. title ³ Windows XP Professional SP3 x86 (Setup) ³\nInstalacion / Reparacion de Windows XP Professional SP3 32 bits
  32. rootnoverify (hd0,0)
  33. configfile /winsetup.lst
  34.  
  35. title ³ Ubuntu 13.04 Desktop AMD64 (Live & Setup) ³\nInstalacion de Ubuntu Raring Ringtail
  36. find --set-root /Ubuntu/ubuntu-13.04-desktop-amd64.iso
  37. map --heads=0 --sectors-per-track=0 /Ubuntu/ubuntu-13.04-desktop-amd64.iso (0xff) || map --mem /Ubuntu/ubuntu-13.04-desktop-amd64.iso (0xff)
  38. map --hook
  39. root (0xff)
  40. kernel /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/Ubuntu/ubuntu-13.04-desktop-amd64.iso
  41. initrd /casper/initrd.lz
  42.  
  43. title ³ Ubuntu 12.04 Desktop AMD64 (Live & Setup) ³\nInstalacion de Ubuntu Precise Pangolin
  44. find --set-root /Ubuntu/ubuntu-12.04-desktop-amd64.iso
  45. map /Ubuntu/ubuntu-12.04-desktop-amd64.iso (0xff) || map --mem /Ubuntu/ubuntu-12.04-desktop-amd64.iso
  46. map --hook
  47. root (0xff)
  48. kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/Ubuntu/ubuntu-12.04-desktop-amd64.iso splash --
  49. initrd /casper/initrd.lz
  50.  
  51. title ³ Ubuntu 12.04 Desktop i386 (Live & Setup) ³\nInstalacion / Live de Ubuntu Precise Pangolin
  52. find --set-root /Ubuntu/ubuntu-12.04-desktop-i386.iso
  53. map /Ubuntu/ubuntu-12.04-desktop-i386.iso (0xff) || map --mem /Ubuntu/ubuntu-12.04-desktop-i386.iso (0xff)
  54. map --hook
  55. root (0xff)
  56. kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper persistent iso-scan/filename=/Ubuntu/ubuntu-12.04-desktop-i386.iso splash
  57. initrd /casper/initrd.lz
  58.  
  59. title ³ LUbuntu 12.04 (Live & Setup) ³\nInstalacion / Live de LUbuntu Precise Pangolin, version ligera de Ubuntu con entorno LXDE
  60. find --set-root /LUbuntu/lubuntu-12.04-desktop-i386.iso
  61. map /LUbuntu/lubuntu-12.04-desktop-i386.iso (0xff) || map --mem /LUbuntu/lubuntu-12.04-desktop-i386.iso (0xff)
  62. map --hook
  63. root (0xff)
  64. kernel /casper/vmlinuz file=/cdrom/preseed/lubuntu.seed boot=casper persistent iso-scan/filename=/LUbuntu/lubuntu-12.04-desktop-i386.iso
  65. initrd /casper/initrd.lz
  66.  
  67. #title ³ Linux Mint 11 LXDE i386 (Live & Setup) ³\nInstalacion / Live de Linux Mint 9, version ligera con entorno LXDE, basada en Ubuntu
  68. #find --set-root /LinuxMint/linuxmint-11-lxde-cd-32bit.iso
  69. #map /LinuxMint/linuxmint-11-lxde-cd-32bit.iso (0xff)
  70. #map --hook
  71. #root (0xff)
  72. #kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper persistent iso-scan/filename=/LinuxMint/linuxmint-11-lxde-cd-32bit splash
  73. #initrd /casper/initrd.lz
  74.  
  75. #title ³ Xubuntu 10.04 Desktop i386 (Live & Setup) ³\nInstalacion / Live de Xubuntu Lucid Lynx
  76. #find --set-root /Xubuntu/xubuntu-10.04-desktop-i386.iso
  77. #map /Xubuntu/xubuntu-10.04-desktop-i386.iso (0xff)
  78. #map --hook
  79. #root (0xff)
  80. #kernel /casper/vmlinuz file=/cdrom/preseed/xubuntu.seed boot=casper persistent iso-scan/filename=/Xubuntu/xubuntu-10.04-desktop-i386.iso splash
  81. #initrd /casper/initrd.lz
  82.  
  83. title ³ Puppy Precise 5.4.3 (Live) ³\nDistribucion Puppy Linux, muy ligera
  84. #find --set-root /PuppyLinux/lupu-510.sfs
  85. #kernel /PuppyLinux/vmlinuz
  86. #initrd /PuppyLinux/initrd.gz
  87. root (hd0,0)
  88. kernel /PuppyLinux/vmlinuz root=/dev/ram0 PMEDIA=usbflash
  89. initrd /PuppyLinux/initrd.gz
  90.  
  91. title ³ TinyCore 4.7.6 (Live) ³\nDistribucion TinyCore, ultra ligera
  92. find --set-root /TinyCore/TinyCore-4.7.6.iso
  93. map /TinyCore/TinyCore-4.7.6.iso (0xff) || map --mem /TinyCore/TinyCore-4.7.6.iso (0xff)
  94. map --hook
  95. chainloader (0xff)
  96.  
  97. title ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
  98. root
  99. # <fin SisOp>
  100.  
  101. #lineas en blanco para que Utilidades este en otra pantalla
  102.  
  103. title
  104. root
  105.  
  106. title
  107. root
  108.  
  109. title
  110. root
  111.  
  112. title Mas (utilidades y booteo de disco)...
  113. root
  114.  
  115. # << Inicio nueva pantalla >>
  116.  
  117. title Utilidades
  118. root
  119.  
  120. title ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
  121. root
  122.  
  123. title ³ Hiren's BootCD 15.2 ³\nMini Windows XP, Mini Linux, Antivirus Tools, Backup Tools, BIOS / CMOS Tools, Browsers / File Managers, Cleaners, FileSystems Tools, Hard Disk Tools, MBR Tools, Ms Dos Tools, Network Tools, Optimizers, Partition Tools, Password Tools, RAM Testing Tools, Recovery Tools, more...
  124. configfile /hiren.lst
  125.  
  126. title ³ System Rescue CD 3.5.1 ³\nIt comes with a lot of linux software such as system tools (GParted, partimage, fstools, ...) and basic tools (editors, midnight commander, network tools)
  127. configfile /sysrescd.lst
  128.  
  129. title ³ Kaspersky Rescue Disk (10.0.32.17) ³\nKaspersky Antivirus Scanner
  130. #find --set-root /KAV_Rescue/krd-10.0.32.17.iso
  131. #map /KAV_Rescue/krd-10.0.32.17.iso (0xff) || map --mem /KAV_Rescue/krd-10.0.32.17.iso (0xff)
  132. #map --hook
  133. #root (0xff)
  134. #chainloader (0xff)
  135. #boot
  136. #errorcheck off
  137. #find --set-root --ignore-cd /KAV_Rescue/rescue/rescueusb.iso
  138. #errorcheck on
  139. #map /KAV_Rescue/rescue/rescueusb.iso (0xff) || map --mem /KAV_Rescue/rescue/rescueusb.iso (0xff)
  140. #map --hook
  141. #chainloader (0xff)
  142. #boot
  143. configfile /krd.lst
  144.  
  145. title ³ ESET SysRescue (v5) ³\nESET Smart Security Antivirus Scanner
  146. map /ESET_Rescue/ESETSR.iso (hd32) || map --mem /ESET_Rescue/ESETSR.iso (hd32)
  147. map --hook
  148. chainloader (hd32)/BOOTMGR
  149. rootnoverify (hd32)
  150.  
  151. title ³ GRC SpinRite 6 ³\nChequea discos rigidos (y pendrives) bit a bit, realojando sectores ilegibles
  152. kernel /SpinRite/memdisk
  153. initrd /SpinRite/SpinRite.ima
  154.  
  155. #title ³ Acronis True Image Home 2010 ³\nPermite realizar clonado de discos rigidos y otras operaciones similares
  156. #kernel /AcronisTI/kernel.dat quiet vga=788 ramdisk_size=40000
  157. #initrd /AcronisTI/ramdisk.dat
  158.  
  159. #title ³ Acronis Backup & Recovery Workstation ³\nAcronis Backup & Recovery Workstation v10.0.11105 - Permite realizar clonado de discos rigidos y otras operaciones similares
  160. #kernel /AcronisBR/kernel.dat quiet vga=788 ramdisk_size=40000
  161. #initrd /AcronisBR/agent_ramdisk.dat
  162.  
  163. #title ³ Acronis Backup & Recovery Workstation ³\nAcronis Backup & Recovery Workstation v10.0.11105 - Permite realizar respaldos de discos rigidos y restauraciones de respaldos, incluso en hardware disimil
  164. #find --set-root /Acronis/ABR10UR.iso
  165. #map /Acronis/ABR10UR.iso (hd32)
  166. #map --hook
  167. #root (hd32)
  168. #chainloader (hd32)
  169.  
  170. title ³ Acronis Backup & Recovery 11 Advanced Server ³\nAcronis Backup & Recovery Workstation v11 build 17217 - Permite realizar respaldos de discos rigidos y restauraciones de respaldos, incluso en hardware disimil, y clonado de discos y demas
  171. find --set-root /Acronis/ABnRAS11.iso
  172. map /Acronis/ABnRAS11.iso (hd32) || map --mem /Acronis/ABnRAS11.iso (hd32)
  173. map --hook
  174. root (hd32)
  175. chainloader (hd32)
  176.  
  177. #title ³ Acronis True Image Home 2010 ³\nAcronis True Image Home 2010 v13.0.6029 - Permite realizar clonado de discos rigidos y otras operaciones similares
  178. #find --set-root /Acronis/ATI2010.iso
  179. #map /Acronis/ATI2010.iso (hd32)
  180. #map --hook
  181. #root (hd32)
  182. #chainloader (hd32)
  183.  
  184. title ³ Acronis True Image Echo Enterprise Server 9 ³\nAcronis True Image Echo Enterprise Server 9 con Universal Restore - Permite realizar clonado de discos rigidos y otras operaciones similares
  185. find --set-root /Acronis/ATIEES99.iso
  186. map /Acronis/ATIEES9.iso (hd32) || map --mem /Acronis/ATIEES9.iso (hd32)
  187. map --hook
  188. root (hd32)
  189. chainloader (hd32)
  190.  
  191. #title ³ TrueCrypt Rescue Disk ³\nDisco de recuperacion de sector de arranque de TrueCrypt para HC CommodoreAtom
  192. #find --set-root /TC/TCrd_HCCA.iso
  193. #map --mem /TC/TCrd_HCCA.iso (hd32)
  194. #map (hd0) (hd1)
  195. #map (hd1) (hd0)
  196. #map --hook
  197. #root (hd32)
  198. #chainloader (hd32)
  199. #
  200. #title TrueCrypt Rescue Disk (HC Core2 2006)\nDisco de recuperacion de sector de arranque de TrueCrypt para HC Core2 2006
  201. #
  202. ##map --mem /TC/TCrd.iso (hd32)
  203. ##map --hook
  204. ##chainloader (hd32)
  205. #
  206. #find --set-root /TC/TCrd_HCC2.iso
  207. #map --mem /TC/TCrd_HCC2.iso (hd32)
  208. #map (hd0) (hd1)
  209. #map (hd1) (hd0)
  210. #map --hook
  211. #root (hd32)
  212. #chainloader (hd32)
  213.  
  214. title ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
  215. root
  216. # <fin utilidades>
  217.  
  218. title
  219. root
  220.  
  221. title
  222. root
  223.  
  224. title
  225. root
  226.  
  227. title
  228. root
  229.  
  230. title
  231. root
  232.  
  233. title
  234. root
  235.  
  236. title Mas (booteo de disco)...
  237. root
  238.  
  239. # << Inicio nueva pantalla >>
  240.  
  241. title Bootear desde...
  242. root
  243.  
  244. title ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
  245. root
  246.  
  247. title ³ Boot First Hard Drive ³\n
  248. map (hd0) (hd1)
  249. map (hd1) (hd0)
  250. map --hook
  251. chainloader (hd0)+1
  252. rootnoverify (hd0)
  253.  
  254. title ³ Boot First Hard Drive (Alternativa) ³\n
  255. rootnoverify (hd0,0)
  256. chainloader (hd0,0)+1
  257.  
  258. title ³ Boot CDROM ³\n
  259. cdrom --init
  260. map --hook
  261. chainloader (cd0)
  262. rootnoverify (cd0)
  263.  
  264. title ³ Boot From Hard Drive (Windows Vista/7/2008 or Xp)³\n
  265. find --set-root --ignore-floppies --ignore-cd /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr || rootnoverify (hd0) && chainloader +1 && boot
  266. map () (hd0) && map (hd0) () && map --rehook
  267. find --set-root --devices=h /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr
  268. chainloader /bootmgr || chainloader /ntldr
  269.  
  270. title ³ Boot from Hard Drive - Windows XP (NTLDR) ³\n
  271. find --set-root --ignore-floppies --ignore-cd /ntldr
  272. map () (hd0)
  273. map (hd0) ()
  274. map --rehook
  275. find --set-root --ignore-floppies --ignore-cd /ntldr
  276. chainloader /ntldr
  277. savedefault
  278.  
  279. title ³ Find and load NTLDR of Windows NT/2K/XP ³\n
  280. fallback 1
  281. find --set-root --ignore-floppies /ntldr
  282. chainloader /ntldr
  283.  
  284. title ³ Find and load the Recovery Console of Windows XP ³\n
  285. fallback 3
  286. find --set-root --ignore-floppies /cmldr
  287. chainloader /cmldr
  288. #####################################################################
  289. # write string "cmdcons" to memory 0000:7C03 in 2 steps:
  290. #####################################################################
  291. # step 1. Write 4 chars "cmdc" at 0000:7C03
  292. write 0x7C03 0x63646D63
  293. # step 2. Write 3 chars "ons" and an ending null at 0000:7C07
  294. write 0x7C07 0x00736E6F
  295.  
  296. title ³ Boot from Hard Drive - Windows Vista/7 (BOOTMGR) ³\n
  297. find --set-root --ignore-floppies --ignore-cd /bootmgr
  298. map () (hd0)
  299. map (hd0) ()
  300. map --rehook
  301. find --set-root --ignore-floppies --ignore-cd /bootmgr
  302. chainloader /bootmgr
  303. savedefault
  304.  
  305. title ³ Find and load BOOTMGR of Windows 7/VISTA ³\n
  306. fallback 2
  307. find --set-root --ignore-floppies /bootmgr
  308. chainloader /bootmgr
  309.  
  310. title ³ Fix "NTLDR is Missing" ³\n
  311. find --set-root /HBCD/Boot/ntldr.gz
  312. kernel /HBCD/Boot/memdisk
  313. initrd /HBCD/Boot/ntldr.gz
  314.  
  315. title ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
  316. root
  317.  
  318. title Grub4Dos Commandline\nIgual que presionar 'c'
  319. commandline
  320.  
  321. title Reiniciar
  322. reboot
  323.  
  324. title Apagar
  325. halt
  326.  
  327. # << Inicio nueva pantalla >>
Advertisement
Add Comment
Please, Sign In to add comment