Hello,
I am new to openSUSE (but not to Linux). I dual boot with Windows and I want grub to wait and **not **to automatically boot.
In Arch for example I did that by changing the GRUB timeout to -1, but I simply can’t do that in the configuration (it makes it 0 automatically).
I tried it there on my netbook. If you change YAST to 0 if just starts the default selection straight away. The way I could get it to work as you wanted was to manually edit the following file using your editor of choice.
/etc/default/grub
Change the time out value to -1 as you said before. Final line should look like this:
GRUB_TIMEOUT=-1
Then you need to run the following as root:
grub2-mkconfig -o /boot/grub2/grub.cfg
I don’t know if this will last if Grub gets updated but it is working at the moment for me. I guess there are some things YAST can’t do…
Meh, I hoped it could of been done without forcefully configuring it. Is there any way to modify YaST so it will be able to accept (-1)?
Is there any place to suggest such a thing? Like I said, I’m new to openSUSE and I wonder where could you actively participate and make suggestions/commits , if it is possible at all.
Am 31.03.2013 15:26, schrieb zelivans:
> Well of course I tried that, I wouldn’t post otherwise. It just
> skips the menu that way. I checked it several times to make sure
> actually.
>
Set it to a ridiculous large value for the moment and log a bug that
yast does not allow to set -1.
Or modify the grub2 configuration manually.
–
PC: oS 12.3 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.10.0 | GTX 650 Ti
ThinkPad E320: oS 12.3 x86_64 | i3@2.30GHz | 8GB | KDE 4.10.0 | HD 3000
HannsBook: oS 12.3 x86_64 | SU4100@1.3GHz | 2GB | KDE 4.10.0 | GMA4500
I have been looking into that myself but -1 or blank doesn’t appear to be an option. What I did manage to do in the mean time is screw up my theme somehow. lol!
> Is there any place to suggest such a thing? Like I said, I’m new to
> openSUSE and I wonder where could you actively participate and make
> suggestions/commits , if it is possible at all.
The place is bugzilla, but don’t raise your hopes a lot. Yast is getting
behind, bitrotting, as one developer said. There are few developers on
it. Yast has its own language (ycp) which means that any contributor has
to learn the language first.
There is a project to translate and move yast to ruby, which would make
contribution easier. I have no idea when this will actually happen (I
just heard of it this week).
Thanks for the information. For now, (https://bugzilla.novell.com/show_bug.cgi?id=812618), and as suggested I will just make a ridiculously long timeout (well, the maximum is 300 seconds, which also makes you wonder).
Hello, how long does it usually take the developers to find a solution for such an issue? I believe this can be fixed very easily (I could be wrong though). Even if not, how do I know if people are working on a solution? If someone saw my bug report?
This is a bit irrelevant to this specific thread but I am asking for general knowledge and understanding of the development and bug fixing process. Thank you.