Comment # 5 on bug 1192178 from
(In reply to Jos��� Iv���n L���pez Gonz���lez from comment #2)
> Reporter, could you please generate logs with save_y2logs and attach the
> result? Thanks!
> 
> https://en.opensuse.org/openSUSE:Report_a_YaST_bug#Attachments_-_y2logs.
> 2C_hwinfo_etc.

Sure. It's attached.

I make the test in a Virtualbox VM with one existing os and then re-install
openSUES. Steps below:

cd /boot/
curl -L
https://download.opensuse.org/tumbleweed/repo/oss/boot/x86_64/loader/linux
--output inst-linux
curl -L
https://download.opensuse.org/tumbleweed/repo/oss/boot/x86_64/loader/initrd
--output inst-initrd

nano /etc/grub.d/40_custom
menuentry "Install OpenSUSE" {
    set root='hd0,gpt2'
    linux /boot/inst-linux textmode=1 Keytable=german
install=https://download.opensuse.org/tumbleweed/repo/oss/
autoyast=http://192.168.56.7/autoinst.xml
    initrd /boot/inst-initrd
}

grub2-mkconfig -o /boot/grub2/grub.cfg
grub2-editenv - set saved_entry="Install OpenSUSE"
grub2-editenv list
reboot


You are receiving this mail because: