Serial console not enabled for passphrase prompt when using LUKS
Bug #848782 reported by
Robie Basak
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| flash-kernel (Ubuntu) |
Confirmed
|
Medium
|
Unassigned | ||
Bug Description
I am using http://
Workaround: edit the SD card FAT partition as follows:
1. dd bs=1 skip=72 if=boot.scr of=boot.script
2. Edit boot.script and add console=
3. Run "mkimage -A arm -O linux -T script -C none -d boot.script boot.scr" (from the u-boot-tools package)
| Changed in debian-installer (Ubuntu): | |
| status: | New → Confirmed |
| importance: | Undecided → Medium |
| assignee: | nobody → Michael Casadevall (mcasadevall) |
| tags: | added: armel |
| Changed in flash-kernel (Ubuntu): | |
| assignee: | Michael Casadevall (mcasadevall) → Tobin Davis (gruemaster) |
| status: | Confirmed → In Progress |
| Changed in flash-kernel (Ubuntu): | |
| status: | In Progress → Confirmed |
| assignee: | Tobin Davis (gruemaster) → nobody |
To post a comment you must log in.

Changed to flash-kernel- installer as it is currently hardcoded to generate the boot.script during installation regardless of cmdline settings.