Grub Boot from Command Line
- g
- Jun 5, 2017
- 1 min read

grub> set pager=1
grub> ls
grub> ls (hd0,1)/
grub> cat (hd0,1)/etc/issue
grub> set root=(hd0,1)
grub> linux /boot/vmlinuz-3.13.0-29-generic root=/dev/sda1
grub> initrd /boot/initrd.img-3.13.0-29-generic
grub> boot
留言