<<  >> (p.66)
    Author Topic: LinuxCoin A lightweight Debian based OS with everything ready to go.  (Read 285177 times)
    pekv2
    Hero Member
    *****
    Offline Offline

    Activity: 770
    Merit: 502



    View Profile
    August 21, 2011, 12:15:08 AM
     #1301

    Whoooo there boy !! Take a few deep breaths and go roll yourself a fatty Cheesy I feel your frustration as I've been in your position lots of times !! I'm going to list everything you need to do on your machine to fix following the ubuntu tutorial. Feel free to give it a go when you feel more like it Cheesy

    Assuming you have completed the installer and have the grub error

    1) Boot from linuxcoin
    2)
    Code:
    mkdir myhdd
    mountdev/sda1 myhdd
    mount -o bindproc myhdd/proc
    mount -o bindsys myhdd/sys
    mount -o binddev myhdd/dev
    chroot myhdd
    export DEBIAN_FRONTEND=noninteractive
    apt-get update
    apt-get purge grub2
    apt-get install grub2
    for i in $(lsusr/sbin | grep grub); do paxctl -Cusr/sbin/$i; paxctl -cErusr/sbin/$i; done
    update-grub
    grub-installdev/sda
    exit
    init 6

    3) Hopefully enjoy linuxcoin

    Lolz@ a fatty. Cheered me up, laughing.

    Alright, It WORKS!!!!!!!!!!!!!!!!!! Grin Grin Grin

    Now though, hate to say it, two problems.

    Cannot save a leafpad to desktop.

    Plugging in any SDHC or USB stick, I receive
    Code:
    error mounting: mount: unknown filesystem type "vfat"

    How could I fix these two problems.

    Thank you drgr33n for your precious time.
Page 65
Viewing Page: 66