You are not logged in.

#1 2015-02-27 16:53:55

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

refind boot menu label

I have created a refind.conf manually:

timeout 3
scanfor manual
textonly true
textmode 1024

menuentry "ArchLinux" {
volume 71bd290b-d32a-4463-b4d7-99ee7c761af4
loader /boot/vmlinuz-linux
options "root=UUID=b61e88c7-153f-456b-9aac-421fc128b08a ipv6.disable=1 rw systemd.unit=graphical.target initrd=/boot/intel-ucode.img"
initrd /boot/initramfs-linux.img

submenuentry "Force fsck" {
add_options "fsck.mode=force"
}
}

menuentry "System Rescue CD" {
volume 71bd290b-d32a-4463-b4d7-99ee7c761af4
loader /boot/sysrcd/isolinux/rescue64
options "subdir=/boot/sysrcd setkmap=be docache video=HDMI-A-1:d radeon.audio=0"
initrd /boot/sysrcd/isolinux/initram.igz
}

All works fine exept that the menu entry say "Boot ArchLinux from 65 Gib FAT volume" and I want to have a menu entry that simply say "Archlinux". Is that possible? By the way Archlinux is on a ext4 volume, not FAT (refind has the driver to read it). Note that everything works fine except that cosmetic problem.

Last edited by olive (2015-02-27 16:54:20)

Offline

Board footer

Powered by FluxBB