Skip to content

I'm looking at adding a proxmox bootmenu entry #12

@marcofranssen

Description

@marcofranssen

I'm trying to figure out the parameters required to add a proxmox bootmenu entry.

Do you have any pointers on what parameters I need for that to work?

# Proxmox
menuentry "Proxmox VE 8.2 (Graphical)" --class debian --class proxmox --class linux --class os {
    set root='(hd0,1)'
    set isofile="/proxmox-ve_8.2-1.iso"
    search --no-floppy -f --set=root $isofile
    lookback loop $isofile
    echo	'Loading Proxmox VE Installer ...'
    linux	(loop)/boot/linux26 ro ramdisk_size=16777216 rw quiet splash=silent
    echo	'Loading initial ramdisk ...'
    initrd	(loop)/boot/initrd.img
}

menuentry "Proxmox VE 8.2 (Terminal UI)" --class debian --class proxmox --class linux --class os {
    set background_color=black
    set root='(hd0,1)'
    set isofile="/proxmox-ve_8.2-1.iso"
    search --no-floppy -f --set=root $isofile
    lookback loop $isofile
    echo	'Loading Proxmox VE Console Installer ...'
    linux	(loop)/boot/linux26 ro ramdisk_size=16777216 rw quiet splash=silent proxtui vga=788
    echo	'Loading initial ramdisk ...'
    initrd	(loop)/boot/initrd.img
}

In essence I basically made up the linux line, so looking for guidance on how to find the right arguments to add there 😊

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions