mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-05 01:49:11 -07:00
60 lines
2.3 KiB
INI
60 lines
2.3 KiB
INI
|
include stdmenu.cfg
|
||
|
label mainmenu
|
||
|
menu label ^Back..
|
||
|
menu exit
|
||
|
|
||
|
label ^live
|
||
|
menu label ^Live Mode
|
||
|
menu default
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=fr_FR.UTF-8 keyboard-layouts=fr pkeys=fr setxkbmap=fr quiet splash apparmor=0
|
||
|
|
||
|
label text
|
||
|
menu label Termianl Mode
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=fr_FR.UTF-8 keyboard-layouts=fr pkeys=fr setxkbmap=fr quiet splash systemd.unit=multi-user.target apparmor=0
|
||
|
|
||
|
label toram
|
||
|
menu label RAM mode
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=fr_FR.UTF-8 keyboard-layouts=fr pkeys=fr setxkbmap=fr quiet splash toram apparmor=0
|
||
|
|
||
|
label Persistence
|
||
|
menu label Live with persistence (configure it before)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=fr_FR.UTF-8 keyboard-layouts=fr pkeys=fr setxkbmap=fr quiet persistence apparmor=0
|
||
|
|
||
|
label live-encrypted-persistence
|
||
|
menu label Live with Encrypted persistence (configure it before)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live persistent=cryptsetup persistence-encryption=luks hostname=parrot locales=fr_FR.UTF-8 keyboard-layouts=fr pkeys=fr setxkbmap=fr quiet persistence apparmor=0
|
||
|
|
||
|
label Forensic
|
||
|
menu label Forensic (Non-invasive forensic mode)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot noswap noautomount locales=fr_FR.UTF-8 keyboard-layouts=fr pkeys=fr setxkbmap=fr apparmor=0
|
||
|
|
||
|
label Failsafe Nomodeset
|
||
|
menu label Failsafe Nomodeset (for simple GPU errors)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=fr_FR.UTF-8 keyboard-layouts=fr pkeys=fr setxkbmap=fr nomodeset apparmor=0
|
||
|
|
||
|
label Failsafe gpu
|
||
|
menu label Failsafe Nomodeset (disable nvidia/amd gpu)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=fr_FR.UTF-8 keyboard-layouts=fr pkeys=fr setxkbmap=fr modprobe.blacklist=nouveau,nvidia,radeon,drm apparmor=0
|
||
|
|
||
|
label Failsafe2
|
||
|
menu label Failsafe Extreme (prevent errors)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal hostname=parrot locales=fr_FR.UTF-8 keyboard-layouts=fr pkeys=fr setxkbmap=fr apparmor=0
|