Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello, every one. I am new with Linux and have resided to install on to my laptop this system. The problem is that it worked before i send my laptop back to HP prior to some Tech issues.
Spec: HP Pavilion DV 9310ca
Video: Nvidia 6150 go 256mb
Mem: 2 GB Kingston
HDD: 120 Gb SATA
...
So, Loading up with SUSE 10.3 DVD(downloaded from official Web Site), choosing "instal new system". Then i Create partitions such as: swap 2gb, / 30gb, the rest for /user. Installing KDE and all soft with default settings. Installation finishes, goes to reboot and that is the fun part. After boot loader appears and i`m choosing `Open SUSE 10.3`, it boots up, but at the point where it is trying to activate serial devices everything freezes.
I checked HDD connection, it is ok, I installed windows...
You can try to find error messages in /var/log. The two things to try in a console are:
a) dmesg | grep serial
to see if there are error messages relating to serial devices and kernel modules.
b) sudo cat /var/log/messages | tail -n 100 | grep serial
or
su to root, then run: cat /var/log/messages | tail -n 100 | grep serial
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,306
Rep:
Suse 10.3 did my installation automatically so I have 3 partitions :
1) Swap 2 Gig
2) Partition /home
3) Where the system is
But if you down load dvd version there is also one option called repair system
to use this you to boot again from the dvd
It can make repairs automatic and manual
That partioning scheme does not quite look right either, to be honest. It seems you assume that "/user" is for user data, when in fact it contains only system files (and its name is actually /usr, no e). The part where users store their data is home. If you assigned more than 10GB to /usr, you have wasted a lot of estate. Make / 15GB and use the rest as /home.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.