[opensuse-factory] no automagic reboot?
Hello, Is there any way to disable the automatic reboot at the end of installation? I know, I have ten seconds to cancel it, but it is quite boring to wait for it :-) If there isn't (and I could not find anything related on http://en.opensuse.org/linuxrc ), then I'll add a feature request for it. Background: I have a PPC machine, where the installer does not install a bootable kernel. Right now all I can do is to boot inst32, go through all of the linuxrc menus up to the point where I can start an installed OS. Then once installation is finished, then go to the command line and run: mkzimage --vmlinux /boot/vmlinux --initrd /boot/initrd --cmdline root=/dev/sdaX --output /boot/zImage (or just mkzimage --vmlinux /boot/vmlinux --initrd /boot/initrd --output /boot/zImage , as most users prefer to add boot parameters at firmware level, and it would also make scripting of it simpler). Of course, the ideal situation would be, if Olaf did not oppose this solution, and it was done automagically on each kernel install/upgrade. But until that I would like to do this before rebooting the machine and without needing to catch that 10 seconds, so going through linuxrc menus could be avoided and the real kernel could be used. BTW: this is especially problematic now, due to https://bugzilla.novell.com/show_bug.cgi?id=373569 Bye, CzP --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Am Donnerstag 27 März 2008 schrieb Peter Czanik:
Hello,
Is there any way to disable the automatic reboot at the end of installation? I know, I have ten seconds to cancel it, but it is quite boring to wait for it :-) If there isn't (and I could not find anything related on http://en.opensuse.org/linuxrc ), then I'll add a feature request for it.
Afaik: boot with startshell=1 and call yast from the started shell. Greetings, Stephan -- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Stephan Kulow napsal(a):
Am Donnerstag 27 März 2008 schrieb Peter Czanik:
Hello,
Is there any way to disable the automatic reboot at the end of installation? I know, I have ten seconds to cancel it, but it is quite boring to wait for it :-) If there isn't (and I could not find anything related on http://en.opensuse.org/linuxrc ), then I'll add a feature request for it.
Afaik: boot with startshell=1 and call yast from the started shell.
That's exactly what I wanted to write too, but I think that YaST calls `reboot` at the end of the first stage. I just wanted to check that first ;) L.
Hello, Lukas Ocilka írta:
Afaik: boot with startshell=1 and call yast from the started shell.
That's exactly what I wanted to write too, but I think that YaST calls `reboot` at the end of the first stage. I just wanted to check that first ;)
OK, we will know in about an hour from now :) Bye, CzP --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Stephan Kulow írta:
Am Donnerstag 27 März 2008 schrieb Peter Czanik:
Hello,
Is there any way to disable the automatic reboot at the end of installation? I know, I have ten seconds to cancel it, but it is quite boring to wait for it :-) If there isn't (and I could not find anything related on http://en.opensuse.org/linuxrc ), then I'll add a feature request for it.
Afaik: boot with startshell=1 and call yast from the started shell.
Tested and works, but still not an ideal solution, as /mnt (the installed system) is already umount-ed, one needs to remount it, run commands, etc. Also, the ideal goal is to be able to install the system without any additional boot arguments. As there are also other problems, I entered: https://bugzilla.novell.com/show_bug.cgi?id=376310 Bye, CzP --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Wed, 2 Apr 2008, Peter Czanik wrote:
Stephan Kulow írta:
Am Donnerstag 27 März 2008 schrieb Peter Czanik:
Hello,
Is there any way to disable the automatic reboot at the end of installation? I know, I have ten seconds to cancel it, but it is quite boring to wait for it :-) If there isn't (and I could not find anything related on http://en.opensuse.org/linuxrc ), then I'll add a feature request for it.
Afaik: boot with startshell=1 and call yast from the started shell.
Tested and works, but still not an ideal solution, as /mnt (the installed system) is already umount-ed, one needs to remount it, run commands, etc. Also, the ideal goal is to be able to install the system without any additional boot arguments. As there are also other problems, I entered: https://bugzilla.novell.com/show_bug.cgi?id=376310
Make a driver update (particularly section 3.1.4): ftp://ftp.suse.com/pub/people/hvogel/Update-Media-HOWTO/ Steffen --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Hello, Steffen Winterfeldt írta:
Tested and works, but still not an ideal solution, as /mnt (the installed system) is already umount-ed, one needs to remount it, run commands, etc. Also, the ideal goal is to be able to install the system without any additional boot arguments. As there are also other problems, I entered: https://bugzilla.novell.com/show_bug.cgi?id=376310
Make a driver update (particularly section 3.1.4):
ftp://ftp.suse.com/pub/people/hvogel/Update-Media-HOWTO/
OK, but that would mean, that Joe Average, the EFIKA/Pegasos user can't just download an openSUSE install CD by torrent or point his installer to download.opensuse.org/pub/opensuse/distribution/11.0/repo/oss/ but needs a repo created by me. The ultimate goal is to have an as easy install as on x86, without needing to read a long list of workarounds from somewhere. 10.2 on a recent Pegasos provided this experience (10.3 had an ugly problem with some 64bit packages), and would like to extend the SuSE experience to all Pegasos and EFIKA machines. Bye, CzP --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Steffen Winterfeldt írta:
Make a driver update (particularly section 3.1.4):
ftp://ftp.suse.com/pub/people/hvogel/Update-Media-HOWTO/
OK. Is https://bugzilla.novell.com/show_bug.cgi?id=393082 already fixed? And related question: are these command executed in the installer on chrooted to the installed system? Bye, CzP --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tue, May 27, 2008 at 2:52 PM, Peter Czanik <pczanik@fang.fa.gau.hu> wrote:
Steffen Winterfeldt írta:
ftp://ftp.suse.com/pub/people/hvogel/Update-Media-HOWTO/
Is this even supported now? That page talks about v9.0...... I would be interested in knowing if it's still relevant(or something similar). Thanx --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (5)
-
Larry Stotler
-
Lukas Ocilka
-
Peter Czanik
-
Steffen Winterfeldt
-
Stephan Kulow