Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- grub.cfg
- if loadfont /font.pf2 ; then
- set gfxmode=640x480
- insmod efi_gop
- insmod efi_uga
- insmod video_bochs
- insmod video_cirrus
- insmod gfxterm
- insmod jpeg
- insmod png
- terminal_output gfxterm
- fi
- background_image /boot/grub/splash.png
- set menu_color_normal=white/black
- set menu_color_highlight=dark-gray/white
- set timeout=6
- menuentry "devuan-live (amd64)" {
- set gfxpayload=keep
- linux /live/vmlinuz boot=live username=devuan apparmor=0
- initrd /live/initrd.img
- }
- menuentry "Other language" {
- set gfxpayload=keep
- linux /live/vmlinuz boot=live username=devuan apparmor=0 locales=it_IT.UTF-8 keyboard-layouts=it
- initrd /live/initrd.img
- }
- menuentry "devuan-live (load to RAM)" {
- set gfxpayload=keep
- linux /live/vmlinuz boot=live username=devuan toram apparmor=0
- initrd /live/initrd.img
- }
- menuentry "devuan-live (failsafe)" {
- set gfxpayload=keep
- linux /live/vmlinuz boot=live username=devuan noapic noapm nodma nomce nolapic nosmp vga=normal apparmor=0
- initrd /live/initrd.img
- }
- menuentry "Persistence" {
- set gfxpayload=keep
- linux /live/vmlinuz boot=live hostname=linux quiet splash components noautomount persistence
- initrd /live/initrd.img
- }
- menuentry "devuan-persistence" {
- set gfxpayload=keep
- linux /live/vmlinuz boot=live persistence username=devuan noapic noapm nodma nomce nolapic nosmp vga=normal apparmor=0
- initrd /live/initrd.img
- }
- menuentry "Memory test" {
- linux16 /live/memtest86+.bin
- }
- isolinux.cfg
- ui vesamenu.c32
- prompt 0
- menu title devuan-live boot menu
- timeout 70
- menu background /isolinux/splash.png
- menu color title * #FFFFFFFF *
- menu color border * #00000000 #00000000 none
- menu color sel * #ffffff #1E4E6E *
- menu color hotsel 1;7;37;40 #DCDDDE #1E4E6E *
- menu color tabmsg * #DCDDDE #00000000 *
- menu color cmdline 0 #DCDDDE #00000000
- menu color help 37;40 #ffdddd00 #00000000 none
- menu vshift 9
- menu rows 12
- #menu helpmsgrow 15
- #menu cmdlinerow 25
- menu timeoutrow 16
- menu tabmsgrow 14
- menu tabmsg Press ENTER to boot or TAB to edit a menu entry
- label live
- menu label devuan-live (amd64)
- menu default
- linux /live/vmlinuz
- append initrd=/live/initrd.img boot=live username=devuan apparmor=0
- label lang
- menu label Other language (TAB to edit)
- linux /live/vmlinuz
- append initrd=/live/initrd.img boot=live username=devuan apparmor=0 locales=it_IT.UTF-8 keyboard-layouts=it
- label toram
- menu label devuan-live (amd64) (load to RAM)
- linux /live/vmlinuz
- append initrd=/live/initrd.img boot=live username=devuan toram apparmor=0
- label failsafe
- menu label devuan-live (amd64) (failsafe)
- kernel /live/vmlinuz noapic noapm nodma nomce nolapic nosmp nomodeset vga=normal username=devuan apparmor=0
- append initrd=/live/initrd.img boot=live
- label persistence
- menu label persistence
- linux /live/vmlinuz boot=live persistence hostname=linux quiet splash components noautomount
- initrd /live/initrd.img
- }
- label devuan-persistence
- menu label devuan-persistence
- linux /live/vmlinuz boot=live persistence username=devuan noapic noapm nodma nomce nolapic nosmp vga=normal apparmor=0
- initrd /live/initrd.img
- label memtest
- menu label Memory test
- kernel /live/memtest
- endtext
Advertisement
Add Comment
Please, Sign In to add comment