Revision [23187]
This is an old revision of partedmagic made by coolpup on 2012-08-09 06:37:23.
PartedMagic
This operating system has the following very useful features:
- specializes on partitioning, formatting and recovery tasks using the latest software versions
- runs entirely within R.A.M. from any medium on which it is installed
- may be installed to optical disc, or to any other media via a frugal installation
- default user is root
Tutorial
Sample syslinux.cfg content for flash memory drive:UI /boot/syslinux/menu.c32 PROMPT 0 TIMEOUT 30 LABEL pmagic MENU LABEL parted magic TEXT HELP * Runs entirely from R.A.M. * Disclaimer: Author excluded from any liability. ENDTEXT COM32 linux.c32 LINUX /pmagic/bzImage INITRD /pmagic/initrd.img APPEND keymap=us boot_delay=0 debug edd=off elevator=noop initcall_debug load_ramdisk=1 loglevel=7 max_loop=256 prompt_ramdisk=0 rw vga=normal
Sample syslinux.cfg content for hard disk drive:
UI /boot/syslinux/menu.c32 PROMPT 0 TIMEOUT 30 LABEL pmagic MENU LABEL parted magic TEXT HELP * Runs entirely from R.A.M. * Disclaimer: Author excluded from any liability. ENDTEXT COM32 linux.c32 LINUX /pmagic/bzImage INITRD /pmagic/initrd.img APPEND keymap=us boot_delay=0 debug edd=off initcall_debug load_ramdisk=1 loglevel=7 max_loop=256 prompt_ramdisk=0 rw vga=normal
Categories
CategoryRecoveryCategorySoftwareTopPackages
CategorySoftware