Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jstenmark/8af303d8bfaf1a6477dfab0d3a6956d7 to your computer and use it in GitHub Desktop.

Select an option

Save jstenmark/8af303d8bfaf1a6477dfab0d3a6956d7 to your computer and use it in GitHub Desktop.

Revisions

  1. @carlitoplatanito carlitoplatanito created this gist Dec 27, 2016.
    5 changes: 5 additions & 0 deletions Boot Into LiveCD from Grub
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    grub> ls
    # (hd0) (hd0,msdos5) (hd1) (hd1,msdos0)
    grub> linux (hd1,msdos1)/install/vmlinuz root=/dev/sdb1
    grub> initrd (hd1,msdos1)/install/initrd.gz
    grub> boot