I'm setting up an environment to install many Lenny machines at once and I need to avoid any dialog with the process, corner cases aside. One thing that consistently troubles me is that after my preseeded disk recipe creates Linux RAID-1 devices, the installer warns me about how the kernel could not re-read the partition table on each MD device. When I do a manual installation and try to use debconf-get-selections to preseed another installation, it seems to ignore the whole preseed file altogether. But reading through those selections, I couldn't find anything that seemed to suggest it would select "OK" on this extraneous warning.
Asked
Active
Viewed 278 times
1
-
I haven't tried on Lenny, but in Debian Squeeze preseed+raid is totally broken. I would guess you might need to work around that. – chrishiestand Aug 18 '11 at 08:26
-
Well... that's really bad. – andyortlieb Aug 22 '11 at 15:47
-
1Yeah, the partman preseed stuff could use some extra love. preseed is pretty awesome and I really appreciate the work they've done on it. – chrishiestand Aug 26 '11 at 02:50
-
dimmer, In case you're curious, I copied /dev/mem and searched for the warning message and from that I was able to discover the correct preseed answer. – andyortlieb Oct 17 '11 at 02:43
-
Excellent, thank you. I will have to give that a try next time. – chrishiestand Oct 20 '11 at 07:54
1 Answers
1
For anybody else stuck on this issue, you can use the following line in your preseed file:
d-i partman/exception_handler_note note
But you'll want to be aware of the implied risks.

andyortlieb
- 1,092
- 1
- 12
- 25