Skip to content

Instantly share code, notes, and snippets.

@carlitoplatanito
Created December 27, 2016 13:52
Show Gist options
  • Save carlitoplatanito/3849d2f83a29b8aeb9b1c79557390bcc to your computer and use it in GitHub Desktop.
Save carlitoplatanito/3849d2f83a29b8aeb9b1c79557390bcc to your computer and use it in GitHub Desktop.
Boot into a LiveCD from Grub when bootable CD or USB is broken on old PC
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment