Bugzilla – Bug 1028881
boot loader problem on dual boot systems windows /tumbleweed
Last modified: 2018-02-01 05:15:35 UTC
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0 Build Identifier: Hello, since 2 weeks grub menu have not shown windows boot menu on dual boot system. That why I have set boot windows first. Meantime I cannot choose boot windows because under yast2 : it is not presented!!!!!!!!!!!!!! Reproducible: Always Steps to Reproduce: 1.boot the dual boot system 2.boot the dual boot system 3.boot the dual boot system Actual Results: cannot choose windows Expected Results: only tumbleweed is present On the other computer with windows/tumbleweed also
Created attachment 717053 [details] grub.cnf That my grub.cnf
Run as root START=$(data +%s) os-prober journalctl --since=@$START and attach full output.
Hello, windoes 10 disappeared again(from boot menu and yast2 boot-options # os-prober /dev/sda1:Windows 10:Windows:chain # journalctl --since=@$START Failed to parse timestamp: @ cat grub.cfg | grep windows no line of windows. Regards, Hans P.S. On this notebook I want to make my tax declaration with elster < get data form last tax declaration)
(In reply to Hans Greif from comment #3) > # journalctl --since=@$START > Failed to parse timestamp: @ > You forgot the very first command.
Hello, I have made #jurnalctl > joural.log:
But how to upload ?
I think there's a typo in comment#2. s/data/date/. The corrected one should be: START=$(date +%s) os-prober journalctl --since=@$START You should know how to upload the log using attachment, as you have successfully done that in comment#1 for grub.cnf ..
Actually, os-prober already returns Windows, so from this side it looks OK. If it missing in grub.cfg, may be for some reasons grub.d script does not run. Additional output of "grub2-mkconfig -o /boot/grub2/grub.cfg" and "ls -l /etc/grub.d" would be useful.
(In reply to Andrei Borzenkov from comment #8) > Actually, os-prober already returns Windows, so from this side it looks OK. > If it missing in grub.cfg, may be for some reasons grub.d script does not > run. Additional output of "grub2-mkconfig -o /boot/grub2/grub.cfg" and "ls > -l /etc/grub.d" would be useful. I've tried use that result in the grub scripts (/etc/grub.d/30_os-prober) and the Windows 10 entry was created, so it looks not likely a grub2 script problem either. (Then where's problem ?). But anyway lets wait feedback from Hans. Thanks. > ### BEGIN /etc/grub.d/30_os-prober ### > menuentry 'Windows 10 (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-/dev/sda1' { > insmod part_msdos > parttool ${root} hidden- > drivemap -s (hd0) ${root} > chainloader +1 > } > ### END /etc/grub.d/30_os-prober ###
Hello, on one computer Windows 10/opensuse-tumbleweed I have made #zypper update and now windows 10 shows it self as first boot windows 10. But now the normal updater does not function any more. Regards, Hans
(In reply to Hans Greif from comment #10) > and now windows 10 shows it self as first boot windows 10. It appears that the problem has been fixed somehow ? > But now the normal updater does not function any more. What is normal updater ? Thanks.
*** Bug 1028684 has been marked as a duplicate of this bug. ***
*** Bug 1072968 has been marked as a duplicate of this bug. ***
Dup of 1076779 *** This bug has been marked as a duplicate of bug 1076779 ***