attachment:grub.cfg of MactelSupportTeam/EFI-Boot-Mactel


Attachment 'grub.cfg'

Download

Toggle line numbers
   1 timeout=20 
   2 default=0
   3 fallback=1
   4 set F1=ctrl-x
   5 set F2=ctrl-c
   6 # Made by shadowdude1794, based off of pxwpxw's original example
   7 # boot the first macosx found
   8 menuentry "MacOSX" {
   9 	search --set /usr/standalone/i386/boot.efi
  10 	chainloader /usr/standalone/i386/boot.efi
  11 }
  12 #
  13 # boots external GNU/Linux installation 
  14 # 
  15 menuentry "Boot external GNU/Linux with rEFIt CD" {
  16 	search --set  /vmlinuz
  17  linux  /vmlinuz root=/dev/sdb1  agp=off video=efifb acpi=force
  18  initrd  /initrd.img
  19 }
  20 #
  21 # boots external GNU/Linux installation 
  22 #
  23 menuentry "Boot external GNU/Linux" {
  24 	search --set  /vmlinuz
  25  linux  /vmlinuz root=/dev/sda1  agp=off video=efifb acpi=force
  26  initrd  /initrd.img
  27 }
  28 #
  29 # 
  30 #
  31 # appleloader boot internal CD drive 
  32 menuentry "Boot from CD" {
  33    appleloader CD
  34 }
  35 #
  36 # internal HD MBR
  37 menuentry "Boot from HD MBR" {
  38    appleloader HD
  39 }
  40 #
  41 ## Optional stuff
  42 #
  43 menuentry "Partition List" {
  44 	ls -l
  45 	sleep 5
  46 }
  47 #
  48 menuentry "REBOOT" {
  49 	reboot
  50 }
  51 #
  52 menuentry "set pager=1" {
  53 	set pager=1
  54 }
  55 ##

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2009-05-09 23:57:14, 0.6 KB) [[attachment:e820.patch]]
  • [get | view] (2009-03-24 06:42:19, 1.0 KB) [[attachment:grub.cfg]]
  • [get | view] (2009-07-30 11:14:01, 0.0 KB) [[attachment:grub.efi.gz]]
  • [get | view] (2009-07-30 05:16:12, 266.9 KB) [[attachment:grubfat.efi]]
  • [get | view] (2009-03-08 08:07:28, 61.1 KB) [[attachment:grubfiles.png]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.