5

Is there any way to capture the log of the boot process you see on screen to a file on the FAT partition when it's not getting to the point of booting from the root fs?

SlySven
  • 3,631
  • 1
  • 20
  • 46
Cade Roux
  • 2,117
  • 5
  • 23
  • 27

2 Answers2

3

You may not be able to create a file, but you can go low tech and hookup a VCR or use a camcorder to capture the text as it scrolls across the screen.

Steve Robillard
  • 34,988
  • 18
  • 106
  • 110
3

Yes, you have to derive a serial console out of the GPIO of the Raspberry Pi and then connect it to your development PC. This post and this page show how to do it. However you'll need some basic knowledge in electronics to have it work properly.

Avio
  • 1,239
  • 2
  • 15
  • 27