Wolvix Cheat Codes
Boot parameters (also known as Cheat Codes) are used to affect the boot process of Wolvix. They can disable hardware detection, start Wolvix from hard disk, skip the login manager, load the system to RAM, etc.
Type 'wolvix' followed by the cheat code(s) you'd like to use and hit enter. You can pass as many cheat codes as you want. Separate them with a space.
boot: wolvix <cheat1> <cheat2> <cheat3>
wolvix acpi=off
- Disable acpi support. This could fix booting on some broken machines which don't even boot Wolvix and hang immediately after loading vmlinuz.
wolvix nohotplug
- Disable almost all hardware autodetection in the case of hangups. Your hardware won't be detected at all; you'll have to use the "pcimodules" command after logging into Wolvix and try to modprobe all needed modules from the list manually.
wolvix nopcmcia
- Skip pcmcia hardware detection in the case of hangups.
wolvix noagp
- Skip agp hardware detection in the case of hangups.
wolvix nodma
- Disable DMA for all CD-ROMs and disks.
wolvix nohd
- Don't mount any hard disks at all.
wolvix nocd
- Don't search for the Wolvix CD; try only USB and other devices.
wolvix nosound
- Mute sound instead of raising the volume to 77%.
wolvix noeject
- Do not eject the Wolvix CD on reboot or shutdown. (Wolvix 1.1.0)
wolvix noslim
- Do not launch the SLiM∞ login manager. (Wolvix 1.1.0)
wolvix noxconf
- Do not run the Xorg auto-configuration script. (Wolvix 1.1.0)
wolvix nodeskup
- Do not update the desktop database on boot. (Wolvix 1.1.0)
wolvix updatefonts
- Update the font cache on boot. (Wolvix 1.1.0)
wolvix passwd=somepass
wolvix passwd=ask
- Set root's password to "somepass", or ask (with =ask) for a new password during the boot, before starting Wolvix. (Don't worry, the new password won't be shown at the login screen).
wolvix toram
wolvix copy2ram
- Copy all files (all required and optional modules) to RAM. You'll need at least 384MB (Wolvix Cub) or 640MB (Wolvix Hunter) of RAM. This will slow down the boot phase but speed up Wolvix!
wolvix ramsize=xx%
wolvix ramsize=xxMB
- Specify how much RAM (in percent or megabytes) is used to store changes. (Defaults to ramsize=60%.)
wolvix floppy
- Enable floppy automounting during startup. This option also causes settings saved by the "configsave" command to be restored from the floppy diskette, too.
wolvix load=module
- Load optional modules from /optional/ directory on the CD. You can use the full module name (module.mo), or you can skip the extension.
wolvix noload=modules(s)
- Disable loading specified Wolvix modules (even those from /base/ and /modules).
wolvix changes=/dev/device
- All changes you made in Wolvix are kept in memory until you reboot. But with this boot parameter, you tell Wolvix to use a different device than memory for storing changes. You can, for example, format your disk partition /dev/hda1 with some Linux filesystem (eg. ext2) and then use changes=/dev/hda1 to store all changes to that disk. This way you won't lose your changes after reboot. (See StoreChanges for more details)
wolvix from=/dev/device
- Load stored Wolvix data from specified path or device.
wolvix from=/dev/device/wolvix.iso
- Load Wolvix from an ISO image on the hard drive instead of loading from the CD drive.
wolvix autoexec=startx
- Skip Wolvix login prompt and automatically start the X-Window system.
wolvix vga=ask
- Ask which VGA module to use instead of the default.
wolvix vga=7xx
- Use one of the following VGA modes instead of the default:
Colors | 640x480 800x600 1024x768 1280x1024 1600x1200
---------+---------------------------------------------
256 | 769 771 773 775 796
32,768 | 784 787 790 793 797
65,536 | 785 788 791 794 798
16.8M | 786 789 792 795 799
wolvix splash=off/verbose/silent
- Set the bootsplash screen to Off, Verbose, or Silent (default) (Wolvix 1.1.0)
wolvix debug
- Enable debug mode; hit Ctrl+D to continue booting.
memtest
- Test RAM with memtest (instead of starting Wolvix).
CategoryInformation
There are no comments on this page. [Add comment]