Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 47596

Re: Unable to boot Debian on Pogoplug E02

$
0
0
Bodhi, thanks for your help with this problem. I tried the ext2 to ext3 conversion offline several different ways and none worked. After thinking about it a while, I modified the kirkwood.debian-wheezy.sh file to use mkfs.ext3, which was unsuccessful. Eventually I found a solution:

From rescue, manually create the /dev/sda1 filesystem using mkfs.ext3

Edit the /kirkwood.debian-wheezy.sh to remove the section creating the /dev/sda1 filesystem.

Run the shell script.

When prompted to reboot, answer no. The Debian system fstab must be modified before reboot.
cd /tmp
mkdir usb
mount /dev/sda1 usb
cd usb
cd etc
vi fstab.
Change the ext2 in the line for /dev/sda1 to ext3.

Reboot.

This was successful first time around. The problem should probably be described in a FAQ.

Let me know your Bitcoin or Terracoin receiving address; it would have taken far longer to resolve this without your help.

Viewing all articles
Browse latest Browse all 47596

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>