Hallo,
ich habe eine funktionierende start.conf und möchte die Partitionsgrößen ändern. Die Änderungen werden aber nicht übernommen. Ich gehe folgendermaßen vor:
Nach der Änderung der Partitionsgrößen sieht die start.conf auf dem Server so aus:
[LINBO]
Server = 10.0.0.1
Group = win10_21H1
Cache = /dev/sda4
RootTimeout = 600
AutoPartition = no
AutoFormat = no
AutoInitCache = no
DownloadType = torrent
GuiDisabled = no
UseMinimalLayout = no
Locale = de-de
BackgroundColor = 394f5e
BackgroundFontColor = white
ConsoleFontColorStdout = lightgreen
ConsoleFontColorStderr = orange
SystemType = efi64
KernelOptions = quiet splash
[Partition]
Dev = /dev/sda1
Label = efi
Size = 200M
Id = ef
FSType = vfat
Bootable = yes
[Partition]
Dev = /dev/sda2
Label = msr
Size = 128M
Id = 0c01
FSType =
Bootable = no
[Partition]
Dev = /dev/sda3
Label = windows
Size = 75G
Id = 7
FSType = ntfs
Bootable = no
[Partition]
Dev = /dev/sda4
Label = cache
Size = 20G
Id = 83
FSType = ext4
Bootable = no
[Partition]
Label = data
Dev = /dev/sda5
Size =
Id = 7
FSType = ntfs
Bootable = no
[OS]
Name = Windows 10
Version = 21H1
Description = Windows 10 21H1
IconName = win10.svg
Image =
BaseImage = win10-21H1.cloop
Boot = /dev/sda3
Root = /dev/sda3
Kernel = auto
Initrd =
Append =
StartEnabled = yes
SyncEnabled = no
NewEnabled = yes
Autostart = no
AutostartTimeout = 5
DefaultAction = start
RestoreOpsiState = no
ForceOpsiSetup =
Hidden = yes
Vor der Änderung hatte /dev/sda3(ntfs) 50G und /dev/sda4(cache) 50G.
Danach linuxmuster-import-devices
.
Jetzt partitioniere ich den Client in Linbo. Die Partitionstabelle sieht erwartungsgemäß dann so aus:
~ # fdisk -l /dev/sda
Found valid GPT with protective MBR; using GPT
Disk /dev/sda: 251658240 sectors, 0
Logical sector size: 512
Disk identifier (GUID): d01e992a-1076-48a9-9b0e-58ce4092c429
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 251658206
Number Start (sector) End (sector) Size Code Name
1 2048 411647 200M 0700 EFI system partition
2 411648 673791 128M 0700 Microsoft reserved partition
3 673792 157960191 75.0G 0700 Basic data partition
4 157960192 199903231 20.0G 0700 cache
5 199903232 251656191 24.6G 0700 Basic data partition
Danach installiere ich Windows 10 in Linbo neu. Der PC bootet danach in Windows, allerdings sind die Partitionen wieder 50G/50G. Im Cache des Clients liegt aber die korrekte start.conf mit 75G/20G.
Wenn ich nochmals in Linbo bootet, sehe ich die Partitionstabelle, welche nicht mit der start.conf übereinstimmt.
~ # fdisk -l /dev/sda
Found valid GPT with protective MBR; using GPT
Disk /dev/sda: 251658240 sectors, 0
Logical sector size: 512
Disk identifier (GUID): 45ec3d84-9d29-47f7-a2eb-716a5b760b48
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 251658206
Number Start (sector) End (sector) Size Code Name
1 2048 411647 200M 0700 EFI system partition
2 411648 673791 128M 0700 Microsoft reserved partition
3 673792 105531391 50.0G 0700 Basic data partition
4 105531392 210388991 50.0G 0700 cache
5 210388992 251656191 19.6G 0700 Basic data partition
Wie kann ich also die Partitionsgrößen ändern? Ein Bug in Linbo?
Es gibt schon ähnliche Themen hier, bei denen ich nicht überschaue, ob diese gelöst sind, oder wie die Zusammenhänge sind:
Danke!
Viele Grüße
Klaus