X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=templates%2FGRML%2Fgrml-cheatcodes.txt;h=db08ddfe53f7883b814e38d3f1fc3d08fba0812b;hb=3b6256f6faff5442bc1b08b7600aedf668214d30;hp=cdc61a9f651f3bdd2f103db9e9cbc92445ebb28b;hpb=5c896d06e76a414c43a54ca45f6398a94618c034;p=grml-live.git diff --git a/templates/GRML/grml-cheatcodes.txt b/templates/GRML/grml-cheatcodes.txt index cdc61a9..db08ddf 100644 --- a/templates/GRML/grml-cheatcodes.txt +++ b/templates/GRML/grml-cheatcodes.txt @@ -26,9 +26,11 @@ dos Boot FreeDOS bsd Boot MirOS BSD hdt Boot Hardware Detection Tool (from syslinux project) -Further documentation regarding the init process can be found at: +Further documentation regarding the boot process can be found at: * http://git.grml.org/?p=live-initramfs-grml.git;a=blob_plain;f=manpages/live-initramfs.en.7.txt;hb=HEAD +* http://git.grml.org/?p=live-boot-grml.git;a=blob;f=manpages/en/live-boot.7;hb=HEAD * http://git.debian.org/?p=kernel/initramfs-tools.git;a=blob_plain;f=initramfs-tools.8;hb=HEAD +* http://www.kernel.org/doc/Documentation/kernel-parameters.txt The following boot options can be combined. Notice: not all of them are available on all the Grml flavours. @@ -44,7 +46,6 @@ grml utc Use Coordinated Universal Time (UTC=yes) grml localtime Use local time (UTC=no) grml tz=Europe/Vienna Use specified timezone for TZ grml keyboard=us xkeyboard=us Use different keyboard layout (text-console/X) -grml setkeycodes Set some special function keys for MS/HP keyboards Configuration settings: ----------------------- @@ -53,9 +54,11 @@ grml myconfig=/dev/fd0 Set the DCS dir (debs, config, scripts) to t If a file /config.tbz exists, it is extracted from there. /dev/fd0 for floppy disk /dev/sda1 for USB-stick/first SCSI-device +grml autoconfig=SOMELABEL Set the DCS dir to the root of the device labeled with SOMELABEL. + If undefined search for a device labeled with GRMLCFG. grml netconfig=server/config.tbz Download file and extract configuration archive grml netscript=server/file Download and execute file -grml partconf=/dev/hda2 Copy files specified in /etc/grml/partconf from /dev/hda2 +grml partconf=/dev/sda2 Copy files specified in /etc/grml/partconf from /dev/sda2 to booting grml system grml file=foobar.tbz Use specified file as name for configuration archive instead of the default one (config.tbz) @@ -93,7 +96,7 @@ grml config=path-name Unpack archive that path-name points to grml noautoconfig Disable searching for device labeled GRMLCFG Notice: Take a look at http://grml.org/config/ and 'man 1 grml-autoconfig' -for more information regarding the configuration framework of grml. +for more information regarding the configuration framework of Grml. Booting related options: ------------------------ @@ -227,28 +230,30 @@ grml libata.force=[ID:]VAL Force configurations for libata. to force pio4 mode on device "ata1:00:" grml libata.dma=0 Disable DMA on PATA and SATA devices grml libata.ignore_hpa=1 Disable host protected area (which should enable the whole disk) -grml vga=normal [video=ofonly] No-framebuffer mode (does not influence X) -grml vga=ask [video=ofonly] Display menu for framebuffer mode +grml vga=normal No-framebuffer mode (does not influence X) +grml vga=ask Display menu for framebuffer mode +grml radeon.modeset=0 nomodeset Disable Kernel Mode Setting (KMS) for Radeon driver. +grml i915.modeset=0 nomodeset Disable Kernel Mode Setting (KMS) for Intel driver. +grml nouveau.modeset=0 nomodeset Disable Kernel Mode Setting (KMS) for Nouveau driver. Installation related settings: ------------------------------ -Caution: do *not* use the grml2hd and/or debian2hd bootoption if you do not know what you are doing! +Caution: do *NOT* use the grml2hd and/or debian2hd bootoption if you do not know what you are doing! Install plain Debian via debian2hd bootoption (which runs grml-debootstrap in non-interactive mode): debian2hd ... whereas valid options for debian2hd are: - target= target partition/directory of the new Debian system, e.g.: target=/dev/hda1 - grub= where to install grub to? Use grub syntax for specifying, e.g.: grub=hd0 - groot= specify root device for usage in grub (use grub syntax), e.g.: groot=hd0,0 + target= target partition/directory of the new Debian system, e.g.: target=/dev/sda1 + grub= where to install grub to, e.g.: grub=/dev/sda release= specify release of new Debian system (default is stable), e.g.: release=sid - mirror= specify mirror for apt-get/aptitude, e,g.: mirror=ftp://ftp.tugraz.at/mirror/debian + mirror= specify mirror for apt-get/aptitude, e,g.: mirror=http://cdn.debian.net/debian password= set passwort of user root without prompting for it, e.g.: password=AiTh5ahn Usage example for automatic installation: - debian2hd target=/dev/hda1 grub=hd0 groot=hd0,0 mirror=ftp://ftp.tugraz.at/mirror/debian password=foobar + debian2hd target=/dev/sda1 grub=/dev/sda mirror=http://cdn.debian.net/debian password=foobar See http://grml.org/grml-debootstrap/ for more information. @@ -262,7 +267,7 @@ grml2hd ... whereas valid options for grml2hd are: partition=/dev/... partition where grml should be installed Usage example for booting: - grml2hd partition=/dev/hda4 mbr=/dev/hda filesystem=ext3 user=mika + grml2hd partition=/dev/sda4 mbr=/dev/sda filesystem=ext3 user=mika Passwords of user root and user are "grml" - please adjust after hd-install!