Project

General

Profile

(View Message) » booting manually from libreboot grub.txt

commands i used to manually loading kernel - mera, 2021-01-30 12:12 AM

 
1

    
2
	grub> set root=(usb0,msdos1)
3
	grub> linux /parabola/boot/x86_64/vmlinuz parabolaisobasedir=parabola parabolaisolabel=PARA_201906
4
	grub> initrd /parabola/boot/x86_64/parabolaiso.img
5
	grub> boot
(5-5/5)