mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
A hyper-v user has reported that the ipfire installer detects a wrong drive as sda and always try to install on this. Now you can boot the installation with "ipfire skipdst=sda" to install this may help to install on hyper-v and other situations. If more than one should skipped add a parameter for every drive.
18 lines
379 B
INI
18 lines
379 B
INI
TIMEOUT 5000
|
|
DISPLAY boot.msg
|
|
PROMPT 1
|
|
DEFAULT vmlinuz
|
|
APPEND initrd=instroot vga=791 splash=silent ro
|
|
LABEL ipfire
|
|
KERNEL vmlinuz
|
|
APPEND initrd=instroot vga=791 splash=silent ro
|
|
LABEL novga
|
|
KERNEL vmlinuz
|
|
APPEND initrd=instroot ro
|
|
LABEL unattended
|
|
KERNEL vmlinuz
|
|
APPEND initrd=instroot vga=791 splash=silent unattended ro
|
|
LABEL memtest
|
|
KERNEL memtest
|
|
APPEND -
|