Bugzilla – Bug 948732
yast2-bootloader crashes with nontelling NilClass error
Last modified: 2018-01-25 12:20:45 UTC
Created attachment 650034 [details] /var/log/YaST2 tarred up With TW 20151002: 1. grub 0.97 was in MBR 2. rpm -e grub (grub2 rpm were installed already) 3. `yast2 bootloader` 4. it displays "Do Not Install Any Boot Loader", likely because that is what is in /etc/sysconfig/. 5. switching to "GRUB2": ┌──────────────────────────────────────────────────────────────────────────────┐ │Error │ │Internal error. Please report a bug report with logs. │ │Details: undefined method `[]' for nil:NilClass │ │Caller: /usr/share/YaST2/include/bootloader/grub2/misc.rb:123:in `grub_Locati│
jng-sfac:/etc/sysconfig # cat bootloader LOADER_TYPE="grub" DEFAULT_APPEND=" splash=silent quiet showopts" DEFAULT_VGA="" FAILSAFE_APPEND="showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe" FAILSAFE_VGA="" XEN_KERNEL_APPEND=" splash=silent quiet showopts" XEN_APPEND="" XEN_VGA="" jng-sfac:/etc/sysconfig # rpm -q grub2 grub2-2.02~beta2-47.1.x86_64
thanks for report. Already reported as bug#923458 *** This bug has been marked as a duplicate of bug 923458 ***
.