Default Boot Device Missing or Boot Failed - Windows 10
-
I used Multiple Disk a
-
@El_Pagrxn27 Whg to you use image type Multiple Disks??
I didn’t see this mentioned anywhere before.
-
@Sebastian-Roth @george1421 I used multiple partition - all disks because I wanted to copy all Partitions.
-
@El_Pagrxn27 Just to be clear your computer has multiple disks installed or you just picked that option just in case there are multiple disks?
-
@george1421 Yes, there are 2 Diskss installed. One SSD for the OS and one HDD.
-
@george1421
lsblk
on target computer: https://imgur.com/a/A9QC2r4 -
@El_Pagrxn27 Well your image is strange. I see 2 disks in the picture. One is physically larger (about 1TB) and the other is ~256GB. That is OK but what is strange is their partition tables are exactly the same. So the 1TB drive is only configured as having a 256GB size.
Also if we guess the 1TB drive is the HDD and hte 256GB drive is the SSD, they have their positions switched. /dev/sda is the 1TB drive and /dev/sdb is the 256GB drive. I can understand why it didn’t boot.
So the question I have is did you run the lsblk command on the target computer or the source computer?I see the answer, so can you run the same command on the source computer? Does the source computer report the disks in this order? -
@george1421 The SSD and HDD aren’t switched, or at least they are the same on the source computer. The source computer only has the SSD structured in different partitions, like it should be while the HDD isn’t partitioned. I now found a way to boot the image. after Capturing the image in “Multiple Partition Image - All Disks” i changed it to “Multiple Partition Image - Single Disk” bevore deploying it. The image is now bootable, but it deployed it onto the HDD. any way to force it to deploy it onto the SSD?
-
@El_Pagrxn27 Well when I say they are switched, inside FOS linux they are being reported as switched. According to FOS linux the first hard drive is the 1TB drive connected to /dev/sda and the SSD being connected to /dev/sdb. So the question is, is the linux kernel confused and randomly switching the order or if you look physically at the drive connection is the 1TB drive connected to the sata connector 0 and the SSD connected to sata connector 1?
The other question is on the source computer do they appear “switched” as they are on the target computer?
-
@george1421 The disks are indeed switched on the source computer, the same as on the target computer. I checked the discs on the target system physically, the SSD is connected to SATA 6 and the HDD is connected to SATA 5.
-
@El_Pagrxn27 said in Default Boot Device Missing or Boot Failed - Windows 10:
the SSD is connected to SATA 6 and the HDD is connected to SATA 5.
This is why linux is seeing them backwards. The lowest sata number will be /dev/sda.
So this means that all of these computers are setup this way?
What I still find strange if they are all setup that way is the target HDD has the same partition sizes as the SSD. Does lsblk show the same results on the source disk? I want to make sure something else isn’t going on here. I might understand about not not bootable part as long as the source and target disks are structured exactly alike.
-
@El_Pagrxn27 said in Default Boot Device Missing or Boot Failed - Windows 10:
The source computer only has the SSD structured in different partitions, like it should be while the HDD isn’t partitioned.
What i meant by that is the HDD is one single partition, with the correct size of 1TB. Like the target system, the HDD is /dev/sda. The SSD has 4 Partitions, where the image was created and windows was manually installed first. All the computers are set up like that.
Could this have something to do with the “Multiple partition image - all disks” option, so Fog images both of the drives? -
@El_Pagrxn27 I guess I’m doing a terrible job explaining what I see.
If we refer to the picture you provided. You see /dev/sda is exactly as you say the 1TB hard drive connected to sata5. Also you see that /dev/sdb is exactly as you say the 256GB drive. Now what I’m saying is the partition layout for both the 256GB and 1TB drive are exactly the same. So something happened here. I would expect /dev/sda3 to be ~900GB in size, not 256GB unless this is how its configured on the source computer. I would say the layout that is on /dev/sdb is a typical windows boot image format.
I’m suspecting some how the image for disk /dev/sdb was overwritten onto /dev/sda. This is why the target computer will not boot.
While I understand this is how your fleet of computers are currently setup, the configuration is a bit uncommon. The more common approach is that the boot/OS disk to be on /dev/sda (i.e. lowest sata port number) and the storage disk to be on some sata port number higher than /dev/sda (5 in this case). Now understand that it is possible to have the OS disk setup like you have it and work, but FOG may be making an assumption that you have a default design. I don’t know this bit yet. Right now I’m having a hard time understanding why both disks have exactly the same partition layout.