Advertisement
adilima

boot tiny core from grub2

Jan 12th, 2015
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. set default=0
  2. set timeout=1
  3.  
  4. insmod efi_gop
  5. insmod efi_uga
  6.  
  7. menuentry "TinyCore Linux x86" {
  8. linux /efi/boot/vmlinuz cde desktop=flwm
  9. initrd /efi/boot/core.gz
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement