Windows failed to load because the firmware bios is not acpi compatible

When attempting to install Windows Server 2008 as a Xen HVM domainU guest the installation process fails in the early stages with a status 0xc0000225 message which reads:

Info: Windows failed to load because the firmware (BIOS) is not ACPI compatible.

The entire error screen displayed by the Windows Server 2008 installer appears as follows:

Windows Server 2008 failing to installl under Xen

ACPI (Advanced Configuration and Power Interface) provides an interface used by operating systems for hardware recognition, configuration and power management.

The reason this error is occurring is typically because ACPI has not been enabled in the Xen domainU configuration file for the Windows Server 2008 guest. By default this support is disabled, so unless it has been specifically enabled in the configuration file the Windows Server 2008 Xen installation will fail as outlined above.

ACPI support is enabled in the Xen domainU guest configuration file as follows:

# enable/disable HVM guest ACPI, default=0 (disabled)
acpi=1

Once the change has been made, the configuration file saved and the domainU guest restarted. The installation of the Windows Server 2008 system as a Xen HVM guest should proceed without any further problems:

Windows Server 2008 Installing as a Xen HVM Guest


Форум программистов Vingrad

Модераторы: ZeeLax, powerfox

Поиск:

 Vista и bochs 

   

Опции темы

student80
Дата 20.4.2008, 22:50 (ссылка)
| (нет голосов)
 Загрузка …

Абучю рускаму язаку

Профиль
Группа: Awaiting Authorisation
Сообщений: 504
Регистрация: 18.4.2006

Репутация: 1
Всего: 7

Поскольку не все виндовые программы идут в линуксе, решил я поставить висту в виртуальной машине bochs.
Всё подготовил. Стал устанавливать. Не устанавливается.
Образ загрузочной и установочной висты прописываю в bochs как CDROM.
Начинает виртуальная машина загружаться с CDROM, начинается процесс установки и выдает

Цитата
Windows failed to start.
Status: 0xc0000225
Info: Windows failed to load because the firmware (BIOS) is not ACPI compatible.

В интернете про такой случай мало что написано.
Нашел только совет на форуме bochs
1. последняя версия CVS или не менее 2.3.6
2. bochs собран с поддержкой ACPI
3. разрешен PCI в конфигурационном файле
4. используется последняя версия BIOS
И решил я проверять эти условия у себя.
1. cvs —version ==> 1.12.13
какая 2.3.6? если на сайте CVS и Debian нет ничего новее 1.12.13.
2. не знаю как в дебиане собран bochs, но запускается он без поддержки ACPI. это пишется в протоколе запуска bochs. как включить эту поддержку?
3. PCI включил
4. версия 2.3.6-2~bpo40+1. достаточно ли новая эта версия?

Как же боксу включить ACPI?

 
ZeeLax
Дата 21.4.2008, 04:33 (ссылка)
| (нет голосов)
 Загрузка …

Эксперт

Профиль
Группа: Модератор
Сообщений: 4388
Регистрация: 20.8.2006
Где: Алма-Ата

Репутация: 7
Всего: 88

А на сайте бокса ничего нет совсем из манов?

———————

Utility is when you have one telephone, luxury is when you have two, opulence is when you have three — and paradise is when you have none.
— Doug Larson

 
nickless
Дата 22.4.2008, 23:01 (ссылка)
| (нет голосов)
 Загрузка …

Гентозавр

Профиль
Группа: Участник Клуба
Сообщений: 2976
Регистрация: 29.8.2005
Где: Germany

Репутация: 18
Всего: 181

Цитата(student80 @  20.4.2008,  21:50 )
1. последняя версия CVS или не менее 2.3.6

«Последняя версия CVS» != «Последняя CVS-версия»
Тут имеется ввиду последняя версия bochs из их CVS репозитория.

Цитата(student80 @  20.4.2008,  21:50 )
как включить эту поддержку?

Если в стандартной сборке её нет — собрать самому как надо.

———————

Real men don’t use backups, they post their stuff on a public ftp server and let the rest of the world make copies
— Linus Torvalds

 
student80
Дата 4.5.2008, 14:06 (ссылка)
| (нет голосов)
 Загрузка …

Абучю рускаму язаку

Профиль
Группа: Awaiting Authorisation
Сообщений: 504
Регистрация: 18.4.2006

Репутация: 1
Всего: 7

а как проверить, включена ли ACPI в моей сборке?
может при запуске её указать как нужно?

 
MAKCim
Дата 4.5.2008, 20:47 (ссылка)
| (нет голосов)
 Загрузка …

Воін дZэна

Профиль
Группа: Экс. модератор
Сообщений: 5644
Регистрация: 10.12.2005
Где: Менск, РБ

Репутация: 3
Всего: 207

Цитата(student80 @  4.5.2008,  14:06 )
а как проверить, включена ли ACPI в моей сборке?
может при запуске её указать как нужно? 

Код

# ./configure --enable-acpi

———————

Ах, у елі, ах, у ёлкі, ах, у елі злыя волкі ©

 
student80
Дата 5.5.2008, 00:04 (ссылка)
| (нет голосов)
 Загрузка …

Абучю рускаму язаку

Профиль
Группа: Awaiting Authorisation
Сообщений: 504
Регистрация: 18.4.2006

Репутация: 1
Всего: 7

Цитата(MAKCim @ 4.5.2008,  20:47)
# ./configure —enable-acpi

а это куда вписывать?
если в консоли набирать, то command not found

 
nickless
Дата 5.5.2008, 00:19 (ссылка)
| (нет голосов)
 Загрузка …

Гентозавр

Профиль
Группа: Участник Клуба
Сообщений: 2976
Регистрация: 29.8.2005
Где: Germany

Репутация: 18
Всего: 181

Цитата(student80 @  4.5.2008,  13:06 )
а как проверить, включена ли ACPI в моей сборке?

Это сложно, разве что bochs сам пишет где-нибудь в —help, —version, или еще где-нибудь.

Цитата(student80 @  4.5.2008,  23:04 )
а это куда вписывать?

Это надо прописывать при сборке (см. README или INSTALL)

———————

Real men don’t use backups, they post their stuff on a public ftp server and let the rest of the world make copies
— Linus Torvalds

 
MAKCim
Дата 5.5.2008, 09:39 (ссылка)
| (нет голосов)
 Загрузка …

Воін дZэна

Профиль
Группа: Экс. модератор
Сообщений: 5644
Регистрация: 10.12.2005
Где: Менск, РБ

Репутация: 3
Всего: 207

Цитата(student80 @  5.5.2008,  00:04 )
а это куда вписывать?

при сборке bochs
или вы бинарный образ ставили?

———————

Ах, у елі, ах, у ёлкі, ах, у елі злыя волкі ©

 
student80
Дата 7.5.2008, 00:20 (ссылка)
| (нет голосов)
 Загрузка …

Абучю рускаму язаку

Профиль
Группа: Awaiting Authorisation
Сообщений: 504
Регистрация: 18.4.2006

Репутация: 1
Всего: 7

ставил бинарный. собирать самому пока знаний мало 
на работе у меня запускается с поддержкой ACPI, дома — без.
сейчас разбираюсь почему так.
версия bochs на работе 2.3-2etch1
версия дома 2.3.6-2~bpo40+1
может новая версия без этой поддержки?
если нужно, могу лог запуска приложить.

 
student80
Дата 7.5.2008, 08:41 (ссылка)
| (нет голосов)
 Загрузка …

Абучю рускаму язаку

Профиль
Группа: Awaiting Authorisation
Сообщений: 504
Регистрация: 18.4.2006

Репутация: 1
Всего: 7

вот попробовал такие варианты.
1. bochs 2.3.6-2~bpo40+1
лог запуска

Код

00000000000i[     ]   Build from CVS snapshot, on December 24, 2007
00000000000i[     ] System configuration
00000000000i[     ]   processors: 1 (cores=1, HT threads=1)
00000000000i[     ]   A20 line support: yes
00000000000i[     ]   APIC support: yes
00000000000i[     ] CPU configuration
00000000000i[     ]   level: 6
00000000000i[     ]   TLB enabled: yes
00000000000i[     ]   SMP support: no
00000000000i[     ]   FPU support: yes
00000000000i[     ]   MMX support: yes
00000000000i[     ]   SSE support: 4
00000000000i[     ]   CLFLUSH support: yes
00000000000i[     ]   VME support: yes
00000000000i[     ]   3dnow! support: yes
00000000000i[     ]   PAE support: yes
00000000000i[     ]   PGE support: yes
00000000000i[     ]   PSE support: yes
00000000000i[     ]   x86-64 support: yes
00000000000i[     ]   SEP support: yes
00000000000i[     ]   MWAIT support: no
00000000000i[     ] Optimization configuration
00000000000i[     ]   Guest2HostTLB support: yes
00000000000i[     ]   RepeatSpeedups support: yes
00000000000i[     ]   Icache support: yes
00000000000i[     ]   Trace cache support: yes
00000000000i[     ]   Fast function calls: yes
00000000000i[     ] Devices configuration
00000000000i[     ]   ACPI support: no
00000000000i[     ]   NE2000 support: yes
00000000000i[     ]   PCI support: yes
00000000000i[     ]   SB16 support: yes
00000000000i[     ]   USB support: yes
00000000000i[     ]   VGA extension support: vbe 
00000000000i[MEM0 ] allocated memory at 0xafa23008. after alignment, vector=0xafa24000
00000000000i[MEM0 ] 128,00MB
00000000000i[MEM0 ] rom at 0xfffe0000/131072 ('/usr/share/bochs/BIOS-qemu-latest')
00000000000i[MEM0 ] rom at 0xc0000/38400 ('/usr/share/vgabios/vgabios.bin')
00000000000i[APIC?] set APIC ID to 0
00000000000i[APIC0] 80686
00000000000i[APIC0] local apic in CPU apicid=00 initializing
00000000000i[     ] lt_dlhandle is 0x8e711c8
00000000000i[PLGIN] loaded plugin libbx_unmapped.la
00000000000i[     ] lt_dlhandle is 0x8e71690
00000000000i[PLGIN] loaded plugin libbx_biosdev.la
00000000000i[     ] lt_dlhandle is 0x8e71c90
00000000000i[PLGIN] loaded plugin libbx_cmos.la
00000000000i[     ] lt_dlhandle is 0x8e71de8
00000000000i[PLGIN] loaded plugin libbx_dma.la
00000000000i[     ] lt_dlhandle is 0x8e72338
00000000000i[PLGIN] loaded plugin libbx_pic.la
00000000000i[     ] lt_dlhandle is 0x8e72cf0
00000000000i[PLGIN] loaded plugin libbx_vga.la
00000000000i[     ] lt_dlhandle is 0x8e731d0
00000000000i[PLGIN] loaded plugin libbx_floppy.la
00000000000i[     ] lt_dlhandle is 0x8e73978
00000000000i[PLGIN] loaded plugin libbx_harddrv.la
00000000000i[     ] lt_dlhandle is 0x8e73b08
00000000000i[PLGIN] loaded plugin libbx_keyboard.la
00000000000i[     ] lt_dlhandle is 0x8e85c78
00000000000i[PLGIN] loaded plugin libbx_serial.la
00000000000i[     ] lt_dlhandle is 0x8e867a0
00000000000i[PLGIN] loaded plugin libbx_parallel.la
00000000000i[     ] lt_dlhandle is 0x8e86818
00000000000i[PLGIN] loaded plugin libbx_extfpuirq.la
00000000000i[     ] lt_dlhandle is 0x8e87188
00000000000i[PLGIN] loaded plugin libbx_gameport.la
00000000000i[     ] lt_dlhandle is 0x8e87688
00000000000i[PLGIN] loaded plugin libbx_speaker.la
00000000000i[     ] lt_dlhandle is 0x8e87b68
00000000000i[PLGIN] loaded plugin libbx_pci.la
00000000000i[     ] lt_dlhandle is 0x8e87cd8
00000000000i[PLGIN] loaded plugin libbx_pci2isa.la
00000000000i[     ] lt_dlhandle is 0x8e888a0
00000000000i[PLGIN] loaded plugin libbx_pci_ide.la
00000000000i[IOAP ] initializing I/O APIC
00000000000i[IOAP ] set APIC ID to 1
00000000000i[MEM0 ] Register memory access handlers: fec00000-fec00fff
00000000000i[CMOS ] Using local time for initial clock
00000000000i[CMOS ] Setting initial clock to: Wed May  7 00:34:37 2008 (time0=1210106077)
00000000000i[DMA  ] channel 4 used by cascade
00000000000i[DMA  ] channel 2 used by Floppy Drive
00000000000i[FDD  ] tried to open '/dev/fd0' read/write: No such device or address
00000000000i[FDD  ] tried to open '/dev/fd0' read only: No such device or address
00000000000i[     ] lt_dlhandle is 0x8e8acf8
00000000000i[PLGIN] loaded plugin libbx_sb16.la
00000000000i[PCI  ] 440FX Host bridge present at device 0, function 0
00000000000i[PCI  ] PIIX3 PCI-to-ISA bridge present at device 1, function 0
00000000000i[MEM0 ] Register memory access handlers: 000a0000-000bffff
00000000000p[XGUI ] >>PANIC<< bochs: cannot connect to X server 
00000000000i[CTRL ] quit_sim called with exit code 1

установка висты запускается и не устанавливается, говорит, что firmware (BIOS) is not ACPI compatible, собственно в логе так и написано

2. bochs 2.3-2etch1
лог запуска

Код

00000000000i[     ]   Build from CVS snapshot on August 27, 2006
00000000000i[     ] System configuration
00000000000i[     ]   processors: 1 (cores=1, HT threads=1)
00000000000i[     ]   A20 line support: yes
00000000000i[     ]   APIC support: yes
00000000000i[     ] CPU configuration
00000000000i[     ]   level: 6
00000000000i[     ]   paging support: yes, tlb enabled: yes
00000000000i[     ]   SMP support: no
00000000000i[     ]   FPU support: yes
00000000000i[     ]   MMX support: yes
00000000000i[     ]   SSE support: 4
00000000000i[     ]   v8086 mode support: yes
00000000000i[     ]   VME support: yes
00000000000i[     ]   3dnow! support: yes
00000000000i[     ]   PAE support: yes
00000000000i[     ]   PGE support: yes
00000000000i[     ]   PSE support: yes
00000000000i[     ]   x86-64 support: yes
00000000000i[     ]   SEP support: yes
00000000000i[     ] Optimization configuration
00000000000i[     ]   Guest2HostTLB support: yes
00000000000i[     ]   RepeatSpeedups support: yes
00000000000i[     ]   Icache support: yes
00000000000i[     ]   Host Asm support: yes
00000000000i[     ]   Fast function calls: yes
00000000000i[     ] Devices configuration
00000000000i[     ]   NE2000 support: yes
00000000000i[     ]   PCI support: yes
00000000000i[     ]   SB16 support: yes
00000000000i[     ]   USB support: yes
00000000000i[     ]   VGA extension support: vbe 
00000000000i[MEM0 ] allocated memory at 0xaf9eb008. after alignment, vector=0xaf9ec000
00000000000i[MEM0 ] 128,00MB
00000000000i[MEM0 ] rom at 0xf0000/65536 ('/usr/share/bochs/BIOS-bochs-latest')
00000000000i[MEM0 ] rom at 0xc0000/38400 ('/usr/share/vgabios/vgabios.bin')
00000000000i[APIC?] set APIC ID to 0
00000000000i[APIC0] 80686
00000000000i[APIC0] local apic in CPU apicid=00 initializing
00000000000i[     ] lt_dlhandle is 0x82e1128
00000000000i[PLGIN] loaded plugin libbx_unmapped.la
00000000000i[     ] lt_dlhandle is 0x82e15f0
00000000000i[PLGIN] loaded plugin libbx_biosdev.la
00000000000i[     ] lt_dlhandle is 0x82e1bf0
00000000000i[PLGIN] loaded plugin libbx_cmos.la
00000000000i[     ] lt_dlhandle is 0x82e1d48
00000000000i[PLGIN] loaded plugin libbx_dma.la
00000000000i[     ] lt_dlhandle is 0x82e2298
00000000000i[PLGIN] loaded plugin libbx_pic.la
00000000000i[     ] lt_dlhandle is 0x82e2c50
00000000000i[PLGIN] loaded plugin libbx_vga.la
00000000000i[     ] lt_dlhandle is 0x82e3130
00000000000i[PLGIN] loaded plugin libbx_floppy.la
00000000000i[     ] lt_dlhandle is 0x82e38d8
00000000000i[PLGIN] loaded plugin libbx_harddrv.la
00000000000i[     ] lt_dlhandle is 0x82e3a68
00000000000i[PLGIN] loaded plugin libbx_keyboard.la
00000000000i[     ] lt_dlhandle is 0x82f55a0
00000000000i[PLGIN] loaded plugin libbx_serial.la
00000000000i[     ] lt_dlhandle is 0x82f6668
00000000000i[PLGIN] loaded plugin libbx_parallel.la
00000000000i[     ] lt_dlhandle is 0x82f6788
00000000000i[PLGIN] loaded plugin libbx_extfpuirq.la
00000000000i[     ] lt_dlhandle is 0x82f6d78
00000000000i[PLGIN] loaded plugin libbx_gameport.la
00000000000i[     ] lt_dlhandle is 0x82f7588
00000000000i[PLGIN] loaded plugin libbx_speaker.la
00000000000i[     ] lt_dlhandle is 0x82f7a68
00000000000i[PLGIN] loaded plugin libbx_pci.la
00000000000i[     ] lt_dlhandle is 0x82f81b8
00000000000i[PLGIN] loaded plugin libbx_pci2isa.la
00000000000i[     ] lt_dlhandle is 0x82f8218
00000000000i[PLGIN] loaded plugin libbx_pci_ide.la
00000000000i[IOAP ] initializing I/O APIC
00000000000i[IOAP ] set APIC ID to 1
00000000000i[MEM0 ] Register memory access handlers: fec00000-fec00fff
00000000000i[CMOS ] Using local time for initial clock
00000000000i[CMOS ] Setting initial clock to: Tue May  6 10:55:30 2008 (time0=1210056930)
00000000000i[DMA  ] channel 4 used by cascade
00000000000i[DMA  ] channel 2 used by Floppy Drive
00000000000i[     ] lt_dlhandle is 0x82f9410
00000000000i[PLGIN] loaded plugin libbx_sb16.la
00000000000i[PCI  ] 440FX Host bridge present at device 0, function 0
00000000000i[PCI  ] PIIX3 PCI-to-ISA bridge present at device 1, function 0
00000000000i[MEM0 ] Register memory access handlers: 000a0000-000bffff
00000000000p[XGUI ] >>PANIC<< bochs: cannot connect to X server 
00000000000i[SYS  ] Last time is 1210056930
00000000000i[     ] restoring default signal behavior
00000000000i[CTRL ] quit_sim called with exit code 1

здесь про ACPI уже ничего не сказано.
установка WinXP запускается, но во время установки выдает ошибку, что не может установиться
установка висты говорит, что firmware (BIOS) is not ACPI compatible

 
MAKCim
Дата 7.5.2008, 13:26 (ссылка)
| (нет голосов)
 Загрузка …

Воін дZэна

Профиль
Группа: Экс. модератор
Сообщений: 5644
Регистрация: 10.12.2005
Где: Менск, РБ

Репутация: 3
Всего: 207

Цитата(student80 @  7.5.2008,  00:20 )
на работе у меня запускается с поддержкой ACPI, дома — без.

судя по логам и «firmware (BIOS) is not ACPI compatible» поддержки ACPI нет
советую скачать исходники для MSVC и собрать самому, включив ACPI
экстремальный вариант — подключить к bochs BIOS твоей системы

———————

Ах, у елі, ах, у ёлкі, ах, у елі злыя волкі ©

 
Правила форума «Linux/UNIX: Oбщие вопросы»

В этом форуме предпочтительны вопросы на следующие темы:

  • Конкретные вопросы о конкретном ПО. В таких вопросах желательно привести точные данные о программе: версия программы, версия ОС, версия ядра, и проблему в форме: сделал Х, хотел получить Y, а получил Z.
  • Неконкретные вопросы о выборе ПО
  • Обзоры — как дополнение в ветку Обзоры
  • Вы должны соблюдать правила форума.
  • Помните: какой вопрос, такой и ответ. Прежде чем задать вопрос прочитайте вот эту статью на форуме CIT.
  • Оскорблять запрещается.
  • Религиозные войны в Религиозных войнах.
  • Общение «просто так» в Клубе юнуксоидов. В отличие от многих других разделов, здесь разрешается сдержанно оффтопить и юморить в тему.

За интересные статьи, находки, решения, программы и просто реальную помощь будут ставиться + в репу).

В данный момент этот раздел модерируют nerezus, nickless, powerfox, pythonwin, Imple и ZeeLax. Если вы хотите помочь нам, пишите в ПМ и мы обсудим.


Спасибо. И use UNIX or die; С уважением, nerezus, nickless, powerfox, pythonwin, Imple, ZeeLax.

 

0 Пользователей читают эту тему (0 Гостей и 0 Скрытых Пользователей)
0 Пользователей:
« Предыдущая тема | Программное обеспечение под *NIX системы | Следующая тема »

  • Forum

  • Technical Support

  • Computer Help

  • Windows Vista

  • Vista Setup and Install

  • VISTA installation load failure — BIOS is not ACPI compatible


  1. VISTA installation load failure — BIOS is not ACPI compatible

    I am trying to install Windows Vista Beta 2 on one of my desktops running with Via motherboard. Every time I start the installation, just after installation environment gets loaded, I get an error message saying:

    “Windows failed to load because the firmware (BIOS) is not ACPI compatible
    Status: 0xc0000225”

    I don’t know why the error is saying about ACPI because I checked my MOBO’s specification and it has the ACPI support. Any idea what could be the problem and how can I get the installation completed? Many thanks.


  2. Hello Klums, thought your Mobo supports ACPI, but is it turned on? You need to enable the ACPI from BIOS. Do it and try again.


  3. Re: VISTA installation load failure — BIOS is not ACPI compatible

    Wow, you are great jean. That really helped. Actually the ACPI was turned off in BIOS. As you said, I enabled it from BIOS and installation went fine.

    Thank you.


Similar Threads

  1. Replies: 3

    Last Post: 11-01-2014, 10:21 AM

  2. Replies: 4

    Last Post: 12-02-2012, 12:10 PM

  3. Replies: 4

    Last Post: 31-07-2011, 07:23 AM

  4. Replies: 5

    Last Post: 12-04-2010, 05:52 PM

  5. Replies: 4

    Last Post: 09-11-2006, 05:17 AM

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  • BB code is On
  • Smilies are Off
  • [IMG] code is Off
  • [VIDEO] code is Off
  • HTML code is Off

Forum Rules

Log in

Search

  • Search titles only
Posted by Member:

Separate names with a comma.

Newer Than:
Not Older Than:
  • Search this thread only
  • Search this forum only
    • Display results as threads

Useful Searches

  • Recent Posts

More…

Windows 7 won’t install

Discussion in ‘Windows Virtual Machine’ started by yin_ko, Sep 9, 2009.

  1. yin_ko

    Junior Member

    Messages:
    10

    Here’s the message displaying when I try to upgrade from Xp sp3 to Win 7 : «Windows failed to load because the firmware(BIOS) is not ACPI compatible». Any idea of what happens ?


    yin_ko,
    Sep 9, 2009

    #1

  2. Bill Hall

    Member

    Messages:
    22

    Bump- Same Problem Here

    Can’t upgrade latest copy of Parallels 4 with WinXP to Windows 7. Error says I need to upgrade to ACPI Compatibility.

    Anyone?


    Bill Hall,
    Nov 16, 2009

    #2

(You must log in or sign up to reply here.)

Show Ignored Content

Share This Page

Your name or email address:
Do you already have an account?
  • No, create an account now.
  • Yes, my password is:
  • Forgot your password?

Stay logged in

Skip to content

Today I was trying to install Windows 7 x64 on new computer. Setup immediately stopped with the following screen:

Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
1. Insert your Windows installation disk and restart your computer.
2. Choose your language settings, and then click "Next."
3. Click "Repair your computer."

If you do not have this disk, contact your system administrator or computer manufacturer for assistance.

Status: 0xc0000225

Info: Windows failed to load because the firmware (BIOS) is not ACPI compatible.

I did a google search, and most posts were referring to ‘BIOS setting for APIC (Advanced Programmable Interrupt Controller) not being enabled’. However it does not helped much.

Solved this by enabling ACPI BIOS setting.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как обновить openjdk windows
  • Как добавить пользователя для подключения к удаленному рабочему столу windows 10
  • Путь к значкам windows
  • Windows 10 x64 original torrent
  • Planet of death windows