Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Аватара для Stayshayder

Пользователь


Автор проектов


Сообщения: 140
Благодарности: 61

Профиль | Отправить PM | Цитировать


Список команд Aero Studio 2008
Версия на английском языке
читать дальше »

airoot
airoot: airoot PATH
reset the air's root. e.g. 'airoot (cd)/'.
airmenu
airmenu: airmenu FILE
Launch the Aero-Graphic-Menu, (graphic mode only)
background
background: background RRGGBB
Sets the background color when in graphics mode. RR is red, GG is green, and BB blue. Numbers must be in hexadecimal.
bcdw
bcdw: bcdw FILE
Launch bcdw build-in command(only 'Boot').
blocklist
blocklist: blocklist FILE
Print the blocklist notation of the file FILE.
boot
boot: boot
Boot the OS/chain-loader which has been loaded.
cat
cat: cat [--hex] [--skip=S] [--length=L] [--locate=STRING] FILE
Print the contents of the file FILE, or print the locations of the string STRING in file.
chainloader
chainloader: chainloader [--force] [--load-segment=LS] [--load offset=LO]
[--load-length=LL] [--skip-length=SL] [--boot-cs=CS] [--boot-ip=IP]
[--ebx=EBX] [--edx=EDX] [--sdi] [--disable-a20] FILE
Load the chain-loader FILE. If --force is specified, then load it forcibly, whether the boot loader signature is present or not. LS:LO specifies the load address other than 0000:7C00. LL specifies the length of the boot image(between 512 and 640k). CS:IP specifies the address where the boot image will gain control. EBX/EDX specifies the EBX/EDX register value when the boot image gets control. Use --sdi if FILE is a System Deployment Image, which is of the Windows XP RAM boot file format. Use --disable-a20 if you wish to turn off A20 when transferring control to the boot image. SL specifies length in bytes at the beginning of the image to be skipped when loading.
clear
clear: clear
Clear the screen
commandline
commandline: commandline
Enter the command-line prompt mode.
configfile
configfile: configfile FILE
Load FILE as the configuration file.
default
default: default [NUM ¦ 'saved' ¦ FILE]
set the default entry to entry number NUM (if not specified, it is 0, the first entry), or to the entry number saved by savedefault if the key word 'saved' is specified, or to the entry number previously saved in the specified file FILE. When FILE is specified, all subsequent 'savedefault' commands will save default entry numbers into FILE.
fallback
fallback: fallback NUM...
Go into unattended boot mode: if the default boot entry has any errors, instead of waiting for the user to do anything, it immediately starts over using the NUM entry (same numbering as the 'default' command). This obviously won't help if the machine was rebooted by a kernel that GRUB loaded.
foreground
foreground: foreground RRGGBB
Sets the foreground color when in graphics mode. RR is red, GG is green, and BB blue. Numbers must be in hexadecimal.
grub4dos
grub4dos: grub4dos
run grub4dos' command with parameter(s).
halt
halt: halt [--no-apm]
Halt your system. If APM is available on it, turn off the power using the APM BIOS, unless you specify the option '--no-apm'.
help
help: help [--all] [PATTERN...]
Display helpful information about builtin commands. Not all commands aren't shown without the option '--all'.
initrd
initrd: initrd FILE [ARG...]
Load an initial ramdisk FILE for a Linux format boot image and set the appropriate parameters in the Linux setup area in memory.
install
install: install [--stage2=STAGE2_FILE] [--force-lba] STAGE1 [d] DEVICE
STAGE2 [ADDR] [p] [CONFIG_FILE] [REAL_CONFIG_FILE]
Install STAGE1 on DEVICE and install a blocklist for loading STAGE2 as a Stage 2. If the option 'd' is present, the Stage 1 will always look for the disk where the STAGE2 was installed, rather than using the booting drive. The Stage 2 will be loaded at address ADDR, which will be determined automatically if you don't specify it. If the option 'p' or CONFIG_FILE is present, then the first block of Stage 2 is patched with new values of the partition and name of the configuration file used by the true Stage 2 (for a Stage 1.5, this is the name of the true Stage 2) at boot time. If STAGE2 is a Stage 1.5 and REAL_CONFIG_FILE is present, then the Stage 2 CONFIG_FILE is patched with the configuration filename REAL_CONFIG_FILE. If the option '--force-lba' is specified, disable some sanity checks for LBA mode. If the option '--stage2' is specified, rewrite the Stage 2 via your OS's filesystem instead of the raw device.
isoemu
isoemu: isoemu FILE
Specify a non-emu mods' iso filet located in root directory of a FAT32/NTFS partition) to emulate a CD-ROM and boot from it.
is64bit
is64bit: is64bit
Return true if CPU is 64-bit and false if not.
kernel
kernel: kernel [--no-mem-option] [--type=TYPE] FILE [ARG...]
Attempt to load the primary boot image from FILE. The rest of the line is passed verbatim as the "kernel command line". Any modules must be reloaded after using this command. The option --type is used to suggest what type of kernel to be loaded. TYPE must be either of "netbsd", "freebsd", "openbsd", "linux", "biglinux" and "multiboot". The option
--no-mem-option tells GRUB not to pass a Linux's mem option automatically.
map
map: map [--status] [--mem[=RESERV]] [--hook] [--unhook] [--rehook]
[--floppies=M] [harddrives=N] [--memdisk-raw=RAW] [--a20-keep-on=AKO]
[--safe-mbr-hook=SMH] [--int13-scheme=SCH] [--ram-drive=RD]
[--rd-base=ADDR] [--rd-size=SIZE] [[--read-only] [--fake-write]
[--unsafe-boot] [--disable-chs-mode] [--disable-lba-mode] [--heads=H]
[--sectors-per-track=S] TO_DRIVE FROM_DRIVE]
Map the drive FROM_DRIVE to the drive TO_DRIVE. This is necessary when you chain-load some operating systems, such as DOS, if such an OS resides at a non-first drive. TO_DRIVE can be a disk file, this indicates a disk emulation. If TO_DRIVE is a disk file, it must be contiguous(i.e., no holes in it). If --read-only is given, the emulated drive will be write-protected. If --fake-write is given, any write operations to the emulated drive are allowed but the data written will be discarded. The --unsafe-boot switch enables the write to the Master and DOS boot sectors of the emulated disk. If --disable-chs-mode is given, CHS access to the emulated drive will be refused. If --disable-lba-mode is given, LBA access to the emulated drive will be refused. H and S specify the geometry of the emulated drive. M/N specify the floppy/harddrive count in the BIOS data area. If RAW=1, all memdrives will be accessed without using int15/ah=87h. If RAW=0, then int15/ah=87h will be used to access memdrives. If one of --status, --hook, --unhook, --rehook, --floppies, --harddrives, memdisk-raw, --a20-keep-on, --safe-mbr-hook, --int13-scheme, --ram-drive, --rd-base or --rd-size is given, then any other command-line arguments will be ignored. They either report or change the int13 status, or change the floppy or hard drive count byte in the BIOS data area. The --mem option indicates a drive in memory. if RESERV is used and <= 0, the minimum memory occupied by the memdrive is (-RESERV) in 512-byte-sectors. if RESERV is used and > 0, the memdrive will occupy the mem area starting at absolute physical address RESERV in 512-byte-sectors and ending at the end of this mem block(usually the end of physical mem). RD specifies the ramdisk number, and can be a BIOS drive number. ADDR specifies the base address of the ramdisk image. SIZE specifies the size in bytes of the ramdisk image.
md5crypt
md5crypt: md5crypt
Generate a password in MD5 format.
password
password: password [--md5] PASSWD [FILE]
If used in the first section of a menu file, disable all interactive editing control (menu entry editor and command line). If the password PASSWRD is entered, it loads the FILE as a new config file and restarts the GRUB Stage 2. If you omit the argument FILE, then GRUB just unlocks privileged instructions. You can also use it in the script section, in which case it will ask for the password, before continueing. The option --md5 tells GRUB that PASSWD is encrypted with md5crypt.
reboot
reboot: reboot
Reboot your system
root
root: root [DEVICE [HDBIAS]]
Set the current "root device" to the device DEVICE, then attempt to mount it to get the partition size (for passing the partition descripter in 'ES:ESI', used by some chain-loaded bootloaders), the BSD drive type (for booting BSD kernels using their native boot format), and correctly determine the PC partition where a BSD sub-partition is located. The optional HDBIAS parameter is a number to tell a BSD kernel how many BIOS drive numbers are on controllers befor the current one. For example, if there is an IDE disk and a SCSI disk, and your FreeBSD root partition is on the SCSI disk, then use a '1' for HDBIAS.
rootnoverify
rootnoverify: rootnoverify [DEVICE [HDBIAS]]
similar to 'root', but don't atttempt to mount the partition. This is useful for when an OS is outside the area of the disk that GRUB can read, but setting the correct root device is still desired. Note that the itesm mentioned in 'root' which derived from attempting the mount will NOT work correctly.
romfs
romfs: romfs [FILE]
Specify a romfs image file, loads and hooks it in memory as a disk.
run
run: run FILE
Run a disk image(memdisk used) or a bootstrap program.[/color]
savedefault
savedefault: savedefault[--wait=T] [NUM ¦ 'fallback']
Save the current entry as the default boot entry if no argument is specified. If a number is specified, this number is saved. If 'fallback' is used, next fallback entry is saved. If T is not 0, prompt the user to confirm the write operation by pressing the Y key, and if no key-press detected within T seconds, the write will be discarded.
setvbe
setvbe: setvbe MODE_3D
Set the VBE mode MODE_3D(which is of the form 1024x768x32) for each subsequent kernel command-line. [/color]
terminal
terminal: terminal [--dumb] [--no-echo] [--no-edit] [--timeout=SECS]
[--lines=LINES] [--silent] [console] [serial] [hercules] [graphics]
Select a terminal. When multiple terminals are specified, wait until you push any key to continue. If both console and serial are specified, the terminal to which you input a key first will be selected. If no argument is specified, print current setting. The option --dumb specifies that your terminal is dumb, otherwise, vt100-compatibility is assumed. If you specify --no-echo, input characters won't be echoed. If you specify --no-edit, the BASH-like deiting feature will be disabled. If --timeout is present, this command will wait at most for SECS seconds. The option --lines specifies the maximum number of lines. The option --silent is used to surpress messages.
vbeprobe
vbeprobe: vbeprobe [MODE]
Probe VBE information. If the mode number MODE is specified, show only the information about only the mode.
version
version: version
Display the version of Aero(based on GNU Grub, mini-set).
zipmenu
zipmenu: zipmenu PATH
Specify the background file's full path of zipmenu.


Список изменений на 06.04.2009
  1. Добавил новые шаблоны команд в архив Шаблоны команд
    читать дальше »
    1. Загрузка DOS, Windows 95, 98, ME
      читать дальше »

      Код: Выделить весь код
      <GrubMod>
      	<Author>Nuno Brito</Author>
      	<DateTime>23.09.2007</DateTime>
      	<Description>Загрузить DOS/Windows 95/98/ME с жёсткого диска</Description>
      	<Contents>
      		title  Load io.sys
      		root (hd0,0)
      		chainloader (hd0,0)/io.sys
      	</Contents>
      </GrubMod>
    2. Загрузка Windows NT, 2000, XP, 2003
      читать дальше »

      Код: Выделить весь код
      <GrubMod>
      	<Author>Nuno Brito</Author>
      	<DateTime>23.09.2007</DateTime>
      	<Description>Загрузить Windows NT/2000/XP/2003 с жёсткого диска</Description>
      	<Contents>
      		title  Load ntldr
      		root (hd0,0)
      		chainloader (hd0,0)/ntldr
      	</Contents>
      </GrubMod>
    3. Загрузка Windows Vista или Windows 7
      читать дальше »

      Код: Выделить весь код
      <GrubMod>
      	<Author>Nuno Brito</Author>
      	<DateTime>23.09.2007</DateTime>
      	<Description>Загрузить Windows Vista или Windows 7 с жёсткого диска</Description>
      	<Contents>
      		title  Load bootmgr
      		root (hd0,0)
      		chainloader (hd0,0)/bootmgr
      	</Contents>
      </GrubMod>
  2. Залил обновлённую версию Aero Studio 2008 Mod v1.1 + Rus v1.1
  3. Выложил список команд Aero Studio на английском языке

-------
Понравился юзербар? - Жмём надпись "Полезное сообщение" под юзербаром! =)

Это сообщение посчитали полезным следующие участники:

Отправлено: 20:42, 06-04-2009 | #103