Skip to content

Instantly share code, notes, and snippets.

@solusipse
Last active August 29, 2015 14:23
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 solusipse/d08192c680c3653f34ce to your computer and use it in GitHub Desktop.
Save solusipse/d08192c680c3653f34ce to your computer and use it in GitHub Desktop.
manual booting with grub
set root='(hd0,1)'
linux /boot/vmlinuz-linux root=/dev/sda1
initrd /boot/initramfs-linux.img
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment