Skip to content

Instantly share code, notes, and snippets.

@mckelvin
Created May 30, 2012 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mckelvin/2834803 to your computer and use it in GitHub Desktop.
Save mckelvin/2834803 to your computer and use it in GitHub Desktop.
引导archlinux iso
mkdir /win
mkdir -p /dev/disk/by-label
mount -r -t ntfs /dev/sda1 /win
modprobe loop
losetup /dev/loop6 /win/archlinux-2011.08.19-core-i686.iso
ln -s /dev/loop6 /dev/disk/by-label/ARCH_201108
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment