Skip to content

Instantly share code, notes, and snippets.

@chattama
Created August 8, 2012 07:19
Show Gist options
  • Save chattama/3293085 to your computer and use it in GitHub Desktop.
Save chattama/3293085 to your computer and use it in GitHub Desktop.
QEMU SystemRescueCd

QEMUでSystemRescueCdを起動

最初のメニューを飛ばして起動

  • standard 32bit kernel
  • "SystemRescueCd with a standard VGA console (no KMS)"
  • keymap=jp

ISOの中からisolinuxフォルダを取り出しておく

qemu-system-i386.exe -L Bios -bios bios.bin -m 512 -vga std -cdrom systemrescuecd-x86-2.8.1.iso -kernel isolinux/rescuecd -initrd isolinux/initram.igz -append "vga=768 scandelay=1 setkeymap=jp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment