Skip to content

Instantly share code, notes, and snippets.

@wen-long
Created July 19, 2013 09:41
Show Gist options
  • Save wen-long/6037985 to your computer and use it in GitHub Desktop.
Save wen-long/6037985 to your computer and use it in GitHub Desktop.
title Archlinux iso
map /archlinux-2013.07.01-dual.iso (0xff)
map --hook
chainloader (0xff)
/dev/disk/by-label device did not show up
title Archlinux 2013.07.01 x86_64
root (hd0,0)
find --set-root /archlinux-2013.07.01-dual.iso
map --heads=0 --sectors-per-track=0 /archlinux-2013.07.01-dual.iso (0xff) || map --mem --heads=0 --sectors-per-track=0 /archlinux-2013.07.01-dual.iso (0xff)
map --hook
chainloader (0xff)
/dev/disk/by-label device did not show up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment