Displaying 5 results from an estimated 5 matches for "livefailsafe".
2015 Aug 04
2
[PATCH] efi: leaving long mode in kernel_jump routine
Hi
> Maybe I'm missing something, but this has been working flawlessly for
> us in Tails so far. What exactly fails?
Are you using EFI Handover Protocol?
It might explain the difference
Thomas
2015 Aug 04
2
[PATCH] efi: leaving long mode in kernel_jump routine
...f.
I assume the .config is public. I will take a look as soon as I can
Thomas
Le 04/08/2015 14:09, intrigeri via Syslinux a ?crit :
> Thomas Letan via Syslinux wrote (04 Aug 2015 09:27:38 GMT) :
>> Are you using EFI Handover Protocol?
>
> What we're doing is:
>
> label livefailsafe
> menu label Live (failsafe)
> kernel /live/vmlinuz2
> append initrd=/live/initrd2.img boot=live config live-media=removable apparmor=1 security=apparmor nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails noapic noapm nodma nomce nol...
2015 Aug 04
0
[PATCH] efi: leaving long mode in kernel_jump routine
Thomas Letan via Syslinux wrote (04 Aug 2015 09:27:38 GMT) :
> Are you using EFI Handover Protocol?
What we're doing is:
label livefailsafe
menu label Live (failsafe)
kernel /live/vmlinuz2
append initrd=/live/initrd2.img boot=live config live-media=removable apparmor=1 security=apparmor nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails noapic noapm nodma nomce nolapic nomodeset...
2013 Jun 30
1
Editing the boot prompt
...row 15
# The command line must be at least one line from the bottom.
menu cmdlinerow 16
menu timeoutrow 16
menu tabmsgrow 18
menu tabmsg Press ENTER to boot or TAB to edit a menu entry
label live
menu label Live
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config quiet
label livefailsafe
menu label Live (failsafe)
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config noapic noapm nodma
nomce nolapic nomodeset nosmp vga=normal
label live-686
menu label Live 686
kernel /live/vmlinuz2
append initrd=/live/initrd2.img boot=live config persistent noprompt
de...
2013 Jun 30
4
Editing the boot prompt
Hi there!!
I has been modified the syslinux.cfg file according to the rules to add
some boot parameters but since this modification, every time I that I
highlight the modified entry in the boot menu and hit the TAB button on my
keyboard, the entry's boot parameters is displayed twice and when I try to
"backspace" them out, the line again get displayed twice and so on.
So my