Forked from carlitoplatanito/Boot Into LiveCD from Grub
Created
August 29, 2019 11:57
-
-
Save jstenmark/8af303d8bfaf1a6477dfab0d3a6956d7 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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