Guest User

Untitled

a guest
Jul 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. timeout 300
  2. default 0
  3. color light-blue/blue black/light-grey
  4. splashimage=/boot/splash.xpm.gz
  5.  
  6. title Boot Arch Linux Live CD
  7. kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_OINGAE2I ramdisk_size=75%
  8. initrd /boot/archiso_pata.img
  9.  
  10. title Boot Arch Linux Live CD [Legacy IDE, no SATA]
  11. kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_OINGAE2I ramdisk_size=75%
  12. initrd /boot/archiso_ide.img
  13.  
  14.  
  15. title Tools...
  16. configfile /boot/grub/tools.lst
  17.  
  18. title Grub Settings...
  19. configfile /boot/grub/settings.lst
  20.  
  21. title View Help...
  22. configfile /boot/grub/help.lst
  23.  
  24. title More Options...
  25. configfile /boot/grub/more.lst
  26.  
  27. title Shutdown the Computer
  28. halt
  29.  
  30. title Reboot the Computer
  31. reboot
Add Comment
Please, Sign In to add comment