Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Config file for GRUB - The GNU GRand Unified Bootloader
- # /boot/grub/menu.lst
- # general configuration:
- timeout 5
- default 0
- color light-blue/black light-cyan/blue
- # boot sections follow
- # each is implicitly numbered from 0 in the order of appearance below
- #
- # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
- #
- #-*
- # (0) Arch Linux
- title Arch Linux
- root (hd0,0)
- kernel /vmlinuz-linux root=/dev/disk/by-uuid/c035d5b6-e871-45a1-ae5c-3848d71c2d90 loglevel=3 ro quiet splash resume=/dev/disk/by-uuid/d9d7caaf-1382-48f9-932b-0fb9fdb15771 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.semaphores=1 pcie_aspm=force ipv6.disable=1
- initrd /initramfs-linux.img
- # (1) Arch Linux fallback (useful if you change your hard disk/mainboard)
- title Arch Linux Fallback
- root (hd0,0)
- kernel /vmlinuz-linux root=/dev/disk/by-uuid/c035d5b6-e871-45a1-ae5c-3848d71c2d90 loglevel=3 ro quiet
- initrd /initramfs-linux-fallback.img
- # (2) Optional entry for the system on sda1
- #title sda1
- #rootnoverify (hd0,0)
- #makeactive
- #chainloader +1
Advertisement
Add Comment
Please, Sign In to add comment