You are not logged in.
Hello dear Archlinux users,
I use Archlinux for some months now and wanted to create a new installation on an USB-Stick (Intenso Ultra Line).
I followed the standard installation procedure, created the partitions, including an efi partition, installed the system via pacstrap, chrooted into the new system and tried to install the bootloader.
However I seem not to be able to install the bootloader correctly. I tried Syslinux and Grub2.
While I dont have a clue what went wrong with Syslinux, I have some clues for Grub.
Here is my lsblk output (sda is archlinux, sdb is win 10, sdc is the USB stick):
[myusername@archrock ~]$ lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 vfat 8920-63AD /boot
├─sda2 swap swap eec73888-4b0e-487a-98f9-c9f96ae9e851 [SWAP]
├─sda3 ext4 root 102edc43-527f-4d0f-a549-9009a890cafd /
└─sda4 ext4 home a37f5e0a-14b2-4ab1-a0fe-6cceee982c3e /home
sdb
├─sdb1 ntfs Wiederherstellung 8690C7C090C7B4C9
├─sdb2 vfat A6C8-447C
├─sdb3
├─sdb4 ntfs 300EDC550EDC1626
└─sdb5 ntfs Volume A65AA33F5AA30ADF
sdc
├─sdc1 vfat USB-BOOT 4D3C-64D7 /mnt/boot
├─sdc2 swap usb-swap 3297cf19-e146-4ada-9529-859d0b29cb0e
└─sdc3 ext4 usb-arch 9747160a-2b3f-4828-bd0a-fe65c24b056c /mnt
the fstab for /mnt :
# /dev/sdc3 LABEL=usb-arch
UUID=9747160a-2b3f-4828-bd0a-fe65c24b056c / ext4 rw,relatime,data=ordered 0 1
# /dev/sdc1 LABEL=USB-BOOT
UUID=4D3C-64D7 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
# /dev/sdc2 LABEL=usb-swap
UUID=3297cf19-e146-4ada-9529-859d0b29cb0e none swap defaults,pri=-2 0 0
The output of sudo parted /dev/sdc print:
Model: Intenso Ultra Line (scsi)
Disk /dev/sdc: 15.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System boot, esp
2 538MB 1612MB 1074MB linux-swap(v1) Linux swap
3 1612MB 15.5GB 13.9GB ext4 Linux filesystem
Here is the bash history for the Syslinux install:
ls /sys/firmware/efi/efivars/
pacman -S syslinux efibootmgr
mkdir -p /boot/EFI/syslinux
cp -r /usr/lib/syslinux/efi64/* /boot/EFI/syslinux/
efibootmgr -c -d /dev/sdc -p 1 -l /EFI/syslinux/syslinux.efi -L "Syslinux"
nano /boot/EFI/syslinux/syslinux.cfg
I copied the configuration file from the wiki and used the UUID instead.
While efibootmgr shows a bootentry I am unable to see it in my PCs bootmenu.
[root@archrock /]# efibootmgr
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0000,0002
Boot0000* Windows Boot Manager
Boot0001* UEFI : SATA : PORT 6G 0 : SAMSUNG SSD 830 Series : PART 0 : OS Bootloader
Boot0002* Syslinux
(I deleted Syslinux and the bootentry manually before I moved to grub)
When I try to install grub it reports no errors. The complete log shows some suspicious lines, though.
[root@archrock /]# grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=archusb_grub --removable --recheck --verbose &> output
output (not all the 7700 lines, I have them locally saved, if needed):
Installing for x86_64-efi platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
grub-install: info: /dev/sdc1 is not present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdc is 30310400.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdc is 30310400.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: /dev/sdc1 is present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdc is 30310400.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdc is 30310400.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: /dev/sdc1 is present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdc is 30310400.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdc is 30310400.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdc is 30310400.
....
grub-install: info: cannot open `/usr/lib/grub/x86_64-efi/efiemu32.o': No such file or directory.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efiemu64.o' -> `/boot/grub/x86_64-efi/efiemu64.o'.
grub-install: info: cannot open `/usr/lib/grub/x86_64-efi/efiemu64.o': No such file or directory.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/moddep.lst' -> `/boot/grub/x86_64-efi/moddep.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/command.lst' -> `/boot/grub/x86_64-efi/command.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/fs.lst' -> `/boot/grub/x86_64-efi/fs.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/partmap.lst' -> `/boot/grub/x86_64-efi/partmap.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/parttool.lst' -> `/boot/grub/x86_64-efi/parttool.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video.lst' -> `/boot/grub/x86_64-efi/video.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/crypto.lst' -> `/boot/grub/x86_64-efi/crypto.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminal.lst' -> `/boot/grub/x86_64-efi/terminal.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/modinfo.sh' -> `/boot/grub/x86_64-efi/modinfo.sh'.
grub-install: info: copying `/usr/share/locale/as/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/as.mo'.
grub-install: info: cannot open `/usr/share/locale/as/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
grub-install: info: copying `/usr/share/locale/ur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur.mo'.
grub-install: info: cannot open `/usr/share/locale/ur/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ps/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ps.mo'.
grub-install: info: cannot open `/usr/share/locale/ps/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gd.mo'.
grub-install: info: cannot open `/usr/share/locale/gd/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/anp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/anp.mo'.
grub-install: info: cannot open `/usr/share/locale/anp/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/th/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th.mo'.
grub-install: info: cannot open `/usr/share/locale/th/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
grub-install: info: copying `/usr/share/locale/bal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bal.mo'.
grub-install: info: cannot open `/usr/share/locale/bal/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg.mo'.
grub-install: info: cannot open `/usr/share/locale/bg/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
grub-install: info: copying `/usr/share/locale/mr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr.mo'.
grub-install: info: cannot open `/usr/share/locale/mr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/my/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my.mo'.
grub-install: info: cannot open `/usr/share/locale/my/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/he/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he.mo'.
grub-install: info: cannot open `/usr/share/locale/he/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/et/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et.mo'.
grub-install: info: cannot open `/usr/share/locale/et/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@boldquot.mo'.
grub-install: info: cannot open `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'.
grub-install: info: cannot open `/usr/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca@valencia.mo'.
....
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_n.png' -> `/boot/grub/themes/starfield/terminal_box_n.png'.
grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
grub-install: info: /dev/sdc1 is present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdc is 30310400.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdc is 30310400.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
....
grub-install: info: adding 175 padding fixup entries.
grub-install: info: writing 1008 bytes of a fixup block starting at 0xc000.
grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/fat.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: kernel_img=0x1c24930, kernel_size=0x18c00.
grub-install: info: the core size is 0x1ca48.
grub-install: info: writing 0x1de00 bytes.
grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/boot/EFI/BOOT/BOOTX64.EFI'.
Installation finished. No error reported.
There seem to be some errors with the locales, but I doubt that this is the reason for the troubles.
I dont know what the importance of the first lines is, since it later finds the /dev/sdc1 partition.
In the end it reports no errors, but the grub efi binaries are not created, neither the /boot/EFI/grub folder and no boot entry is created (efibootmgr shows no additional entries).
A /boot/EFI/BOOT folder with an efi binary exists after the installation, also a /boot/grub folder with content.
I also tried to manually create a grub standalone efi binary, configuration file and bootentry, but the bootmenu is not able to start them. They are shown but nothing happens upon selection.
Last edited by saram-6197-kon (2016-09-05 22:27:47)
Offline
Does systemd-boot work?
A simple `bootctl install` should do it.
The .efi loader is copied to the removable loader loaction that should boot without an NVRAM entry.
You will have to make a configuration file of course but it is fairly simple:
https://wiki.archlinux.org/index.php/sy … figuration
Last edited by Head_on_a_Stick (2016-09-02 20:54:43)
Jin, Jîyan, Azadî
Offline
Thanks, that worked! Any idea what the problem with grub and syslinux is?
Offline
Any idea what the problem with grub and syslinux is?
Erm, no, sorry.
Do we consider this problem to be [SOLVED]?
Jin, Jîyan, Azadî
Offline
Okay thanks. I may try to figure it out on a later installation, but for now I marked it as solved.
Offline