Hoihoi
Ik heb een preseeded (middels een preseed.cfg in de initrd) pxeboot van debian draaien, maar die blijft toch wat vragen stellen, en ik snap niet goed waarom.
De eerste is:
"Logical volume manager not available".
Als ik hier op continue druk draait de installer gewoon verder, wat niet heel raar is... ik gebruik immers geen
Nu heb ik uiteraard even gegoogled. Nu lees ik her en der op internet dat dit kan komen door een mismatch tussen kernel en ramdisk versies enzo, maar ik heb daarnet een verse netboot.tar.gz binnengehaald en uitgepakt. (http://comments.gmane.org/gmane.linux.debian.user/427547 , http://lists.debian.org/debian-user/2012/02/msg00020.html, http://lists.debian.org/debian-boot/2012/01/msg00340.html)
Dat zou het dus niet meer moeten kunnen zijn...
Verder blijft de installer mij vragen om een disk-indelings keuze (guided - entire disk, guided - entire disk + LVM , manual) terwijl ik toch echt opgeef in mijn config:
Waarbij als ik manual kies, ik meteen terug ga naar voornoemde keuze , en als ik "Guided - use entire disk" kies ik een disk moet selecteren (0,0,0) (sda) en verder niets hoef te doen.
Die (0,0,0) zou het issue ook niet moeten zijn, want ik geef netjes op:
Weet iemand toevallig wat hier in beide cases fout gaat? Idee is dat een compleet interactie-loze installer wordt gedraaid (no worries het gebeurt op een dedicated disk-less bak met daaraan een USB-diskje
).
Ik heb een preseeded (middels een preseed.cfg in de initrd) pxeboot van debian draaien, maar die blijft toch wat vragen stellen, en ik snap niet goed waarom.
De eerste is:
"Logical volume manager not available".
Als ik hier op continue druk draait de installer gewoon verder, wat niet heel raar is... ik gebruik immers geen
Nu heb ik uiteraard even gegoogled. Nu lees ik her en der op internet dat dit kan komen door een mismatch tussen kernel en ramdisk versies enzo, maar ik heb daarnet een verse netboot.tar.gz binnengehaald en uitgepakt. (http://comments.gmane.org/gmane.linux.debian.user/427547 , http://lists.debian.org/debian-user/2012/02/msg00020.html, http://lists.debian.org/debian-boot/2012/01/msg00340.html)
Dat zou het dus niet meer moeten kunnen zijn...
Verder blijft de installer mij vragen om een disk-indelings keuze (guided - entire disk, guided - entire disk + LVM , manual) terwijl ik toch echt opgeef in mijn config:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
| ### Partitioning # If the system has free space you can choose to only partition that space. # Note: this must be preseeded with a localized (translated) value. #d-i partman-auto/init_automatically_partition \ # select Guided - use the largest continuous free space # Alternatively, you can specify a disk to partition. The device name # can be given in either devfs or traditional non-devfs format. # For example, to use the first disk: d-i partman-auto/disk string /dev/discs/disc0/disc # 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-auto/purge_lvm_from_device boolean true # And the same goes for the confirmation to write the lvm partitions. #d-i partman-lvm/confirm boolean false # You can choose from any of the predefined partitioning recipes. # Note: this must be preseeded with a localized (translated) value. #d-i partman-auto/choose_recipe \ # select All files in one partition (recommended for new users) #d-i partman-auto/choose_recipe \ # select Separate /home partition #d-i partman-auto/choose_recipe \ # select Separate /home, /usr, /var, and /tmp partitions # 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 10000 1000000000 ext3 \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext3 } \ mountpoint{ / } \ . \ 64 512 300% linux-swap \ method{ swap } format{ } \ . # This makes partman automatically partition without confirmation. d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition \ select Finish partitioning and write changes to disk d-i partman/confirm boolean true |
Waarbij als ik manual kies, ik meteen terug ga naar voornoemde keuze , en als ik "Guided - use entire disk" kies ik een disk moet selecteren (0,0,0) (sda) en verder niets hoef te doen.
Die (0,0,0) zou het issue ook niet moeten zijn, want ik geef netjes op:
code:
1
| d-i partman-auto/disk string /dev/discs/disc0/disc |
Weet iemand toevallig wat hier in beide cases fout gaat? Idee is dat een compleet interactie-loze installer wordt gedraaid (no worries het gebeurt op een dedicated disk-less bak met daaraan een USB-diskje