Skip to content

Instantly share code, notes, and snippets.

@kramarama
Created March 21, 2014 20:06
Show Gist options
  • Save kramarama/9695221 to your computer and use it in GitHub Desktop.
Save kramarama/9695221 to your computer and use it in GitHub Desktop.
grub2 problems
set prefix=(hd0,1)/boot/grub2
insmod (hd0,1)/boot/grub2/i386-pc/linux.mod
set root=(hd0,1)
linux /vmlinuz-nrj-desktop root=/dev/sda2
initrd /initrd-nrj-desktop.img
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment