Войти

Показать полную графическую версию : Aero Studio 2008. Вопросы и ответы.


Страниц : 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17

zaval1976
06-04-2009, 17:23
Глядя на вложение могу сказать лишь то, что скорее всего Aero Studio пытается не выполнить этот файл, а загрузить его как конфигурационный файл для BCDW. Попробуйте загрузить данный файл не через BCDW (Aero Studio же это не BCDW с красивой облочкой, а первым делом GRUB с дополнительными модулями (например BCDW), следовательно один и тот же файл можно загрузить разными способами). Например так:
Код:
root (cd)
chainloader (cd)/acronis/pskit.wbt
или просто
Код:
chainloader (cd)/acronis/pskit.wbt »

а что будет в строке Заголовок Grab, если не менять ISO Emu(bcdw), то не работают оба варианта :(

Stayshayder
06-04-2009, 20:42
Список команд 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

Добавил новые шаблоны команд в архив Шаблоны команд (http://forum.oszone.net/attachment.php?attachmentid=24420&d=1239032840)


Загрузка 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>

Загрузка 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>

Загрузка 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>



Залил обновлённую версию Aero Studio 2008 Mod v1.1 + Rus v1.1 (http://rghost.ru/188432)
Выложил список команд Aero Studio на английском языке

.Земляк.
06-04-2009, 20:45
Код:
root (cd)
chainloader (cd)/acronis/pskit.wbt
или просто
Код:
chainloader (cd)/acronis/pskit.wbt»
а что будет в строкеЗаголовок Grab, если не менять ISO Emu(bcdw), то не работают оба варианта
код :
root (cd)
chainloader (cd)/acronis/pskit.wbt (0x0A)
код :
root (cd)
chainloader (cd)/acronis/pskit.wbt (0xFF)
ну а драйвер hd32 я подозреваю в аеро отсутствует но все же код :
root (cd)
chainloader (cd)/acronis/pskit.wbt (hd32)

Stayshayder
06-04-2009, 20:56
kernel /paragon/vmlinuzp splash=silent vga=0x314 language=ru_RU.UTF-8 medialable=PARAGON
initrd=/paragon/initrd.gz
попробуй так »
Там вроди как ошибочка в команде. Попробуй так:

root (cd)
kernel /paragon/vmlinuzp splash=silent vga=0x314 language=ru_ru.utf-8 medialable=paragon
initrd /paragon/initrd.gz

n_i_x
07-04-2009, 09:50
помогите. скачал отсюда программу Aero Studio 2008 Mod v1.1 + Rus v1.1, в основном рабочем окне шрифт нормальный, а когда открываю свойства объекта (любого), то там абракадабра.

всё сам разобрался. применил твик

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage]
"1250"="c_1251.nls"
"1251"="c_1251.nls"
"1252"="c_1251.nls"
"1253"="c_1251.nls"

Stayshayder
09-04-2009, 20:34
AeroSim 2009
Развитие AeroStudio 2008


Новые возможности, которые будут реализованы в AeroSim 2009:

Традиционное окно редактора;
Новое окно редактора проектов;
Поддержка Lua скриптов (включая отладку);
Планируется использование GRUB2;
Отображение оптимизации изображений;

Таким образом в привычное окно Aeromgr.exe будет добавлено окно "дизайнер проектов", "меню Lua скриптов" (для редактирования и отладки), "Предварительный просмотр проекта".

Список модулей, над которыми уже завершена работа:


bootldr модуль поддерживает isoemu, bcdw, diskemu, grub4dos, run, winldr
isoemu [файл]
* Монтировать iso образ на виртуальный CD-ROM
run [файл]
* Запуск загрузочных файлов, таких как win2k.bin, ezboot.ezb, и так далее.
memdisk [файл]
iosys [файл]
* Загрузка DOS/Win95/98/ME из io.sys
NTLDR [файл]
* Загрузка NTLDR / setupldr / bootmgr
bcdw [файл]
* Осуществление соответствующих операций bcdw
grub4dos [команда]
* Загрузка и запуск команды через Grub4dos.


Скриншоты AeroSim 2009:

1) Главное окно AeroSim 2009
2) Окно моделирования
3) Редактор Lua скриптов
1) http://pic.ipicture.ru/uploads/090409/thumbs/bxZgL49opP.png (http://ipicture.ru/Gallery/Viewfull/17053049.html) 2) http://pic.ipicture.ru/uploads/090409/thumbs/SX5Cn7SAFv.png (http://ipicture.ru/Gallery/Viewfull/17053050.html) 3) http://pic.ipicture.ru/uploads/090409/thumbs/4lSW86gxIG.png (http://ipicture.ru/Gallery/Viewfull/17053051.html)



Образы на GRUB2 с использованием LUA скриптов

Winter (http://tools.oszone.net/Stayshayder/AeroStudio2008/Questions_and_answers/Winter.7z)
Ubuntu (http://tools.oszone.net/Stayshayder/AeroStudio2008/Questions_and_answers/Ubuntu.7z)


Скриншоты образов

1) http://pic.ipicture.ru/uploads/090429/thumbs/Sp5pNQrTqf.jpg (http://ipicture.ru/Gallery/Viewfull/18132214.html) 2) http://pic.ipicture.ru/uploads/090429/thumbs/MeBmVxpT7g.jpg (http://ipicture.ru/Gallery/Viewfull/18132216.html)


Про выход AeroSim 2009 известно лишь, что он будет после 31.12.2008 :)
На данный момент это вся информация известная мне про AeroSim 2009.
При поступлении новой информации данный пост будет дополнен.

Stayshayder
09-04-2009, 23:18
Полный список тегов, которые можно использовать для редактирования текста в текстовом поле:

+--------------------------------------------------------------------------------------+
| Тег | Синтаксис | Параметры тега |
|-----------------------------+-------------------------+------------------------------|
| BIG - Полужирный текст | <BIG> ... </BIG> | |
|-----------------------------+-------------------------+------------------------------|
| B - Жирный текст | <B> ... </B> | |
|-----------------------------+-------------------------+------------------------------|
| BR - Новая строчка | <BR> | |
|-----------------------------+-------------------------+------------------------------|
| CENTER - Выровнять по центру| <CENTER> ... </CENTER> | |
|-----------------------------+-------------------------+------------------------------|
| CODE - код | <CODE> ... </CODE> | |
|-----------------------------+-------------------------+------------------------------|
| FONT - шрифт | <FONT> ... </FONT> | COLOR = "Цвет текста" |
| | | BGColor = "Цвет под текстом" |
| | | SIZE = "Размер шрифта" |
| | | FACE = "Название шрифта" |
|-----------------------------+-------------------------+------------------------------|
| HR - Горизонтальная линия | <HR> | SIZE = толщина линии |
|-----------------------------+-------------------------+------------------------------|
| I - Курсив | <I> ... </I> | |
|-----------------------------+-------------------------+------------------------------|
| SMALL - Маленький текст | <SMALL> ... </SMALL> | |
|-----------------------------+-------------------------+------------------------------|
| STRIKE - Зачёркнутый | <STRIKE> ... </STRIKE> | |
|-----------------------------+-------------------------+------------------------------|
| SUB - Подстрочный текст | <SUB> ... </SUB> | |
|-----------------------------+-------------------------+------------------------------|
| SUP - Надстрочный текст | <SUP> ... </SUP> | |
|-----------------------------+-------------------------+------------------------------|
| U - Подчеркивание | <U> ... </U> | |
+--------------------------------------------------------------------------------------+


Пример: <FONT SIZE="+8" COLOR="#ff9900"> <CENTER> <B> Добро пожаловать в Aero Studio 2008 </B> </CENTER></COLOR> </FONT>>




Доступна для скачивания CHM версия справки по командам на английском языке.
Написал пост о AeroSim 2009

bit777
10-04-2009, 04:30
Я установливал Aero Studio на флешку следующим образом :
1. Создал меню. При создании образа выбрал: "записать на жесткий диск или флешку" и выбрал диск С:
2.Запустил Avlgomgr.exe и выбрал BootLoader; B "Full path of Boot Loader" выбрал С:\Aero.sys; в "Full path of current system's Boot.ini:" выбрал С:\Boot.ini: и нажал "Assemble"
3.Флешку отформатировал в FAT (Можно NTFS) и скопировал на нее файлы с диска С:\ : ntldr NTDETECT.COM Avldr.bin Aero.sys и папку Airboot. Три последние после этого можно удалить сдиска С:\ , а в файле С:\boot.ini удалить строку C:\Avldr.bin="Avlgo - Aero.sys".кроме того на флешку записал файл boot.ini следующего вида:
[Boot Loader]
Timeout=0
default=C:\Avldr.bin
[Operating Systems]
C:\Avldr.bin="Avlgo - Aero.sys"
4 дописал на флешку необходимые ОС и программы. Всё.

S.T.R.E.L.O.K.
11-04-2009, 09:56
я задавал уже этот вопрос, но не получил ответа, поэтому задам снова...

Файлы DOS на загрузочной дискете (образ программы, к примеру Easy Recovery) должны обязательно присутствовать или есть обходной путь??

Stayshayder
11-04-2009, 18:52
в образе должны обязательно присутствовать файлы DOS'a??? »
я задавал уже этот вопрос, но не получил ответа, поэтому задам снова...
Файлы DOS на загрузочной дискете (образ программы, к примеру Easy Recovery) должны обязательно присутствовать или есть обходной путь?? »

Для загрузочной дискеты думаю что обязательно. Программы, используемые в загрузочных дискетах написаны для DOS. Следовательно запускаются они тоже из под DOS, который собственно и записан на загрузочную дискету вместе с программой.

Запуск программы с загрузочной дискеты происходит следующим образом:
1) Загрузка DOS.
2) Запуск программы, которая прописана в автозагрузке DOS'a.

Так что я думаю что файлы DOS должны обязательно присутсвовать, иначе у Вас эта самая загрузочная дискета перестанет быть загрузочной :)

Можно конечно создать всего одну дискету с DOS, а после загрузки этой дискеты руками прописывать все пути, и тем самым запускать нужные DOS программы, но я думаю лучше уж оставить все файлы которые записаны на дискете в покое и радоваться тому, что программы с дискеты сами запускаются, без ввода путей к программе, которую нужно запустить.

crashtuak
11-04-2009, 19:18
Вот мой код с BCDW:
C:\ ; Загрузка с диска C: ; Отмена загрузки с компакт-диска и загрузка с жесткого диска.^^ Позволяет отменить загрузку, не вынимая компакт-диск из привода.^
: ; --- Microsoft Windows XP SP3 ---
\nt5boot.bin ; Установка Microsoft Windows XP SP3 В автоматическом режиме. ; Установку Windows XP SP2 в автоматическом режиме: ; ------------ Acronis ------------
: ; ------------ Acronis ------------
\BCDW\Acronis\d-dir10.WBT ; Disk Director Suite 10.0 сборка 2.161 ; Disk Director Suite 10 это менеджер разделов,позволяющий осуществлять^ любые операции с разделами Windows и Linux:^ создание, удаление, копирование, перемещение, изменение размеров,^ разделение и слияние без риска потери данных (Русская версия);
\BCDW\Acronis\ti-10.WBT ; TrueImage Home 10.0 сборка 4.942 ; Acronis True Image 10 Home позволяет полностью решить проблему резервного^ копирования информации пользователей, гарантируя сохранность всех данных,^ хранящихся на жестких дисках компьютера, и их мгновенное восстановление в^ случае необходимости (Русская версия);
: ;------------Утилиты для теста и восстановления-----------
BCDW\Acronis\HDDReg.ima ; HDD Regenerator v1.51 ; Программа для восстановления битых (HDD)
\BCDW\Acronis\MHDD.ima ; MHDD v4.6 ; Программа для тестирования/ремонта HDD
\BCDW\Acronis\memtest.bin ; Memtest86+ v1.70 ; Тестирование оперативной памяти компьютера на предмет ошибок
Как теперь все команды с данного меню перелопачить в Aero Studio 2008?

Типа в свойствах кнопочки в поле команда забить bcdw: bcdw \nt5boot.bin и так далее?

Stayshayder
11-04-2009, 19:57
Вот мой код с BCDW:
Код:
C:\ ; Загрузка с диска C: ; Отмена загрузки с компакт-диска и загрузка с жесткого диска.^^ Позволяет отменить загрузку, не вынимая компакт-диск из привода.^
: ; --- Microsoft Windows XP SP3 ---
\nt5boot.bin ; Установка Microsoft Windows XP SP3 В автоматическом режиме. ; Установку Windows XP SP2 в автоматическом режиме: ; ------------ Acronis ------------
: ; ------------ Acronis ------------
\BCDW\Acronis\d-dir10.WBT ; Disk Director Suite 10.0 сборка 2.161 ; Disk Director Suite 10 это менеджер разделов,позволяющий осуществлять^ любые операции с разделами Windows и Linux:^ создание, удаление, копирование, перемещение, изменение размеров,^ разделение и слияние без риска потери данных (Русская версия);
\BCDW\Acronis\ti-10.WBT ; TrueImage Home 10.0 сборка 4.942 ; Acronis True Image 10 Home позволяет полностью решить проблему резервного^ копирования информации пользователей, гарантируя сохранность всех данных,^ хранящихся на жестких дисках компьютера, и их мгновенное восстановление в^ случае необходимости (Русская версия);
: ;------------Утилиты для теста и восстановления-----------
BCDW\Acronis\HDDReg.ima ; HDD Regenerator v1.51 ; Программа для восстановления битых (HDD)
\BCDW\Acronis\MHDD.ima ; MHDD v4.6 ; Программа для тестирования/ремонта HDD
\BCDW\Acronis\memtest.bin ; Memtest86+ v1.70 ; Тестирование оперативной памяти компьютера на предмет ошибок
Как теперь все команды с данного меню перелопачить в Aero Studio 2008? »

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

1 кнопка:
chainloader (hd0,0)+1

2 кнопка:
bcdw (cd)/nt5boot.bin

3 кнопка:
root (cd)
chainloader (cd)/BCDW/Acronis/d-dir10.WBT (0xFF)
или
broot (cd)
chainloader (cd)/BCDW/Acronis/d-dir10.WBT (0x0A)

4 кнопка:
root (cd)
chainloader (cd)/BCDW/Acronis/ti-10.WBT (0xFF)
или
root (cd)
chainloader (cd)/BCDW/Acronis/ti-10.WBT (0x0A)

5 кнопка:
bcdw (cd)/BCDW/Acronis/HDDReg.ima

6 кнопка:
bcdw (cd)/BCDW/Acronis/MHDD.ima

7 кнопка:
bcdw (cd)/BCDW/Acronis/memtest.bin

Команды для 3 и 4 кнопки могут не работать.

bit777
11-04-2009, 22:06
Файлы DOS на загрузочной дискете (образ программы, к примеру Easy Recovery) должны обязательно присутствовать или есть обходной путь?? »
Самый простой обходной путь - используй Hirens BootCD

Stayshayder
12-04-2009, 01:11
Цитата D1abl093:
Файлы DOS на загрузочной дискете (образ программы, к примеру Easy Recovery) должны обязательно присутствовать или есть обходной путь?? »
Самый простой обходной путь - используй Hirens BootCD »
Хмм.. Точно! У меня идея. А кто нам мешает взять, да сделать что-то типа Hirens BootCD? Только своего.
В смысле взять пустой образ (например здесь (http://bootcd.narod.ru/images.htm)), напихать в него кучу программ (например определённый тематики), да сделать для них меню, как в Hirens BootCD.
После этого добавить получившийся образ к мультизагрузочному диску. Затем в мультизагрузочном меню создать кнопку (например "Утилиты для работы с жёстким диском") после нажатия на которую будет загружаться собранный нами образ с программами для работы с жёстким диском. Тем самым вместо кучи загрузочных дискет, на каждой из которых DOS, мы получим всего один или несколько образов дисков.

bit777
12-04-2009, 02:20
Хмм.. Точно! У меня идея А кто нам мешает взять, да сделать что-то типа Hirens BootCD?
Да нет, я имел ввиду просто добавить Hirens в AERO меню. У себя на флешке я так и сделал.

crashtuak
12-04-2009, 09:34
В данном случае необходимо использовать следующие команды:
1 кнопка:
chainloader (hd0,0)+1
2 кнопка:
bcdw (cd)/nt5boot.bin
3 кнопка:
root (cd)
chainloader (cd)/BCDW/Acronis/d-dir10.WBT (0xFF)
или
broot (cd)
chainloader (cd)/BCDW/Acronis/d-dir10.WBT (0x0A)
4 кнопка:
root (cd)
chainloader (cd)/BCDW/Acronis/ti-10.WBT (0xFF)
или
root (cd)
chainloader (cd)/BCDW/Acronis/ti-10.WBT (0x0A)
5 кнопка:
bcdw (cd)/BCDW/Acronis/HDDReg.ima
6 кнопка:
bcdw (cd)/BCDW/Acronis/MHDD.ima
7 кнопка:
bcdw (cd)/BCDW/Acronis/memtest.bin
Команды для 3 и 4 кнопки могут не работать. »
Команды для 3 и 4 кнопки могут не работать. А какая причина?

S.T.R.E.L.O.K.
12-04-2009, 10:14
а как можно добавить образ Hiren's в Мультизагрузку при помощи Aero Studio???
у меня чтот не получалось

Stayshayder
12-04-2009, 13:01
Цитата:Хмм.. Точно! У меня идея А кто нам мешает взять, да сделать что-то типа Hirens BootCD?
Да нет, я имел ввиду просто добавить Hirens в AERO меню. У себя на флешке я так и сделал. »
Да я понял что Вы имели ввиду. А я имел ввиду, что ещё как вариант можно сделать свой образ типа Hirens BootCD, но только со своим набором программ и использовать его в своих мультизагрузочных дисках :)
Цитата:Команды для 3 и 4 кнопки могут не работать.
А какая причина? »

Про загрузку .WBT файлов от Acronis уже задавали вопрос:
Stayshayder, такой вопрос: BCDW выполняет команду \ACRONIS\PsKit.wbt безо всяких проблем, но Aero Studio команду bcdw (cd)/acronis/pskit.wbt не обрабатывает, вернее что-то происходит и в результате выходит вот такое окно (см. вложение), в чём может быть проблема? »
Далее последовало предложение о том, как ещё можно загрузить этот файл, без использования модуля BCDW:
Глядя на вложение могу сказать лишь то, что скорее всего Aero Studio пытается не выполнить этот файл, а загрузить его как конфигурационный файл для BCDW. Попробуйте загрузить данный файл не через BCDW (Aero Studio же это не BCDW с красивой оболочкой, а первым делом GRUB с дополнительными модулями (например BCDW), следовательно один и тот же файл можно загрузить разными способами). Например так:
Код:
root (cd)
chainloader (cd)/acronis/pskit.wbt
или просто
Код:
chainloader (cd)/acronis/pskit.wbt »
Но оказалось что оба варианта не работают :(
а что будет в строке Заголовок Grab, если не менять ISO Emu(bcdw), то не работают оба варианта »
После этого .Земляк. предложил использовать следующие команды для загрузки:
код :
root (cd)
chainloader (cd)/acronis/pskit.wbt (0x0A)
код :
root (cd)
chainloader (cd)/acronis/pskit.wbt (0xFF)
ну а драйвер hd32 я подозреваю в аеро отсутствует но все же код :
root (cd)
chainloader (cd)/acronis/pskit.wbt (hd32) »
Но о работоспособности этих команд так никто и не отписался. По этой причине я и написал, что они могут и не работать.

Небольшая просьба:
Сообщайте о работоспособности команд, которые предлагают участник форума.

crashtuak
12-04-2009, 13:11
код :
root (cd)
chainloader (cd)/acronis/pskit.wbt (0x0A)
код :
root (cd)
chainloader (cd)/acronis/pskit.wbt (0xFF)
ну а драйвер hd32 я подозреваю в аеро отсутствует но все же код :
root (cd)
chainloader (cd)/acronis/pskit.wbt (hd32) Ничего не работает. Может знаете как переделать acronis в удобоваримый вид?

bit777
12-04-2009, 23:34
а как можно добавить образ Hiren's в Мультизагрузку при помощи Aero Studio???
у меня чтот не получалось »
run (cd)/images/hiren.ima
Или
run (cd)/images/hiren.zip
hiren.ima -загрузчик Hirens




© OSzone.net 2001-2012