Linbo 4.0.15-0 Boot Schleife

Hallo @thomas,

ich habe ein Windows 10 Image für SATA und NVME PC. Dieses hat unter Linbo 4.0.8-0 einwandfrei funktioniert.

Wenn ich mit linbo 4.0.15-0 dieses Image nun auf die NVME PC ausrolle(formatiere+partitioniere vorher), so bootet Windows nicht, sondern es endet in einem Boot Loop.

Gehe ich zurück auf 4.0.8-0, formatiere, partitioniere, dann startet Windows einwandfrei.

Da muß es irgendwo eine Änderung gegeben haben.

Viele Grüße
Klaus

EDIT: Auf SATA PC startet Windows immer, auch mit 4.0.15-0, nur auf NVME nicht.

Hallo Klaus,

ich habe hier einen Virtualbox-nvme-Client (UEFI, Win10, Ubuntu) mit dem ich jedes Release teste: frische HD, partitioniert, formatiert, Win10 gesynct und gestartet. Was soll ich sagen? Läuft. :no_good_man:

[LINBO]
Server = 10.0.0.1
Group = multi-nvme
Cache = /dev/nvme0n1p4
RootTimeout = 600
AutoPartition = no
AutoFormat = no
AutoInitCache = no
DownloadType = torrent
BackgroundFontColor = white
ConsoleFontColorStdout = lightgreen
ConsoleFontColorStderr = orange
SystemType = efi64
KernelOptions = quiet splash
Locale = de-DE

[Partition]
Dev = /dev/nvme0n1p1
Label = EFI
Size = 200M
Id = ef
FSType = vfat
Bootable = yes

[Partition]
Dev = /dev/nvme0n1p2
Label = MSR
Size = 128M
Id = 0c01
FSType = 
Bootable = no

[Partition]
Dev = /dev/nvme0n1p3
Label = WINDOWS
Size = 50G
Id = 7
FSType = ntfs
Bootable = no

[Partition]
Dev = /dev/nvme0n1p4
Label = CACHE
Size = 40G
Id = 83
FSType = ext4
Bootable = no

[Partition]
Dev = /dev/nvme0n1p5
Label = UBUNTU
Size = 
Id = 83
FSType = ext4
Bootable = no

[OS]
Name = Windows 10
Version = 
Description = Windows 10 1903
IconName = win10.svg
Image = 
BaseImage = win10-efi.qcow2
Boot = /dev/nvme0n1p3
Root = /dev/nvme0n1p3
Kernel = auto
Initrd = 
Append = 
StartEnabled = yes
SyncEnabled = yes
NewEnabled = yes
Autostart = no
AutostartTimeout = 5
DefaultAction = sync
Hidden = yes

[OS]
Name = Ubuntu
Version = 
Description = Ubuntu 20.04
IconName = ubuntu.svg
Image = 
BaseImage = focal.qcow2
Boot = /dev/nvme0n1p5
Root = /dev/nvme0n1p5
Kernel = vmlinuz
Initrd = initrd.img
Append = ro splash
StartEnabled = yes
SyncEnabled = yes
NewEnabled = yes
Autostart = no
AutostartTimeout = 5
DefaultAction = sync
Hidden = yes

VG, Thomas

Ich habe jetzt auch nochmal alle commits seither durchgeschaut. Da gab es nichts entsprechendes.

VG, Thomas

BTW, läuft auch auf dem sata-Client.

[LINBO]
Server = 10.0.0.1
Group = multi-sda
Cache = /dev/sda4
RootTimeout = 600
AutoPartition = no
AutoFormat = no
AutoInitCache = no
DownloadType = torrent
BackgroundFontColor = white
ConsoleFontColorStdout = lightgreen
ConsoleFontColorStderr = orange
SystemType = efi64
KernelOptions = quiet splash
Locale = de-DE

[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 = 50G
Id = 7
FSType = ntfs
Bootable = no

[Partition]
Dev = /dev/sda4
Label = CACHE
Size = 40G
Id = 83
FSType = ext4
Bootable = no

[Partition]
Dev = /dev/sda5
Label = UBUNTU
Size = 
Id = 83
FSType = ext4
Bootable = no

[OS]
Name = Windows 10
Version = 
Description = Windows 10 1903
IconName = win10.svg
Image = 
BaseImage = win10-efi.qcow2
Boot = /dev/sda3
Root = /dev/sda3
Kernel = auto
Initrd = 
Append = 
StartEnabled = yes
SyncEnabled = yes
NewEnabled = yes
Autostart = no
AutostartTimeout = 5
DefaultAction = sync
Hidden = yes

[OS]
Name = Ubuntu
Version = 
Description = Ubuntu 20.04
IconName = ubuntu.svg
Image = 
BaseImage = focal.qcow2
Boot = /dev/sda5
Root = /dev/sda5
Kernel = vmlinuz
Initrd = initrd.img
Append = ro splash
StartEnabled = yes
SyncEnabled = yes
NewEnabled = yes
Autostart = no
AutostartTimeout = 5
DefaultAction = sync
Hidden = yes

VG, Thomas

Hallo @thomas

vielen Dank daß Du das verifiziert hast. Ich habe dann Deine start.conf genommen und hatte dasselbe Problem in Virtualbox.

Wie ich dann mit efibootmgr festgestellt habe, waren da noch Einträge von grub im Virtualbox UEFI- wohl von älteren Installationen. Als ich die gelöscht habe, funktionierte alles wieder.

Wie ich nun gesehen habe(efibootmgr), schreibt Linbo 4 gar keinen festen grub Eintrag mehr in das UEFI. Also zumindest nicht in Virtualbox.

Sorry für den Lärm hier…

Viele Grüße
Klaus

1 „Gefällt mir“