hey, im trying to connect via SSH but at version 0.1, is it possible?, if it is, user and pass?
SSH was broken in the earlier version. Please use 0.2a for SSH
Having issues with my monitor can't seem to find a resolution that will work, not even the failsafe resolution/refresh rate is "in range". I'm using an old lcd tv which was 1280x768 I figured 800x600 would boot but I can't seem to get it to. It seems to go out of range when X loads. Sadly I'm not linux savvy and have exhausted my resources trying to figure this one out.
Info it's a Philips 30PF9946D yeah it's pretty old!
Can you try pressing
CTRL + ALT + F1 and see if you get a prompt. If so you can edit /etc/X11/xorg.conf to change your screen resolution. If you need further assistance post again and I'll talk you through editing Xorg's config file.
I've noticed the Debian Installer and File Manager links in the GUI seem to do nothing, and i'm unable to install any .deb programs I download.
Debian installer & the file manager are bugged unfortunately. Please remember this is the testing version of linuxcoin and all these bugs will be fixed on the final version. Work is in progress but these things take a while.
I have a comment about booting.
I burnt the iso to a CD and booted my system from it, which as an SSD installed as a hard drive. I formatted the SSD as per instructions using gparted, installed on the booted system from the command line.
I installed unetbootin from the command line, but had a problem here - there seemed no way to tell unetbootin to use an alternative location for the install apart from / - it was not having it!!.
I installed unetbootin on my ubuntu desktop - another machine - and that was a more recent version, and had a tickbox that said show all devices, (use with care!!), this was not present on the version installed on the linux coin machine. The more recent version identifies itself as GKsu version 2.0.2.
It was necessary to removve the hard drive from the linux coin machine, plug it into my ubuntu machine, tell unetbootin about the linuxcoin iso on my ubuntu machine, tick that dreaded box and tell it which device to use (all devices showed up /dev/sda, /dev/sda1.... /dev/sdb, /dev/sdb1, /dev/sdb2 etc. I knew that /dev/sdb1 was the device for the temporarily attached hard disk and all was well.
Replacing the disk back in the linuxcoin hardware, and removing the Cd, now I had a rapid boot!
I was able to copy this image using dd and use it on another machine.
I know many people use windows, but not everyone!!
There's going to be a HDD installer included on the final version. The reason why I decided not to post instructions on how to install to a local HDD is because of LinuxCoin being in testing. If you really want to you could try formatting you HDD as ext4 then ...
mkdir /mnt/hdd
mount /dev/sdXX /mnt/hdd
cp --preserve -R /{bin,boot,dev,etc,home,lib,lib32,opt,root,run,sbin,selinux,srv,usr,var} /mnt/hdd
mkdir /mnt/hdd/{media,proc,sys,tmp}
mount -o bind /dev /mnt/hdd/dev
mount -t proc /proc /mnt/hdd/proc
chroot /mnt/hdd
apt-get install grub2
grub-install /dev/sdX
exit
A bit of a hacky way but I have had 100% success rate using this over the years in various situations.