Comment # 5 on bug 1017677 from
(In reply to Richard Bos from comment #3)
> Jiri,
> 
> Is it possible to refer to the good openSUSE documentation on the web from
> the YaST 'bootloader' help window as I suggested in the previous comment?
> 
>  https://doc.opensuse.org/documentation/leap/reference/html/book.opensuse.
> reference/cha.grub2.html#sec.grub2.etc_grub_d
> 
> That would already be very helpful.
> 
> 
> 2) Is it possible to alter the 'boot code location' section to:
> 
> Boot Code Location / Boot from
> [ ] Root Partition
> [ ] Master Boot Record
> [ ] Custom Boot Partition
>    Partition [            ]
> 
> Currently it states for the first two 'Boot from', but that is valid for the
> custom partition too (my proposal above (and in the bug report)) makes the
> three options consistent.  
> 

I agree we should make this part more clean. In fact it is location where to
install grub2 stage1. So I am still fighting what is precise but user friendly
label.

> 
> 3) Root partition: is it possible to list the partition behind the text? 
> When it is e.g.just /dev/sdb6 that should be doable and makes immediately
> clear which partition is meant.

Well, it is possible, but problem is that we use udev names to prevent change
of kernel names, so often device is
/dev/disk/by-uuid/a47f29fe-de47-4976-bc54-4dfd30a0cb47 which is too long for
this part.

> 
> 
> 4) When to use which one:
> In case you can take care for the above mentioned items, I create another
> bug ticket to address this: see if the explanation on the web can explain
> 'when to select which of the three options':
>  
> https://doc.opensuse.org/documentation/leap/reference/html/book.opensuse.
> reference/cha.grub2.html#pro.sec.grub2.yast2.location

ok, in fact this section of documentation is wrong as it changed for Leap 42.2
and TW. Now MBR use disk MBR where "/boot" lives. so if "/boot" is on
/dev/sdb6, then it install grub2 to /dev/sdb.
Also boot from root is not default. Default proposal is very complex code that
consider partitioning setup. So currently default is pick between root/boot
partition and MBR depending on disk setup.

For help to user which option use when it is not so easy. In general if
opensuse is only system on disk, then MBR is always good option. If there are
more systems and that system can chainload ( almost majority of current OSes ),
then boot from partition is good idea unless it use specific partitioning
scenarios ( it is quite long list including encrypted partitions, RAIDs and
more. I will need more digging if you want exact list when what can be used).


You are receiving this mail because: