On Wed, 28 Nov 2012 12:43:49 +0000 Brian Potkin <claremont...@gmail.com> wrote:
> 1. Before or just after configuring the keyboard get a terminal with > ALT F2. > > 2. Then > > nano /bin/mountmedia/ > > 3. Find > > PARTITION_TYPE="$(blkid -p -s PART_ENTRY_TYPE $1 | cut -d ' ' > -f 2 | cut -d \" -f 2)" > > if [ "$PARTITION_TYPE" != "0x5" ] && [ "$PARTITION_TYPE" != > "0xf" ]; then mount $1 -tauto $MNT || true > umount $MNT || true > mount $1 -tauto $MNT > media_mounted && checkcontents $MNT > fi > > and reduce it to > > mount $1 -tauto $MNT || true > umount $MNT || true > mount $1 -tauto $MNT > media_mounted && checkcontents $MNT > > 4. Save and continue with the installation. > > How does the detection of firmware turn out now? Perfect! Thanks, Herbert -- -- 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/20121129003409.7116ab06@max