Guest User

Untitled

a guest
Nov 5th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.73 KB | None | 0 0
  1. # Modified by YaST2. Last modification on Mon Nov  5 15:17:41 WET 2012
  2. # THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
  3. # 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
  4.  
  5. default 0
  6. timeout 8
  7. gfxmenu (hd0,5)/boot/message
  8. ##YaST - activate
  9.  
  10. ###Don't change this comment - YaST2 identifier: Original name: linux###
  11. title GNU GRUB 2 -- openSUSE 12.1 RC 1 - GNU GRUB 2
  12.     kernel (hd0,5)/boot/grub2/core.img root=/dev/disk/by-id/ata-WDC_WD6400BPVT-80HXZT1_WD-WXG1E51FWE12-part6 resume=/dev/disk/by-id/ata-WDC_WD6400BPVT-80HXZT1_WD-WXG1E51FWE12-part5 splash=silent quiet showopts vga=0x317
  13.  
  14. ###Don't change this comment - YaST2 identifier: Original name: linux###
  15. title Desktop -- openSUSE 12.1 RC 1 - 3.1.10-1.16
  16.     root (hd0,5)
  17.     kernel /boot/vmlinuz-3.1.10-1.16-desktop root=/dev/disk/by-id/ata-WDC_WD6400BPVT-80HXZT1_WD-WXG1E51FWE12-part6 resume=/dev/disk/by-id/ata-WDC_WD6400BPVT-80HXZT1_WD-WXG1E51FWE12-part5 splash=silent quiet showopts vga=0x317
  18.     initrd /boot/initrd-3.1.10-1.16-desktop
  19.  
  20. ###Don't change this comment - YaST2 identifier: Original name: failsafe###
  21. title Failsafe -- openSUSE 12.1 RC 1 - 3.1.10-1.16
  22.     root (hd0,5)
  23.     kernel /boot/vmlinuz-3.1.10-1.16-desktop root=/dev/disk/by-id/ata-WDC_WD6400BPVT-80HXZT1_WD-WXG1E51FWE12-part6 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x317
  24.     initrd /boot/initrd-3.1.10-1.16-desktop
  25.  
  26. ###Don't change this comment - YaST2 identifier: Original name: windows###
  27. title Windows
  28.     rootnoverify (hd0,1)
  29.     chainloader +1
Advertisement
Add Comment
Please, Sign In to add comment