Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
hack6500
on 05/08/2011, 17:56:11 UTC
> For the guys struggling with my HDD install video. Its due to the hightened
> security PaX will not let grub probe anything lol. heres a fix.
>
> Code:
> for i in $(ls /usr/sbin | grep grub); do
>  paxctl -C /usr/sbin/$i
>  paxctl -cE /usr/sbin/$i
> done
> grub-install /dev/sdX
> update-grub
>
> I should be rolling out the HDD installer with a nice QT interface over the weekend

I was going down the PaX route next, once again your response is AWESOME!

Maybe i missed this, but where are the PXE setup instructions for your implementation?

Cannot wait to see the installer, I will confirm the above shortly and report back.

Have a great day Dr.Gr33n AND THANK YOU!