Guest User

Untitled

a guest
Jun 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. cat /boot/grub/menu.lst
  2. # Modified by YaST2. Last modification on Wed Feb 15 01:54:22 CET 2012
  3. # THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
  4. # 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
  5.  
  6. default 2
  7. timeout 8
  8. ##YaST - generic_mbr
  9. ##YaST - activate
  10.  
  11. ###Don't change this comment - YaST2 identifier: Original name: linux###
  12. title Desktop -- openSUSE 12.1 - 3.1.9-1.4
  13. root (hd0,1)
  14. kernel /vmlinuz-3.1.9-1.4-desktop root=/dev/disk/by-id/ata-MAXTOR_STM3320820A_9QF1FPLK-part4 resume=/dev/disk/by-id/ata-MAXTOR_STM3320820A_9QF1FPLK-part1 splash=silent quiet showopts vga=0x31a
  15. initrd /initrd-3.1.9-1.4-desktop
  16.  
  17. ###Don't change this comment - YaST2 identifier: Original name: failsafe###
  18. title Failsafe -- openSUSE 12.1 - 3.1.9-1.4
  19. root (hd0,1)
  20. kernel /vmlinuz-3.1.9-1.4-desktop root=/dev/disk/by-id/ata-MAXTOR_STM3320820A_9QF1FPLK-part4 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x31a
  21. initrd /initrd-3.1.9-1.4-desktop
  22.  
  23.  
  24. ###Don't change this comment - YaST2 identifier: Original name: linux###
  25. title openSUSE 12.1
  26. root (hd0,1)
  27. kernel /vmlinuz-3.1.0-1.2-default root=/dev/disk/by-id/ata-MAXTOR_STM3320820A_9QF1FPLK-part4 resume=/dev/disk/by-id/ata-MAXTOR_STM3320820A_9QF1FPLK-part1 splash=silent quiet showopts vga=0x31a
  28. initrd /initrd-3.1.0-1.2-default
  29.  
  30.  
  31. ###Don't change this comment - YaST2 identifier: Original name: Linux other 1 (/dev/sda3)###
  32. title Linux other 1 (/dev/sda3)
  33. root (hd0,2)
  34. kernel /boot/kernel root=/dev/hda3
  35.  
  36.  
  37. ###Don't change this comment - YaST2 identifier: Original name: windows 1###
  38. title windows 1
  39. map (hd1) (hd0)
  40. map (hd0) (hd1)
  41. rootnoverify (hd1,0)
  42. makeactive
  43. chainloader +1
  44.  
  45.  
  46. ###Don't change this comment - YaST2 identifier: Original name: windows 2###
  47. title windows 2
  48. map (hd2) (hd0)
  49. map (hd0) (hd2)
  50. rootnoverify (hd2,1)
  51. makeactive
  52. chainloader +1
  53.  
  54.  
  55. ###Don't change this comment - YaST2 identifier: Original name: floppy###
  56. title Floppy
  57. rootnoverify (fd0)
  58. chainloader +1
  59.  
  60.  
  61. ###Don't change this comment - YaST2 identifier: Original name: failsafe###
  62. title Failsafe -- openSUSE 12.1
  63. root (hd0,1)
  64. kernel /vmlinuz-3.1.0-1.2-default root=/dev/disk/by-id/ata-MAXTOR_STM3320820A_9QF1FPLK-part4 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x31a
  65. initrd /initrd-3.1.0-1.2-default
Add Comment
Please, Sign In to add comment