Comment 12 for bug 1814598

Revision history for this message
Cubic PPA (cubic-wizard) wrote :

Customized eset_sysrescue_live_enu files from Comment # 4

(https://bugs.launchpad.net/cubic/+bug/1814598/comments/4)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

grub.cfg

if loadfont /boot/grub/font.pf2; then
    insmod efi_gop
    insmod efi_uga
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
set default=0
set timeout=60

menuentry "Run ESET SysRescue" {
    linux /casper/vmlinuz boot=casper live-media=/dev/disk/by-label/eSysRescueLiveCD quiet splash
    initrd /casper/initrd.lz
}

menuentry "Boot from hard disk" {
    exit
}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

loopback.cfg

menuentry "Run ESET SysRescue" {
 linux /casper/vmlinuz boot=casper iso-scan/filename=${iso_path} quiet splash ---
 initrd /casper/initrd.gz
}
menuentry "Check disc for defects" {
 linux /casper/vmlinuz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash ---
 initrd /casper/initrd.gz
}
menuentry "Test memory" {
 linux16 /install/mt86plus
}