Guest User

Untitled

a guest
Apr 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.84 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by /usr/sbin/burg-mkconfig using templates
  5. # from /etc/burg.d and settings from /etc/default/burg
  6. #
  7.  
  8. ### BEGIN /etc/burg.d/00_header ###
  9. set theme_name=ubuntu
  10. set gfxmode=1366x768
  11. if [ -s $prefix/burgenv ]; then
  12. load_env
  13. fi
  14. set default="0"
  15. if [ ${prev_saved_entry} ]; then
  16. set saved_entry=${prev_saved_entry}
  17. save_env saved_entry
  18. set prev_saved_entry=
  19. save_env prev_saved_entry
  20. set boot_once=true
  21. fi
  22.  
  23. function savedefault {
  24. if [ -z ${boot_once} ]; then
  25. saved_entry=${chosen}
  26. save_env saved_entry
  27. fi
  28. }
  29. function select_menu {
  30. if menu_popup -t template_popup theme_menu ; then
  31. free_config template_popup template_subitem menu class screen
  32. load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
  33. save_env theme_name
  34. menu_refresh
  35. fi
  36. }
  37. function toggle_fold {
  38. if test -z $theme_fold ; then
  39. set theme_fold=1
  40. else
  41. set theme_fold=
  42. fi
  43. save_env theme_fold
  44. menu_refresh
  45. }
  46. function select_resolution {
  47. if menu_popup -t template_popup resolution_menu ; then
  48. menu_reload_mode
  49. save_env gfxmode
  50. fi
  51. }
  52. if test -f ${prefix}/themes/${theme_name}/theme ; then
  53. insmod coreui
  54. menu_region.text
  55. load_string '+theme_menu { -arabic_and_freedom { command="set theme_name=arabic_and_freedom" }}'
  56. load_string '+theme_menu { -black_and_white { command="set theme_name=black_and_white" }}'
  57. load_string '+theme_menu { -burg { command="set theme_name=burg" }}'
  58. load_string '+theme_menu { -chiva { command="set theme_name=chiva" }}'
  59. load_string '+theme_menu { -coffee { command="set theme_name=coffee" }}'
  60. load_string '+theme_menu { -minimum { command="set theme_name=minimum" }}'
  61. load_string '+theme_menu { -proto { command="set theme_name=proto" }}'
  62. load_string '+theme_menu { -radiance { command="set theme_name=radiance" }}'
  63. load_string '+theme_menu { -radiancetext { command="set theme_name=radiancetext" }}'
  64. load_string '+theme_menu { -refit { command="set theme_name=refit" }}'
  65. load_string '+theme_menu { -sora { command="set theme_name=sora" }}'
  66. load_string '+theme_menu { -sora_clean { command="set theme_name=sora_clean" }}'
  67. load_string '+theme_menu { -sora_extended { command="set theme_name=sora_extended" }}'
  68. load_string '+theme_menu { -ubuntu { command="set theme_name=ubuntu" }}'
  69. load_string '+theme_menu { -ubuntu2 { command="set theme_name=ubuntu2" }}'
  70. load_string '+theme_menu { -ubuntucos { command="set theme_name=ubuntucos" }}'
  71. load_string '+theme_menu { -winter { command="set theme_name=winter" }}'
  72. load_config ${prefix}/themes/conf.d/10_hotkey
  73. load_config ${prefix}/themes/${theme_name}/theme ${prefix}/themes/custom/theme_${theme_name}
  74. insmod vbe
  75. insmod png
  76. insmod jpeg
  77. set gfxfont="Unifont Regular 16"
  78. menu_region.gfx
  79. vmenu resolution_menu
  80. controller.ext
  81. fi
  82. insmod ext2
  83. set root='(hd0,6)'
  84. search --no-floppy --fs-uuid --set 23d66e99-73d4-4bba-9469-237803fd7a94
  85. set locale_dir=($root)/boot/burg/locale
  86. set lang=en
  87. insmod gettext
  88. set timeout=5
  89. ### END /etc/burg.d/00_header ###
  90.  
  91. ### BEGIN /etc/burg.d/10_linux ###
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. ###########################################################################
  134. ### sda2 Windows ###
  135. ###########################################################################
  136.  
  137. menuentry "Windows 7 Ultimate SP1 x64" --class windows --class os {
  138. insmod ntfs
  139. set root='(hd0,2)'
  140. search --no-floppy --fs-uuid --set 5e1e80fe1e80d087
  141. chainloader +1
  142. }
  143.  
  144. ###########################################################################
  145. ### sda2 Windows ###
  146. ###########################################################################
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182. ###########################################################################
  183. ### sda1 MacOSX ###
  184. ###########################################################################
  185.  
  186. menuentry "Mac OS X SnowLeopard" --class macosx --class osx --class darwin --class os --group dev_sda1 {
  187. insmod part_msdos
  188. insmod hfsplus
  189. set root='(hd0,msdos1)'
  190. search --no-floppy --fs-uuid --set=root 00416d3c45b2961b
  191. chainloader +1
  192. }
  193.  
  194. menuentry "Mac OS X (64-bit) (on /dev/sda1)" --class macosx --class osx --class darwin --class os --group dev_sda1 {
  195. insmod part_msdos
  196. insmod hfsplus
  197. set root='(hd0,msdos1)'
  198. search --no-floppy --fs-uuid --set=root 00416d3c45b2961b
  199. load_video
  200. set do_resume=0
  201. if [ /var/vm/sleepimage -nt10 / ]; then
  202. if xnu_resume /var/vm/sleepimage; then
  203. set do_resume=1
  204. fi
  205. fi
  206. if [ $do_resume = 0 ]; then
  207. xnu_uuid 00416d3c45b2961b uuid
  208. if [ -f /Extra/DSDT.aml ]; then
  209. acpi -e /Extra/DSDT.aml
  210. fi
  211. xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid
  212. if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
  213. xnu_mkext /System/Library/Extensions.mkext
  214. else
  215. xnu_kextdir /System/Library/Extensions
  216. fi
  217. if [ -f /Extra/Extensions.mkext ]; then
  218. xnu_mkext /Extra/Extensions.mkext
  219. fi
  220. if [ -d /Extra/Extensions ]; then
  221. xnu_kextdir /Extra/Extensions
  222. fi
  223. if [ -f /Extra/devprop.bin ]; then
  224. xnu_devprop_load /Extra/devprop.bin
  225. fi
  226. if [ -f /Extra/splash.jpg ]; then
  227. insmod jpeg
  228. xnu_splash /Extra/splash.jpg
  229. fi
  230. if [ -f /Extra/splash.png ]; then
  231. insmod png
  232. xnu_splash /Extra/splash.png
  233. fi
  234. if [ -f /Extra/splash.tga ]; then
  235. insmod tga
  236. xnu_splash /Extra/splash.tga
  237. fi
  238. fi
  239. }
  240.  
  241. ###########################################################################
  242. ### sda1 MacOSX ###
  243. ###########################################################################
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291. ###########################################################################
  292. ### sda6 Ubuntu ###
  293. ###########################################################################
  294.  
  295. menuentry 'Ubuntu 11.10' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
  296. insmod ext2
  297. set root='(hd0,6)'
  298. search --no-floppy --fs-uuid --set 23d66e99-73d4-4bba-9469-237803fd7a94
  299. echo 'Loading Linux 3.0.0-12-generic-pae ...'
  300. linux /boot/vmlinuz-3.0.0-12-generic-pae root=UUID=23d66e99-73d4-4bba-9469-237803fd7a94 ro quiet splash vga=791
  301. echo 'Loading initial ramdisk ...'
  302. initrd /boot/initrd.img-3.0.0-12-generic-pae
  303. }
  304.  
  305.  
  306. menuentry 'Ubuntu GNU/Linux, with Linux 3.0.0-12-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
  307. insmod ext2
  308. set root='(hd0,6)'
  309. search --no-floppy --fs-uuid --set 23d66e99-73d4-4bba-9469-237803fd7a94
  310. echo 'Loading Linux 3.0.0-12-generic-pae ...'
  311. linux /boot/vmlinuz-3.0.0-12-generic-pae root=UUID=23d66e99-73d4-4bba-9469-237803fd7a94 ro quiet splash vga=791
  312. echo 'Loading initial ramdisk ...'
  313. initrd /boot/initrd.img-3.0.0-12-generic-pae
  314. }
  315.  
  316.  
  317. menuentry 'Ubuntu GNU/Linux, with Linux 3.0.0-12-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
  318. insmod ext2
  319. set root='(hd0,6)'
  320. search --no-floppy --fs-uuid --set 23d66e99-73d4-4bba-9469-237803fd7a94
  321. echo 'Loading Linux 3.0.0-12-generic-pae ...'
  322. linux /boot/vmlinuz-3.0.0-12-generic-pae root=UUID=23d66e99-73d4-4bba-9469-237803fd7a94 ro single
  323. echo 'Loading initial ramdisk ...'
  324. initrd /boot/initrd.img-3.0.0-12-generic-pae
  325. }
  326.  
  327.  
  328. menuentry 'Ubuntu GNU/Linux, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
  329. insmod ext2
  330. set root='(hd0,6)'
  331. search --no-floppy --fs-uuid --set 23d66e99-73d4-4bba-9469-237803fd7a94
  332. echo 'Loading Linux 3.0.0-12-generic ...'
  333. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=23d66e99-73d4-4bba-9469-237803fd7a94 ro quiet splash
  334. echo 'Loading initial ramdisk ...'
  335. initrd /boot/initrd.img-3.0.0-12-generic
  336. }
  337.  
  338.  
  339. menuentry 'Ubuntu GNU/Linux, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os --group group_main {
  340. insmod ext2
  341. set root='(hd0,6)'
  342. search --no-floppy --fs-uuid --set 23d66e99-73d4-4bba-9469-237803fd7a94
  343. echo 'Loading Linux 3.0.0-12-generic ...'
  344. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=23d66e99-73d4-4bba-9469-237803fd7a94 ro single
  345. echo 'Loading initial ramdisk ...'
  346. initrd /boot/initrd.img-3.0.0-12-generic
  347. }
  348.  
  349. ###########################################################################
  350. ### sda6 Ubuntu ###
  351. ###########################################################################
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390. ###########################################################################
  391. ### sda7 BackTrack ###
  392. ###########################################################################
  393.  
  394. menuentry "BackTrack 5 Revolution" --class redhat --class os --group group_/dev/sda7 {
  395. insmod ext2
  396. set root='(hd0,7)'
  397. search --no-floppy --fs-uuid --set 731bfce4-b26f-4b73-868d-4b10bc477650
  398. linux /boot/vmlinuz-2.6.38 root=UUID=731bfce4-b26f-4b73-868d-4b10bc477650 ro text splash nomodeset vga=791
  399. initrd /boot/initrd.img-2.6.38
  400. }
  401.  
  402.  
  403. menuentry "Ubuntu, with Linux 2.6.38 (on /dev/sda7)" --class redhat --class os --group group_/dev/sda7 {
  404. insmod ext2
  405. set root='(hd0,7)'
  406. search --no-floppy --fs-uuid --set 731bfce4-b26f-4b73-868d-4b10bc477650
  407. linux /boot/vmlinuz-2.6.38 root=UUID=731bfce4-b26f-4b73-868d-4b10bc477650 ro text splash nomodeset vga=791
  408. initrd /boot/initrd.img-2.6.38
  409. }
  410.  
  411.  
  412. menuentry "Ubuntu, with Linux 2.6.38 (recovery mode) (on /dev/sda7)" --class redhat --class os --group group_/dev/sda7 {
  413. insmod ext2
  414. set root='(hd0,7)'
  415. search --no-floppy --fs-uuid --set 731bfce4-b26f-4b73-868d-4b10bc477650
  416. linux /boot/vmlinuz-2.6.38 root=UUID=731bfce4-b26f-4b73-868d-4b10bc477650 ro single
  417. initrd /boot/initrd.img-2.6.38
  418. }
  419.  
  420. ###########################################################################
  421. ### sda7 BackTrack ###
  422. ###########################################################################
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459. ###########################################################################
  460. ### sda8 CentOS ###
  461. ###########################################################################
  462.  
  463. menuentry "CentOS Linux release 6.0" --class centos --class os --group group_/dev/sda8 {
  464. insmod ext2
  465. set root='(hd0,8)'
  466. search --no-floppy --fs-uuid --set 5c0bfa70-c04c-4a8d-aef1-c9f5f34926eb
  467. linux /boot/vmlinuz-2.6.32-71.el6.i686 root=/dev/sda8 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us crashkernel=auto rhgb quiet vga=791
  468. initrd /boot/initramfs-2.6.32-71.el6.i686.img
  469. }
  470.  
  471. ###########################################################################
  472. ### sda8 CentOS ###
  473. ###########################################################################
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510. ###########################################################################
  511. ### sda9 openSuse ###
  512. ###########################################################################
  513.  
  514. menuentry "openSUSE 12.1 (x86_64)" --class suse --class os --group group_/dev/sda9 {
  515. insmod ext2
  516. set root='(hd0,15)'
  517. search --no-floppy --fs-uuid --set 4f668448-9785-42d4-b7b6-af85cd72f7a2
  518. linux /boot/vmlinuz-3.1.0-1.2-desktop root=/dev/disk/by-id/ata-Hitachi_HTS545050B9A300_100802PBN40317EBMJ6E-part9 resume=/dev/disk/by-id/ata-Hitachi_HTS545050B9A300_100802PBN40317EBMJ6E-part5 splash=silent quiet showopts vga=0x317
  519. initrd /boot/initrd-3.1.0-1.2-desktop
  520. }
  521.  
  522.  
  523. menuentry "openSUSE 12.1 (x86_64) Desktop" --class suse --class os --group group_/dev/sda9 {
  524. insmod ext2
  525. set root='(hd0,15)'
  526. search --no-floppy --fs-uuid --set 4f668448-9785-42d4-b7b6-af85cd72f7a2
  527. linux /boot/vmlinuz root=/dev/sda9 splash=silent quiet showopts vga=791
  528. initrd /boot/initrd-3.1.0-1.2-desktop
  529. }
  530.  
  531.  
  532. menuentry "openSUSE 12.1 (x86_64) desktop Failsafe" --class suse --class os --group group_/dev/sda9 {
  533. insmod ext2
  534. set root='(hd0,15)'
  535. search --no-floppy --fs-uuid --set 4f668448-9785-42d4-b7b6-af85cd72f7a2
  536. linux /boot/vmlinuz root=/dev/sda9 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=791
  537. initrd /boot/initrd-3.1.0-1.2-desktop
  538. }
  539.  
  540. ###########################################################################
  541. ### sda9 openSuse ###
  542. ###########################################################################
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578. ###########################################################################
  579. ### sda10 Mageia ###
  580. ###########################################################################
  581.  
  582. menuentry "mageia 1" --class mandrake --class os --group group_/dev/sda10 {
  583. insmod ext2
  584. set root='(hd0,10)'
  585. search --no-floppy --fs-uuid --set 2389d9e3-0730-4746-8d3e-814354f3b7d2
  586. linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=2389d9e3-0730-4746-8d3e-814354f3b7d2 resume=UUID=c7f75690-7e69-410f-9081-8fbb76d5082e splash=silent vga=791
  587. initrd (hd0,10)/boot/initrd.img
  588. }
  589.  
  590.  
  591. menuentry "linux-nonfb (on /dev/sda10)" --class mandrake --class os --group group_/dev/sda10 {
  592. insmod ext2
  593. set root='(hd0,10)'
  594. search --no-floppy --fs-uuid --set 2389d9e3-0730-4746-8d3e-814354f3b7d2
  595. linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=2389d9e3-0730-4746-8d3e-814354f3b7d2 resume=UUID=c7f75690-7e69-410f-9081-8fbb76d5082e
  596. initrd (hd0,10)/boot/initrd.img
  597. }
  598.  
  599.  
  600. menuentry "failsafe (on /dev/sda10)" --class mandrake --class os --group group_/dev/sda10 {
  601. insmod ext2
  602. set root='(hd0,10)'
  603. search --no-floppy --fs-uuid --set 2389d9e3-0730-4746-8d3e-814354f3b7d2
  604. linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=2389d9e3-0730-4746-8d3e-814354f3b7d2 failsafe
  605. initrd (hd0,10)/boot/initrd.img
  606. }
  607.  
  608.  
  609. menuentry "2.6.38.7-server-1.mga (on /dev/sda10)" --class mandrake --class os --group group_/dev/sda10 {
  610. insmod ext2
  611. set root='(hd0,10)'
  612. search --no-floppy --fs-uuid --set 2389d9e3-0730-4746-8d3e-814354f3b7d2
  613. linux /boot/vmlinuz-2.6.38.7-server-1.mga BOOT_IMAGE=2.6.38.7-server-1.mga root=UUID=2389d9e3-0730-4746-8d3e-814354f3b7d2 resume=UUID=c7f75690-7e69-410f-9081-8fbb76d5082e splash=silent vga=788
  614. initrd (hd0,10)/boot/initrd-2.6.38.7-server-1.mga.img
  615. }
  616.  
  617.  
  618. menuentry "2.6.38.8-server-6.mga (on /dev/sda10)" --class mandrake --class os --group group_/dev/sda10 {
  619. insmod ext2
  620. set root='(hd0,10)'
  621. search --no-floppy --fs-uuid --set 2389d9e3-0730-4746-8d3e-814354f3b7d2
  622. linux /boot/vmlinuz-2.6.38.8-server-6.mga BOOT_IMAGE=2.6.38.8-server-6.mga root=UUID=2389d9e3-0730-4746-8d3e-814354f3b7d2 resume=UUID=c7f75690-7e69-410f-9081-8fbb76d5082e splash=silent vga=788
  623. initrd (hd0,10)/boot/initrd-2.6.38.8-server-6.mga.img
  624. }
  625.  
  626. ###########################################################################
  627. ### sda10 Mageia ###
  628. ###########################################################################
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665. ###########################################################################
  666. ### sda11 chakra ###
  667. ###########################################################################
  668.  
  669. menuentry "chakra" --class puppy --class os --group group_/dev/sda11 {
  670. load_video
  671. set gfxpayload=keep
  672. insmod part_msdos
  673. insmod ext2
  674. set root='(hd0,msdos11)'
  675. search --no-floppy --fs-uuid --set=root eb9d6556-cbe6-4166-b190-24faffb513ff
  676. echo 'Loading Linux vmlinuz ...'
  677. linux /boot/vmlinuz-linux root=UUID=eb9d6556-cbe6-4166-b190-24faffb513ff ro quiet vga=791
  678. echo 'Loading initial ramdisk ...'
  679. initrd /boot/initramfs-linux.img
  680. }
  681.  
  682. ###########################################################################
  683. ### sda11 chakra ###
  684. ###########################################################################
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723. ###########################################################################
  724. ### sda12 Mint ###
  725. ###########################################################################
  726.  
  727. menuentry "Linux Mint 12 Lisa" --class linuxmint --class os --group group_/dev/sda12 {
  728. recordfail
  729. set gfxpayload=$linux_gfx_mode
  730. insmod gzio
  731. insmod part_msdos
  732. insmod ext2
  733. set root='(hd0,msdos12)'
  734. search --no-floppy --fs-uuid --set=root 21cc137e-16db-4cd6-97f0-75f0ceef5968
  735. linux /boot/vmlinuz-3.0.0-13-generic-pae root=UUID=21cc137e-16db-4cd6-97f0-75f0ceef5968 ro quiet splash vt.handoff=7
  736. initrd /boot/initrd.img-3.0.0-13-generic-pae
  737. }
  738.  
  739. ###########################################################################
  740. ### sda12 Mint ###
  741. ###########################################################################
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779. ###########################################################################
  780. ### sda13 Sabayon ###
  781. ###########################################################################
  782.  
  783. menuentry "Sabayon GNU/Linux 7" --class sabayon --class os --group group_/dev/sda13 {
  784. insmod part_msdos
  785. insmod ext2
  786. set root='(hd0,msdos13)'
  787. search --no-floppy --fs-uuid --set=root e0fea1de-d0a2-42e7-abab-9660a6d42f1c
  788. linux /boot/kernel-genkernel-x86-3.0.0-sabayon ro init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet dokeymap keymap=us domdadm resume=swap:/dev/sda5 real_resume=swap:/dev/sda5 root=/dev/sda13
  789. initrd /boot/initramfs-genkernel-x86-3.0.0-sabayon
  790. }
  791.  
  792. menuentry "Sabayon GNU/Linux, with Linux x86-3.0.0-sabayon (on /dev/sda13)" --class sabayon --class os --group group_/dev/sda13 {
  793. insmod ext2
  794. set root='(hd0,13)'
  795. search --no-floppy --fs-uuid --set e0fea1de-d0a2-42e7-abab-9660a6d42f1c
  796. linux /boot/kernel-genkernel-x86-3.0.0-sabayon ro root=/dev/ram0 ramdisk=8192 real_root=/dev/md0 dolvm init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet resume=swap:/dev/sda2 real_resume=swap:/dev/sda2
  797. initrd /boot/initramfs-genkernel-x86-3.0.0-sabayon
  798. }
  799.  
  800. menuentry "Sabayon GNU/Linux, with Linux x86-3.0.0-sabayon (recovery mode) (on /dev/sda13)" --class sabayon --class os --group group_/dev/sda13 {
  801. insmod ext2
  802. set root='(hd0,msdos13)'
  803. search --no-floppy --fs-uuid --set e0fea1de-d0a2-42e7-abab-9660a6d42f1c
  804. linux /boot/kernel-genkernel-x86-3.0.0-sabayon ro single init_opts=single root=/dev/ram0 ramdisk=8192 real_root=/dev/md0 dolvm init=/linuxrc splash=verbose,theme:sabayon vga=791 console=tty1 quiet resume=swap:/dev/sda2 real_resume=swap:/dev/sda2
  805. initrd /boot/initramfs-genkernel-x86-3.0.0-sabayon
  806. }
  807.  
  808. ###########################################################################
  809. ### sda13 Sabayon ###
  810. ###########################################################################
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849. ###########################################################################
  850. ### sda14 Slackware ###
  851. ###########################################################################
  852.  
  853. menuentry "Slackware Linux 13.37.0" --class slackware --class os --group group_/dev/sda14 {
  854. set root='(hd0,14)'
  855. linux /boot/vmlinuz root=/dev/sda14 ro vga=791
  856. }
  857.  
  858. menuentry "Slackware Linux 13.37.0 huge" --class slackware --class os --group group_/dev/sda14 {
  859. insmod ext2
  860. set root='(hd0,14)'
  861. search --no-floppy --fs-uuid --set d591f489-89bd-4899-8269-4c2f585aa3e0
  862. linux /boot/vmlinuz-huge-2.6.37.6 root=/dev/sda14 vga=791
  863. }
  864.  
  865. ###########################################################################
  866. ### sda14 Slackware ###
  867. ###########################################################################
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904. ###########################################################################
  905. ### sda15 Fedora ###
  906. ###########################################################################
  907.  
  908. menuentry "Fedora release 16 (Verne)" --class fedora --class os --group group_/dev/sda15 {
  909. load_video
  910. set gfxpayload=keep
  911. insmod gzio
  912. insmod part_msdos
  913. insmod ext2
  914. set root='(hd0,msdos15)'
  915. search --no-floppy --fs-uuid --set=root bea71150-719b-4575-8757-170764d5d9d7
  916. echo 'Loading Linux 3.1.0-7.fc16.x86_64 ...'
  917. linux /boot/vmlinuz-3.1.0-7.fc16.x86_64 root=UUID=bea71150-719b-4575-8757-170764d5d9d7 ro rd.md=0 rd.lvm=0 rd.dm=0 KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=en_US.UTF-8
  918. echo 'Loading initial ramdisk ...'
  919. initrd /boot/initramfs-3.1.0-7.fc16.x86_64.img
  920. }
  921.  
  922.  
  923. menuentry "Fedora Linux, with Linux 3.1.0-7.fc16.x86_64 (recovery mode)" --class fedora --class os --group group_/dev/sda15 {
  924. load_video
  925. set gfxpayload=keep
  926. insmod gzio
  927. insmod part_msdos
  928. insmod ext2
  929. set root='(hd0,msdos15)'
  930. search --no-floppy --fs-uuid --set=root 9c534dc7-f445-4d0e-bab6-9581fcba20c2
  931. echo 'Loading Linux 3.1.0-7.fc16.x86_64 ...'
  932. linux /boot/vmlinuz-3.1.0-7.fc16.x86_64 root=UUID=9c534dc7-f445-4d0e-bab6-9581fcba20c2 ro single rd.md=0 rd.lvm=0 rd.dm=0 KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=en_US.UTF-8
  933. echo 'Loading initial ramdisk ...'
  934. initrd /boot/initramfs-3.1.0-7.fc16.x86_64.img
  935. }
  936.  
  937. ###########################################################################
  938. ### sda15 Fedora ###
  939. ###########################################################################
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976. ###########################################################################
  977. ### sda16 crunchbang ###
  978. ###########################################################################
  979.  
  980. menuentry 'CrunchBang 10 Statler' --class debian --class debian --class gnu --class os --group group_/dev/sda16 {
  981. insmod part_msdos
  982. insmod ext2
  983. set root='(hd0,msdos16)'
  984. search --no-floppy --fs-uuid --set db705a8b-4c8a-4be4-b1c0-1ad0ebd2af0c
  985. echo 'Loading Linux 2.6.32-5-686 ...'
  986. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=db705a8b-4c8a-4be4-b1c0-1ad0ebd2af0c ro quiet splash vga=791
  987. echo 'Loading initial ramdisk ...'
  988. initrd /boot/initrd.img-2.6.32-5-686
  989. }
  990.  
  991.  
  992. menuentry 'CrunchBang Linux, with Linux 2.6.32-5-686 (recovery mode)' --class debian --class debian --class gnu --class os --group group_/dev/sda16 {
  993. insmod part_msdos
  994. insmod ext2
  995. set root='(hd0,msdos16)'
  996. search --no-floppy --fs-uuid --set db705a8b-4c8a-4be4-b1c0-1ad0ebd2af0c
  997. echo 'Loading Linux 2.6.32-5-686 ...'
  998. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=db705a8b-4c8a-4be4-b1c0-1ad0ebd2af0c ro single
  999. echo 'Loading initial ramdisk ...'
  1000. initrd /boot/initrd.img-2.6.32-5-686
  1001. }
  1002.  
  1003. ###########################################################################
  1004. ### sda16 crunchbang ###
  1005. ###########################################################################
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043. ###########################################################################
  1044. ### sda17 arch ###
  1045. ###########################################################################
  1046.  
  1047. menuentry "arch" --class arch --class os --group group_/dev/sda17 {
  1048. load_video
  1049. set gfxpayload=keep
  1050. insmod part_msdos
  1051. insmod ext2
  1052. set root='(hd0,msdos17)'
  1053. search --no-floppy --fs-uuid --set=root bf77b467-df93-4314-a22e-91a6c550dc63
  1054. echo 'Loading Linux vmlinuz26-lts ...'
  1055. linux /boot/vmlinuz-linux root=UUID=bf77b467-df93-4314-a22e-91a6c550dc63 ro quiet vga=791
  1056. echo 'Loading initial ramdisk ...'
  1057. initrd /boot/initramfs-linux.img
  1058. }
  1059.  
  1060. menuentry "arch kernel26-lts" --class arch --class os --group group_/dev/sda17 {
  1061. load_video
  1062. set gfxpayload=keep
  1063. insmod part_msdos
  1064. insmod ext2
  1065. set root='(hd0,msdos17)'
  1066. search --no-floppy --fs-uuid --set=root bf77b467-df93-4314-a22e-91a6c550dc63
  1067. echo 'Loading Linux vmlinuz26-lts ...'
  1068. linux /boot/vmlinuz26-lts root=UUID=bf77b467-df93-4314-a22e-91a6c550dc63 ro quiet vga=791
  1069. echo 'Loading initial ramdisk ...'
  1070. initrd /boot/kernel26-lts.img
  1071. }
  1072.  
  1073. ###########################################################################
  1074. ### sda17 arch ###
  1075. ###########################################################################
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081. #menuentry "Fedora-16-x86_64-DVD.iso" --class windows --class os {
  1082. # insmod ntfs
  1083. # set root='(hd0,3)'
  1084. # search --no-floppy --fs-uuid --set 3E967F55967F0D21
  1085. # loopback loop /virtuals/OS/Linux/Fedora-16-x86_64-DVD.iso
  1086. # linux (loop)/isolinux/vmlinuz iso-scan/filename=/Fedora-16-x86_64-DVD.iso
  1087. # initrd (loop)/isolinux/initrd.img
  1088. #}
  1089.  
  1090.  
  1091. menuentry "PC-BSD 9.0-RC1 x64" --class freebsd --class os {
  1092. insmod ntfs
  1093. set root='(hd0,3)'
  1094. search --no-floppy --fs-uuid --set 3E967F55967F0D21
  1095. loopback loop /virtuals/OS/Unix/PCBSD9.0-RC1-x64-DVD.iso
  1096. chainloader +1
  1097. }
Add Comment
Please, Sign In to add comment