libreboot
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libreboot] Parabola install & Grub


From: Andreas Kuss
Subject: Re: [Libreboot] Parabola install & Grub
Date: Sun, 16 Aug 2015 11:58:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hello again,

I have a question regarding the grubtest.cfg, I changed it and it
looks like this:

menuentry 'Load Operating System' {

        cryptomount -a
        set root='lvm/matrix-rootvol'
        linux  /boot/vmlinuz-linux-libre root=/dev/matrix/rootvol
cryptdevice=/dev/sda1:root
        initrd /boot/initramfs-linux-libre.img

}

Is this okay? Or should I keep this part?

        insmod ahci
        insmod part_msdos
        insmod part_gpt
        for x in (ahci0,1) (ahci0,2) (ahci0,3) (ahci0,4); do
                set root=$x
                if [ -f "/isolinux/isolinux.cfg" ] ; then
                        syslinux_configfile -i /isolinux/isolinux.cfg
                elif [ -f "/syslinux/syslinux.cfg" ] ; then
                        syslinux_configfile -i /syslinux/syslinux.cfg
                elif [ -f "/boot/isolinux/isolinux.cfg" ] ; then
                        syslinux_configfile -i
/boot/isolinux/isolinux.cfg
                elif [ -f "/boot/syslinux/syslinux.cfg" ] ; then
                        syslinux_configfile -i
/boot/syslinux/syslinux.cfg
                fi
        done


I am not quite sure. I flashed the ROM with the modified grubtest.cfg
and chose „switch to grubtest“  (I looked at a screenshot and chose
the 5th option from above). Nothing has changed.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQEcBAEBCgAGBQJV0F7XAAoJEDvFbiItFuuScl0H/0hAF+LM4MZb0v7iHgJlK/Ce
GkVqt8PxmiBVM1wu9Ee/xDA6DyT/GtNDQRA794HpfX0Jr5XRpuRMOqAVVANWvr8b
wRJFCGcIkGKIwushqEz5iQzoITv9OSiMjg8QdEGPylDyhYNwzmqyy7Ie8Uic1n1M
FotYqHGjCy2HUKygJJBX7EA/z94NyRO4WeA11GG90Vzzix3VXEySWYwaIskq7M2s
b3wYtCbmXrX9v1jk3SPVt1eIf12dktKaTai+RrcZ6EbKMt1uKfa4hgT4OCwsAZmV
Nwy4SbNJAIAnD2c9rWEUHmjhWs2R/Osr9BW8ylfvslb05OmBuzGj47J1CjKX+ZQ=
=k1Ux
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]