Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1278  / 3 Years ago, thu, december 2, 2021, 9:19:44

I am trying to create a Single Ubuntu 22.04 custom iso from ubuntu-22.04.1-live-server-amd64.iso using cloud-init configuration for autoinstallation.


I have my meta-data and user-data files in /cdrom/dxccore/inst folder.


My grub.cfg entry is
linux /casper/vmlinuz quiet autoinstall ds=nocloud;s=/cdrom/dxccore/inst ---
initrd /casper/initrd
With this, installation is proceeding normally it is not picking up the user-data configuration skipping the user-data file.


I have tried with the below entries also but still it is not working.
linux /casper/vmlinuz quiet autoinstall ds='nocloud;s=/cdrom/dxccore/inst/' ---
initrd /casper/initrd


I tried to make the below changes but still same issue.


linux /casper/vmlinuz quiet autoinstall ds='nocloud;s=/cdrom/dxccore/inst/' ---
initrd /casper/initrd
I am getting unknown kernel command line parameters error .


Attaching the user-data file enter image description here


enter image description here


I want to know why it is giving Unknown kernel command line parameters error is coming up.


More From » boot

 Answers
3

Working fine with the below syntax


linux /casper/vmlinuz quiet autoinstall 'ds=nocloud;s=/cdrom/dxccore/inst/' ---
initrd /casper/initrd


[#167] Friday, December 3, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nerta

Total Points: 414
Total Questions: 103
Total Answers: 97

Location: England
Member since Wed, Apr 19, 2023
1 Year ago
nerta questions
Thu, May 12, 22, 16:04, 2 Years ago
Thu, May 27, 21, 00:41, 3 Years ago
Sun, Dec 11, 22, 08:33, 1 Year ago
Tue, Sep 28, 21, 16:37, 3 Years ago
;