Hello,
I fixed the following issue:
https://forum.opsi.org/viewtopic.php?f=6&t=11534
https://forum.opsi.org/viewtopic.php?f=7&t=10728
When booting opsi-linux-bootimage from a USB drive, both parted and partprobe throw errors if the device's block size (almost always 512 Bytes) does not match the ...
Die Suche ergab 2 Treffer
- 09 Jan 2020, 16:35
- Forum: opsi development
- Thema: Patch for win10-x64
- Antworten: 1
- Zugriffe: 37436
- 09 Jan 2020, 16:09
- Forum: Bugs
- Thema: Installationsvorgang mit Boot-CD bricht ab
- Antworten: 7
- Zugriffe: 6289
Re: Installationsvorgang mit Boot-CD bricht ab
Ich bin heute auf das gleiche Problem gestoßen und habe es mit folgenden Änderungen an /var/lib/opsi/depot/win10-x64/setup.py gelöst:
937c937
< fdiskexitcode = os.system('parted %s print | grep "Partition Table: gpt" >> /dev/null 2>&1' % (aktdisk.device))
---
> fdiskexitcode = os.system('blkid -s ...
937c937
< fdiskexitcode = os.system('parted %s print | grep "Partition Table: gpt" >> /dev/null 2>&1' % (aktdisk.device))
---
> fdiskexitcode = os.system('blkid -s ...