Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |||
| personnaliser_livecd_ubuntu_18.04 [Le 19/10/2025, 08:28] andykimpe | personnaliser_livecd_ubuntu_18.04 [Le 19/10/2025, 08:42] (Version actuelle) andykimpe ancienne révision (Le 18/10/2025, 21:32) restaurée | ||
|---|---|---|---|
| Ligne 480: | Ligne 480: | ||
| <code bash> | <code bash> | ||
| sudo rm -f ../ubuntu-18.04.7-desktop-amd64.iso | sudo rm -f ../ubuntu-18.04.7-desktop-amd64.iso | ||
| - | sudo genisoimage -U -A "xubuntu_18.04_AMD64" -V "xubuntu_18.04_AMD64" -volset "xubuntu_18.04_AMD64" -J -joliet-long -r -v -T -o ../xubuntu-18.04.7-desktop-amd64.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot ./</code> | + | sudo xorriso -as mkisofs -r \ | 
| + | -V 'ubuntu_18.04_AMD64' \ | ||
| + | -o ~/livecd/ubuntu-18.04.7-desktop-amd64.iso \ | ||
| + | --grub2-mbr ~/livecd/boot_hybrid.img \ | ||
| + | -partition_offset 16 \ | ||
| + | --mbr-force-bootable \ | ||
| + | -append_partition 2 28732ac11ff8d211ba4b00a0c93ec93b ~/livecd/efi.img \ | ||
| + | -appended_part_as_gpt \ | ||
| + | -iso_mbr_part_type a2a0d0ebe5b9334487c068b6b72699c7 \ | ||
| + | -c '/boot.catalog' \ | ||
| + | -b '/boot/grub/i386-pc/eltorito.img' \ | ||
| + | -no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info \ | ||
| + | -eltorito-alt-boot \ | ||
| + | -e '--interval:appended_partition_2:::' \ | ||
| + | -no-emul-boot ./</code> | ||