kickstart installation mbr issue

bigbrother

New Member
May 22, 2021
23
2
3
25
Hallo

Ich versuche mittels Kickstart (via PXE) eine Ubuntu 20.04 VM zu bauen.

Code:
#Disk partitioning information
zerombr yes
clearpart --all --initlabel
part /boot --fstype ext4 --size=1024 --asprimary
part swap --size=1024 --asprimary
part / --fstype ext4 --grow --size=1024 --asprimary
bootloader --location=mbr

Via VNC kann ich den Installationsverlauf verfolgen und sieht alles gut aus.
Aber nach dem Reboot bootet die VE vermutlich nicht korrekt oder kann den MBR
nicht lesen (meine Vermutung).

Was muss da grundsätzlich beachtet werden?

Danke LG bb
 
Last edited:
Okay, bin einen Schritt weiter... Hab in PM dem Guest die Bootorder konfiguriert zu "scsi1".
Nur wird zumindest mal gebootet aber der Bootvorgang hängt.

Irgendwie wird die fstab nicht korrekt gelesen oder die Partitionen nicht sauber gemountet und geht nicht weiter im Bootvorgang?

1621869346643.png
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!