https://bugzilla.novell.com/show_bug.cgi?id=834854 https://bugzilla.novell.com/show_bug.cgi?id=834854#c0 Summary: Install kernel parameters are lost in the installed system Classification: openSUSE Product: openSUSE Factory Version: 13.1 Milestone 4 Platform: x86-64 OS/Version: SUSE Other Status: NEW Severity: Major Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rsalevsky@suse.com QAContact: jsrain@suse.com CC: trenn@suse.com Found By: --- Blocker: --- Created an attachment (id=552614) --> (http://bugzilla.novell.com/attachment.cgi?id=552614) Yast2 Logs When I start the installation with some special kernel parameters then these are lost on the installed system. pxe boot parameters: label factory-install-auto-ssh kernel dist/factory/FACTORY/inst-source/boot/x86_64/loader/linux append vga=normal console=tty0 console=ttyS0,57600 install=ftp://10.121.0.100/dist/factory/FACTORY/inst-source autoyast=ftp://10.121.0.100/autoinst/pxe/factory.xml usessh=1 sshpassword=hammer23 kexec_reboot=1 initrd=dist/factory/FACTORY/inst-source/boot/x86_64/loader/initrd sysrq_always_enabled linemode=1 panic=100 ignore_loglevel unknown_nmi_panic insecure=1 dud=ftp://10.121.0.100/dud/perl-Bootloader.dud linuxrc.debug=1 grub2 boot parameters (after installation): menuentry 'openSUSE' --class 'opensuse' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e1ea4b21-e6af-4f75-a76d-40414b244b9a' { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5498087-7896-4eb7-bc08-def98aecb281 else search --no-floppy --fs-uuid --set=root c5498087-7896-4eb7-bc08-def98aecb281 fi echo 'Loading Linux 3.10.1-3.g0cd5432-default ...' linux /vmlinuz-3.10.1-3.g0cd5432-default root=UUID=e1ea4b21-e6af-4f75-a76d-40414b244b9a quiet splash=silent crashkernel=2G-:128M echo 'Loading initial ramdisk ...' initrd /initrd-3.10.1-3.g0cd5432-default } After installation boot parameters like sysrq_always_enabled or console=ttyS0,57600 are missing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.