<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 27, 2023 at 2:04 PM Jerry Geis <<a href="mailto:jerry.geis@gmail.com">jerry.geis@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Seems the command to re-do the CDROM on 22.04 is different than on 20.04<div><br></div><div>I found this:</div><div><a href="https://askubuntu.com/questions/1403546/ubuntu-22-04-build-iso-both-mbr-and-efi" target="_blank">https://askubuntu.com/questions/1403546/ubuntu-22-04-build-iso-both-mbr-and-efi</a><br></div><div><br></div><div>The command they say to run:</div><div>dd if=/home/silentm/CDROM.iso/Ubuntu.22.04/ubuntu-22.04.3-live-server-amd64.iso bs=512 skip=7129428 count=8496 of=/tmp/efi.img<br>dd: ‘/home/silentm/CDROM.iso/Ubuntu.22.04/ubuntu-22.04.3-live-server-amd64.iso’: cannot skip to specified offset<br></div><div><br></div><div>Gives an error - cannot skip to offset.</div><div><br></div><div>Has anyone made a customer CDROM for 22.04 ? how ???</div><div><br></div><div>All I'm trying to do is change the grub menu.</div><div><br></div><div>Thank you</div><div><br></div><div>Jerry</div></div></blockquote><div><br></div><div><br></div><div>This page: <a href="https://help.ubuntu.com/community/LiveCDCustomization">https://help.ubuntu.com/community/LiveCDCustomization</a></div><div>Uses the DESKTOP disk - I am using the server disk</div><div><br></div><div> sudo fdisk -l ubuntu-22.04.1-desktop-amd64.iso</div>This will yield significant information including the offset and size of the EFI partition. For example -<br><br>ubuntu-22.04.1-desktop-amd64.iso1      64 5465119 7465056  4.1M Microsoft basic<br>ubuntu-22.04.1-desktop-amd64.iso2 7465120 7473615    8496  4.1M EFI System<br>ubuntu-22.04.1-desktop-amd64.iso3 7473616 7474215     600  4.1M Microsoft basic</div><div class="gmail_quote"><br></div><div class="gmail_quote">There example is above, muy server disk is:</div><div class="gmail_quote">fdisk -l ubuntu-22.04.3-live-server-amd64.iso<br>WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.<br><br>Disk ubuntu-22.04.3-live-server-amd64.iso: 2133 MB, 2133391360 bytes, 4166780 sectors<br>Units = sectors of 1 * 512 = 512 bytes<br>Sector size (logical/physical): 512 bytes / 512 bytes<br>I/O size (minimum/optimal): 512 bytes / 512 bytes<br>Disk label type: gpt<br>Disk identifier: F19CB4F2-831A-42FA-B510-0DD91B961BBF<br><br><br>#         Start          End    Size  Type            Name<br> 1           64      4156047      2G  Microsoft basic ISO9660<br> 2      4156048      4166115    4.9M  EFI System      Appended2<br> 3      4166116      4166715    300K  Microsoft basic Gap1<br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Does not even look the same ?</div><div class="gmail_quote">I am trying to get the skip values for the EFI</div><div class="gmail_quote">7473615    8496  4.1M EFI System (for the example)<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">my server disk does not look the same.</div><div class="gmail_quote"><br></div><div class="gmail_quote">I am confused. What am I missing?</div><div class="gmail_quote"><br></div><div class="gmail_quote">Jerry</div></div>