Skip to content

Instantly share code, notes, and snippets.

@brianpow
Last active October 18, 2015 15:41
Show Gist options
  • Save brianpow/09385db4c05e3608f411 to your computer and use it in GitHub Desktop.
Save brianpow/09385db4c05e3608f411 to your computer and use it in GitHub Desktop.
grub4dos-avira-rescue-system
title Avira Antivir Rescue System
set avira_is=/iso/av/rescue-system.iso
set avira_co=file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=%avira_is% -- debian-installer/language=en console-setup/layoutcode=en
map %avira_is% (0xff) || map --mem %avira_is% (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz %avira_co%
initrd /casper/initrd.lz
title Avira Antivir Rescue System - ask VGA mode
set avira_is=/iso/av/rescue-system.iso
set avira_co=file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=%avira_is% -- debian-installer/language=en console-setup/layoutcode=en
map %avira_is% (0xff) || map --mem %avira_is% (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz vga=ask %avira_co%
initrd /casper/initrd.lz
title AVG Rescue Disk\n
set avg_iso=/iso/av/avg_arl_cdi_all_120_150814a10442.iso
find --set-root %avg_iso%
map %avg_iso% (hd32)
map --hook
chainloader (hd32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment