[opensuse-factory] Has FailSafe or Safe Mode been removed permanently from 12.2?
Hello List Mates, I guess most of you have noticed that FailSafe or Safe-Mode has been replaced by Recovery Mode. Isn't Recovery Mode the same as Rescue? Recovery and Rescue boot to init 1. Is this because we are using Grub2? Can someone clarify the reason for the change? Cheers! Roman --------------------------------------------------------------- openSUSE -- Get it! Discover it! Share it! --------------------------------------------------------------- http://linuxcounter.net/ #179293 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, 05 Jul 2012 13:50:56 -0400, Roman Bysh <rbtc1@rogers.com> wrote:
Hello List Mates,
I guess most of you have noticed that FailSafe or Safe-Mode has been replaced by Recovery Mode.
Isn't Recovery Mode the same as Rescue? Recovery and Rescue boot to init
1. Is this because we are using Grub2?
Can someone clarify the reason for the change?
Cheers!
Roman --------------------------------------------------------------- openSUSE -- Get it! Discover it! Share it! --------------------------------------------------------------- http://linuxcounter.net/ #179293
Hello, Ive installed 12.2 beta 2 and it has a failsafe option in it. --Glenn # cat /boot/grub/menu.lst # Modified by YaST2. Last modification on Thu Jul 5 19:36:07 EST 2012 # THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader # For the new kernel it try to figure out old parameters. In case we are not able to recognize it (e.g. change of flavor or strange install order ) it it use as fallback installation parameters from /etc/sysconfig/bootloader default 0 timeout 8 gfxmenu (hd0,1)/boot/message ##YaST - activate terminal gfxterm ###Don't change this comment - YaST2 identifier: Original name: linux### title Desktop -- openSUSE 12.2 Beta 2 - 3.4.4-2.4 root (hd0,1) kernel /boot/vmlinuz-3.4.4-2.4-desktop root=/dev/disk/by-id/ata-CRUCIAL_CT64M225_P609410-MIBY-124A767-part2 video=1366x768 resume=/dev/disk/by-id/ata-CRUCIAL_CT64M225_P609410-MIBY-124A767-part4 splash=silent quiet showopts nomodeset init 3 vga=0x366 initrd /boot/initrd-3.4.4-2.4-desktop ###Don't change this comment - YaST2 identifier: Original name: failsafe### title Failsafe -- openSUSE 12.2 Beta 2 - 3.4.4-2.4 root (hd0,1) kernel /boot/vmlinuz-3.4.4-2.4-desktop root=/dev/disk/by-id/ata-CRUCIAL_CT64M225_P609410-MIBY-124A767-part2 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe initrd /boot/initrd-3.4.4-2.4-desktop ###Don't change this comment - YaST2 identifier: Original name: linux### title GNU GRUB 2 -- openSUSE 12.2 Beta 2 - GNU GRUB 2 kernel (hd0,1)/boot/grub2/core.img root=/dev/disk/by-id/ata-CRUCIAL_CT64M225_P609410-MIBY-124A767-part2 video=1366x768 resume=/dev/disk/by-id/ata-CRUCIAL_CT64M225_P609410-MIBY-124A767-part4 splash=silent quiet showopts ###Don't change this comment - YaST2 identifier: Original name: xen### title Xen -- openSUSE 12.2 Beta 2 - 3.4.4-2.4 root (hd0,1) kernel /boot/xen.gz module /boot/vmlinuz-3.4.4-2.4-xen root=/dev/disk/by-id/ata-CRUCIAL_CT64M225_P609410-MIBY-124A767-part2 video=1366x768 resume=/dev/disk/by-id/ata-CRUCIAL_CT64M225_P609410-MIBY-124A767-part4 splash=silent quiet showopts module /boot/initrd-3.4.4-2.4-xen ###Don't change this comment - YaST2 identifier: Original name: windows### title Windows rootnoverify (hd0,0) chainloader +1 ###Don't change this comment - YaST2 identifier: Original name: hard_disk### title Hard Disk rootnoverify (hd0) chainloader +1 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 06 Jul 2012 16:03:40 +1000 <doiggl@velocitynet.com.au> wrote:
On Thu, 05 Jul 2012 13:50:56 -0400, Roman Bysh <rbtc1@rogers.com> wrote:
Hello List Mates,
I guess most of you have noticed that FailSafe or Safe-Mode has been replaced by Recovery Mode.
Isn't Recovery Mode the same as Rescue? Recovery and Rescue boot to init
1. Is this because we are using Grub2?
Can someone clarify the reason for the change?
Cheers!
Roman --------------------------------------------------------------- openSUSE -- Get it! Discover it! Share it! --------------------------------------------------------------- http://linuxcounter.net/ #179293
Hello, Ive installed 12.2 beta 2 and it has a failsafe option in it. --Glenn
# cat /boot/grub/menu.lst
That's because it's GRUB, not GRUB2. Here is the equivalent section from GRUB2, showing the "recovery" section where "failsafe" should be. ### BEGIN /etc/grub.d/10_linux ### menuentry 'openSUSE, with Linux 3.4.2-1-desktop' --class opensuse --class gnu-linux --class gnu --class os { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdf,msdos3)' search --no-floppy --fs-uuid --set=root 869925e2-39e1-4657-a9b7-fcf317ae1e4a echo 'Loading Linux 3.4.2-1-desktop ...' linux /boot/vmlinuz-3.4.2-1-desktop root=UUID=869925e2-39e1-4657-a9b7-fcf317ae1e4a video=1920x1080 resume=/dev/disk/by-id/ata-Maxtor_6Y120M0_Y3K236RE-part5 splash=silent quiet showopts echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.4.2-1-desktop } menuentry 'openSUSE, with Linux 3.4.2-1-desktop (recovery mode)' --class opensuse --class gnu-linux --class gnu --class os { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdf,msdos3)' search --no-floppy --fs-uuid --set=root 869925e2-39e1-4657-a9b7-fcf317ae1e4a echo 'Loading Linux 3.4.2-1-desktop ...' linux /boot/vmlinuz-3.4.2-1-desktop root=UUID=869925e2-39e1-4657-a9b7-fcf317ae1e4a single echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.4.2-1-desktop } -- Graham Davis, Bracknell, Berks. openSUSE 12.2 B2 (64-bit); KDE 4.8.4; AMD Phenom II X2 550 Processor; Video: nVidia GeForce 210 (using nouveau driver); Sound: ATI SBx00 Azalia (Intel HDA); Wireless: BCM4306 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, Jul 05, 2012 at 01:50:56PM -0400, Roman Bysh wrote:
Hello List Mates,
I guess most of you have noticed that FailSafe or Safe-Mode has been replaced by Recovery Mode.
Isn't Recovery Mode the same as Rescue? Recovery and Rescue boot to init 1. Is this because we are using Grub2?
Yes. :( The crap is it didn't offer dedicated commandline settings for "recovery" mode. The only one it offered for recovery mode is "GRUB_CMDLINE_LINUX" which applies to regular boot entries as well. (You could check /etc/grub.d/10_linux) However we could invent one for this purpose, name it like GRUB_CMDLINE_LINUX_RECOVERY, if the patch could be accepted by grub2 maintainer, the work could continue in yast to set the failsafe commandlines. I'll try if I can make it. Thanks, Michael
Can someone clarify the reason for the change?
Cheers!
Roman --------------------------------------------------------------- openSUSE -- Get it! Discover it! Share it! --------------------------------------------------------------- http://linuxcounter.net/ #179293
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
2012/7/6 Michael Chang <mchang@suse.com>:
On Thu, Jul 05, 2012 at 01:50:56PM -0400, Roman Bysh wrote:
[snip]
However we could invent one for this purpose, name it like GRUB_CMDLINE_LINUX_RECOVERY, if the patch could be accepted by grub2 maintainer, the work could continue in yast to set the failsafe commandlines.
I'll try if I can make it.
I've SR the needed change to grub2, SRID 127259.
Thanks, Michael
Can someone clarify the reason for the change?
Cheers!
Roman --------------------------------------------------------------- openSUSE -- Get it! Discover it! Share it! --------------------------------------------------------------- http://linuxcounter.net/ #179293
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri 06 Jul 2012 05:15:13 AM EDT, Michael Chang wrote:
2012/7/6 Michael Chang <mchang@suse.com>:
On Thu, Jul 05, 2012 at 01:50:56PM -0400, Roman Bysh wrote:
[snip]
However we could invent one for this purpose, name it like GRUB_CMDLINE_LINUX_RECOVERY, if the patch could be accepted by grub2 maintainer, the work could continue in yast to set the failsafe commandlines.
I'll try if I can make it.
I've SR the needed change to grub2, SRID 127259.
Thanks, Michael
Can someone clarify the reason for the change?
Cheers!
Roman --------------------------------------------------------------- openSUSE -- Get it! Discover it! Share it! --------------------------------------------------------------- http://linuxcounter.net/ #179293
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Michael That's great. Thank you for all the hard work your doing. -- Cheers! Roman --------------------------------------------------------------- openSUSE -- Get it! Discover it! Share it! --------------------------------------------------------------- http://linuxcounter.net/ #179293 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
doiggl@velocitynet.com.au
-
Graham P Davis
-
Michael Chang
-
Roman Bysh