Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # By HacKan & CuBa co. 2013
- # http://www.hackan.com.ar/2013/05/pendrive-booteable-v2
- # NO EDITAR CON NOTEPAD!
- # Nota: en la pantalla entran 16 'title'
- #
- # pmagic.lst
- # v1.1
- #
- color light-gray/black red/light-gray
- default 2
- title >> Linux based rescue environment <<\nTo manage partitions, backup and recovery
- root
- title \n
- root
- title Live with default options
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title \n
- root
- 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.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Clonezilla\nAutomatically starts Clonezilla at boot without the grapical interface.\nClonzilla runs from the command line, so Xorg is a waste of resources.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Nwipe\nAutomatically starts Nwipe at boot without the grapical interface.\nNwipe runs from the command line, so Xorg is a waste of resources.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title \n
- root
- title \n
- root
- title \n
- root
- title \n
- root
- title \n
- root
- title \n
- root
- title \n
- root
- title \n
- root
- title \n
- root
- title Mas...
- root
- title \n
- root
- 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.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Alternate graphical server\nXvesa is used by default instead of Xorg. (Try this option if Xorg fails.)
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Failsafe Settings\nvga=normal, acpi=off, nolapic, nopcmcia, noscsi, nogpm, nosmart, no_iscsi, boots to console.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title ACPI=NO for Toshiba Satellite\nThis option disables ACPI so machines like the Toshiba Stellite 1135 can boot properly
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Emulator compatibility\nThe noreplace-paravirt parameter (which is needed for some emulators) and xvesa
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Console (boots to the shell)\nNormal vga, verbose kernel messages, and no automatic graphical environment.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Initramfs (boot to initramfs shell)\nDumps to a shell inside the initramfs.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- 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.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Load NVIDIA\nLoad the NVIDIA kernel module at boot. This requires the NVIDIA packages found on partedmagic.com.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Radeon no modeset\nTry this if your ATI/radeon card fails.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Intel Mobile 4 workaround\nTry this if your Intel Mobile 4 is giving graphic issues.
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title Force CPU Frequency Scaling\nDefault laptop=on, desktop=off
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title No CPU Frequency Scaling\nDefault laptop=on, desktop=off To set laptop=on, desktop=on change the "nocpufreq" parameter to "cpufreq"
- (hit e to edit and b to boot).
- clear
- find --set-root /HBCD/Boot/pmagic/bzImage
- 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
- initrd /HBCD/Boot/pmagic/initrd.img
- title
- root
- title Volver al menu de HBCD\nVuelve al menu de HBCD
- configfile /hiren.lst
- title Volver al menu principal\nVuelve al menu principal
- configfile /menu.lst
Advertisement
Add Comment
Please, Sign In to add comment