Proxmox installer boot parameters

sacarias

Active Member
Oct 2, 2019
64
1
26
Does Proxmox installer support boot parameters other than the ones mentioned in the Grub config file?
Is there a list, by chance?

Thanks.
 
hi,

what boot parameters do you mean exactly? the installer simply uses grub to boot the installer environment.

there are a few options we check[0], but that only sets the defaults for the disk options, nothing earth shattering. also they are not really documented, and thus not guaranteed to exist
in future installation media

0: https://git.proxmox.com/?p=pve-inst...d7a3d920ae6fe72036a53183381d1d72;hb=HEAD#l284
 
Boot parameters such as:
ramdisk_size
rw
quiet
splash
video
vga

Other than these, are there other ones? Are they documented?
Thanks.
 
When asking again I meant the options he mentioned, which I thought *different* from the ones I meant.

Ok, will take a look at them. Thanks yet again.