Custom installation image generation

2017-08-26 Thread Kent Smith
Hello everyone,I am trying to create custom installation media containing my 
preseed.cfg as well as firmware, etc. I'm not very familiar with which options 
I need to send to xorriso to creat a UEFI bootable iso, but the stock 
installation images boot fine on both BIOS and UEFI hardware. so if I could 
just modify the script used to generate the stock installation media images, I 
could add a few lines to copy in my preseed etc. Could anyone please point me 
in the right direction to find the script(s) used to generate DVD installation 
ISOs for stretch 9.1? Thanks so much! - Kent Smith

Bug#615016: debian-installer: wipes partition table and creates new partitions even when told to use unpartitioned space

2011-02-24 Thread Kent Smith
Package: debian-installer
Version: Lenny and Squeeze
Severity: important



-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.35.11 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Hello,
This bug appears when I'm trying to install Debian to the largest available 
free space while leaving existing partitions undisturbed.  In the partitioning 
section of my Preseed.cfg file, I have the following line:
d-i partman-auto/init_automatically_partition select biggest_free
However, the installer wipes all my existing partitions and tries to create new 
paritions to replace the old ones.  I must manually select Undo changes to 
partitions, Guided Partitioning, and then Use biggest available free 
space.  This bug was not in the installer when Lenny was first released, but 
it is present in the 503 Lenny images, as well as in Squeeze.  Below I've 
included the whole partitioning section of my preseeding file.

### Partitioning
# If the system has free space you can choose to only partition that space.
d-i partman-auto/init_automatically_partition select biggest_free

# Alternatively, you can specify a disk to partition. The device name must
# be given in traditional non-devfs format.
# Note: A disk must be specified, unless the system has only one disk.
# For example, to use the first SCSI/SATA hard disk:
#d-i partman-auto/disk string /dev/sda
# In addition, you'll need to specify the method to use.
# The presently available methods are: regular, lvm and crypto
d-i partman-auto/method string regular

# If one of the disks that are going to be automatically partitioned
# contains an old LVM configuration, the user will normally receive a
# warning. This can be preseeded away...
d-i partman-lvm/device_remove_lvm boolean true
# The same applies to pre-existing software RAID array:
d-i partman-md/device_remove_md boolean true
# And the same goes for the confirmation to write the lvm partitions.
#d-i partman-lvm/confirm boolean true

# You can choose one of the three predefined partitioning recipes:
# - atomic: all files in one partition
# - home:   separate /home partition
# - multi:  separate /home, /usr, /var, and /tmp partitions
d-i partman-auto/choose_recipe select atomic

# Or provide a recipe of your own...
# The recipe format is documented in the file devel/partman-auto-recipe.txt.
# If you have a way to get a recipe file into the d-i environment, you can
# just point at it.
#d-i partman-auto/expert_recipe_file string /hd-media/recipe

# If not, you can put an entire recipe into the preconfiguration file in one
# (logical) line. This example creates a small /boot partition, suitable
# swap, and uses the rest of the space for the root partition:
#d-i partman-auto/expert_recipe string \
#  boot-root ::\
#  40 50 100 ext3  \
#  $primary{ } $bootable{ }\
#  method{ format } format{ }  \
#  use_filesystem{ } filesystem{ ext3 }\
#  mountpoint{ /boot } \
#  .   \
#  500 1 10 ext3   \
#  method{ format } format{ }  \
#  use_filesystem{ } filesystem{ ext3 }\
#  mountpoint{ / } \
#  .   \
#  64 512 300% linux-swap  \
#  method{ swap } format{ }\
#  .

# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.
#d-i partman-partitioning/confirm_write_new_label boolean true
#d-i partman/choose_partition select finish
#d-i partman/confirm boolean true
#d-i partman/confirm_nooverwrite boolean true



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110224225645.23705.10752.reportbug@primary