OpenSuse boot from Grub
grub>
- ls (List devices or files. With no arguments, print all devices known to GRUB.)
- set root=(hd0,gpt2)
- ls (hd0,gpt2)/@/boot
- linux /@/boot/vmlinuz-5.1.5-lp150.6-default (Load a Linux kernel image from file)
- initrd /@/boot/initrd-5.1.5-lp150.6-default (Load an initial ramdisk for a Linux kernel image, and set the appropriate parameters in the Linux setup area in memory.)
- boot
- update-grub
My grub:
More:
Comments (
)
Link to this page:
//www.vb-net.com/GrubBoot/Index.htm
|