Windows11 Image lässt sich nicht erstellen / hochladen

Hallo Sucher,

… ja, du kannst die linbo Partition später von jedem LiveLinux aus erstellen.

Microsoft hat sich ja, wie es scheint, mal wieder selbst übertroffen mit den Partitionierungskapriolen bei 24H2.
… hätten wir uns eigenelich denken können, dass das kommt, weil sie mehrere Jahre keine neupartitionierungen beim upgrade mehr gemacht hatten … haben sie sich wohl aufbewahrt um uns zu überraschen.

Ich will das aber gerne verstehen, deswegen gebe ich das in meinen Worten mal wieder und du kannst das korrigieren:
die start.conf.win10-efi hat folgende Partitionierung:

  1. efi 200MB
  2. msr 1?? MB
  3. Windows ? Gigabyte
  4. cache

und windows will das?

  1. efi 200MB
  2. msr 1?? MB
  3. Windows ? Gigabyte
  4. recoverypartition mit winre.exe drin 100MB
  5. cache
    ?

Und wenn du die start.conf schon apaßt, dass sie so aussieht?

# efi system partition 1
# microsoft reserved partition 2
# operating system on partition 3
# cache on partition 4
# data on partition 5

[LINBO]                             # global section
Server = 10.16.1.1                   # linbo server ip address
Group = group                       # name of the hardware group
# IMPORTANT: server and group will be automatically set during device import!
Cache = /dev/sda5                   # cache partition
RootTimeout = 600                   # logout from admin console after 600 secs
AutoPartition = no                  # no partition repair during LINBO startup
AutoFormat = no                     # no formatting of all partitions during LINBO startup
AutoInitCache = no                  # no initial cache setup during LINBO startup
DownloadType = torrent              # image download method (torrent|multicast|rsync)
GuiDisabled = no                    # disable gui <yes|no>
UseMinimalLayout = no               # gui layout style <yes|no>
Locale = de-de                      # gui locale <de-de|en-gb|fr-fr|es-es>
SystemType = efi64                  # possible values: bios|bios64|efi32|efi64 (default: bios)
KernelOptions = quiet splash        # linbo kernel options, space separated
#KernelOptions = acpi=noirq irqpoll # linbo kernel options example for use with acpi problems
#KernelOptions = server=10.0.0.5    # different pxe server ip, (needs device import to be activated)

[Partition]          # efi system partition
Dev = /dev/sda1      # device name of the partition
Label = efi          # partition label
Size = 200M          # partition size 200M, will use kiB if no unit (M, G or T) is set
Id = ef              # partition id (ef = efi)
FSType = vfat        # filesystem vfat
Bootable = yes       # set bootable flag yes

[Partition]          # microsoft reserved partition
Dev = /dev/sda2      # device name of the partition
Label = msr          # partition label
Size = 128M          # partition size 128M
Id = 0c01            # partition id (0c01 = msr)
FSType =             # no filesystem
Bootable = no        # set bootable flag no

[Partition]          # partition section (operating system)
Dev = /dev/sda3      # device name of the partition
Label = windows      # partition label
Size = 50G           # partition size 50G
Id = 7               # partition id (7 = ntfs)
FSType = ntfs        # filesystem ntfs
Bootable = no        # set bootable flag no

[Partition]          # NEUE WINDOWS RECOVERYPARTITION
Dev = /dev/sda4      # device name of the partition
Label = winre          # partition label
Size = 1G         # 
Id = 0c01            # keine Ahnung, welche ID
FSType =             # no filesystem
Bootable = no        # set bootable flag no

[Partition]          # partition section (cache)
Dev = /dev/sda5      # device name of the partition
Label = cache        # partition label
Size = 50G           # partition size 50G
Id = 83              # partition id (83 = linux)
FSType = ext4        # filesystem ext4
Bootable = no        # set bootable flag no

[OS]                          # os section
Name = Windows 10             # os name
Version =                     # version (not used)
Description = Windows 10 1903 # detailed description of os
IconName = win10.svg          # icon filename in /srv/linbo/icons
BaseImage = win10.qcow2       # filename of main image (extension .qcow2)
Boot = /dev/sda3              # boot partition (not used, identical with root partition)
Root = /dev/sda3              # root partition of the os
Kernel = auto                 # auto for windows
Initrd =                      # empty for windows
Append =                      # empty for windows
StartEnabled = yes            # show start button
SyncEnabled = yes             # show sync+start button
NewEnabled = yes              # show new+start button
Autostart = no                # automatic start of os (yes|no)
AutostartTimeout = 5          # timeout in secs for user to cancel automatic start
DefaultAction = sync          # default action on automatic start: start|sync|new
Hidden = yes                  # hide os tab (unused option, leave it at yes)

man beachte, dass ich ganz Oben die Cachpartitionszeile angepaßt habe von /dev/sda4 auf /dev/sda5

Außerdem hab ich die Datenpartition weggelassen: ich verstehe nicht, warum man die Tischplatte jeden Tag putzt und dann eine Schublade drunter mit allem Ramsch und Dreck haben sollte … ich hab keien Schublade.

Installiert sich Windows da rein?

LG
Holger