The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
INACCESSIBLE_BOOT_DEVICE
2015-09-30, 13:22
Post: #1
INACCESSIBLE_BOOT_DEVICE
INACCESSIBLE_BOOT_DEVICE after the first reboot win7/8/10

There is a home network with tp-link a router, the server on base дебиан
Described below actions were done on the i5 computer with realtek Gb by the adapter on old intell atom netbook
The task - will arrive Barebone intell pentium based TVBOX soon, I want to load it on ISCSI
I created on debian server (10.1.1.2) iSCSI disk
iqn.2014-09.HomeServer:storage

Option 1.
I connected ISCSI a disk to personal computer Windows, with the help of UltraISO Windows 7/8/10 on this disk unpacked an image and the BOOTICEx64 program prescribed it MBR
On the site https://rom-o-matic.eu/I made an USB image with a script

#!ipxe
dhcp
set netX/gateway 10.1.1.2
sanboot iscsi:10.1.1.2::::iqn.2015-09.HomeServer:storage

Installation when asked to choose language and keyboard layout went, pressed Shift+F10, further in the opened window gathered Drvload x:\drvlan.inf (a way to drivers of the network interface card).
Then I wrote Wpeutil InitializeNetwork.
Then the installer saw a disk and copying of files began
After the first reset Windows thinks 3 minutes and stops with a mistake INACCESSIBLE_BOOT_DEVICE

Option 2.
I downloaded Windows Assessment and Deployment Toolkit (ADK) for win 7/8/10, I pulled out from it WinPE, I put it on http://10.1.1.2, also there I put the last wimboot
I created USB with a script

#!ipxe
dhcp
set netX/gateway 10.1.1.2
chain http://10.1.1.2/boot.ipxe

----boot.ipxe----
#!ipxe
set netX/gateway 10.1.1.2
sanhook iscsi:10.1.1.2::::iqn.2015-09.HomeServer:storage
kernel wimboot
initrd amd64/media/Boot/BCD BCD
initrd amd64/media/Boot/boot.sdi boot.sdi
initrd amd64/media/sources/boot.wim boot.wim
boot

WinPE was loaded, I try to give command
net use \\10.1.1.2\install - error, though the network is also passes a ping
I unpacked iso image Windows on USB, connected to winPE and wrote
cd g:
setup.exe

Installation, but after the first loading again went INACCESSIBLE_BOOT_DEVICE

I tried such to do on two PC about Windows 7/8/10 - the result is identical

Where I make a mistake?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
INACCESSIBLE_BOOT_DEVICE - jia - 2015-09-30 13:22



User(s) browsing this thread: 1 Guest(s)