Linux-Hilfe

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline Ash

  • der Werbe-Bot
  • Moderator
  • *****
    • Tod durch SnuSnu
      • Show only replies by Ash
    Hey, also da das Windows XP nichtmehr auf meinem Netbook funzt, wollte ich die Platte formatieren und Linux draufhauen, weil ich auch den XP-Key nicht mehr habe (der war nur auf dem Netbook, Asus eee901, hinten drauf und ist nicht mehr lesbar). Aber irgendwie klappt das nicht. Daher meine Frage wie ich ein Netbook, was weder ne HDD, noch ein optisches LW drin hat sondern nur nen SD-Steckplatz, formatiere. Ich habe schon versucht von USB-Diskette aus zu starten und von einer externen HDD aber dann erscheint nur ein schwarzer Bildschirm mit blinkendem weissen Strich links oben, da gehts auch net weiter.
    « Letzte Änderung: 11. September 2010, 19:26:23 von Ash »




    Offline Ash

    • der Werbe-Bot
    • Moderator
    • *****
      • Tod durch SnuSnu
        • Show only replies by Ash
      Ach soll ich zuerst Linux draufmachen und dann erst Xp löschen? Ich wollte ja eigentlich erstmal die Platte formatieren.



      Offline Masterboy

      • aka Gregor
      • Administrator
      • *****
          • Show only replies by Masterboy
        Ach soll ich zuerst Linux draufmachen und dann erst Xp löschen? Ich wollte ja eigentlich erstmal die Platte formatieren.

        das machen die BNetriebssysteme ja meist automatisch beim installieren, aber dafür musste die erstmal booten.
        | Filmsammlung | Meine Vinyls | PSN/XBOX: MIYAGI1980 |


        Offline Ash

        • der Werbe-Bot
        • Moderator
        • *****
          • Tod durch SnuSnu
            • Show only replies by Ash
          Also ich habe alles so eingegeben, wie es da stand: cmd > diskpart > list vol > sel vol 3 > active

          So funzt auch alles bis ich "active" eingebe. Danach steht da: "Es wurde keine Partition gewählt. Wählen Sie eine Partition und wiederholen sie den Vorgang" Das habe ich aber doch eigentlich mit der Eingabe "sel vol 3" (der USB-Stick) gemacht.



          Offline der Dude

          • Die Großen Alten
              • Show only replies by der Dude
            Ich verstehe gerade nicht was ihr da gerade macht, aber um Linux zu installieren, kannst du von Ubuntu die spezielle Netbook-Version auf einen Stick packen und von dem booten. Im Bootmenü dann "Installation" (oder ähnliches) auswählen. Im Laufe des Vorgangs kommst du in das Partitionsmenü wo du dann einfach die Windows-Partition (vermutlich fat32) löschst. An seiner Stelle erstellst du eine Linux-Partition (idealerweise im ext3-Format) und wählst es als Zielpartition für die Installation aus. Normalerweise bietet er dir aber auch vorgefertigte Partitionsprofile an für Anfänger bis Fortgeschrittene, bei denen er alles für dich erledigt, das löschen der alten Partition samt dem Erstellen der benötigten Partitionen fürs System, die Daten und die Swap-Partition.

            Das letzte klingt jetzt so, als wolltest du Linux direkt auf einen Stick installieren... oder wie oder watt?

            edit: hier die Netbook-Ubuntu-Version
            http://www.ubuntu.com/netbook
            « Letzte Änderung: 24. August 2010, 15:15:06 von der Dude »


            Offline Ash

            • der Werbe-Bot
            • Moderator
            • *****
              • Tod durch SnuSnu
                • Show only replies by Ash
              Naja, wollt den USB-Stick erstmal bootfähig machen aber ok, versuch jetzt mal die Netbook-Ubuntu Version zu downloaden und dann direkt vom Stick zu starten. Der Download dauert nur was, so 20min bei mir. Mal sehen...



              Offline der Dude

              • Die Großen Alten
                  • Show only replies by der Dude
                Also ich muss meinen Stick nicht extra bootfähig machen. Ich habe die Dateien einfach ins Root-Verzeichnis kopiert und es ging auf Anhieb.



                Offline Ash

                • der Werbe-Bot
                • Moderator
                • *****
                  • Tod durch SnuSnu
                    • Show only replies by Ash
                  Ok, scheint zu funzen, installiere gerade Ubuntu aufm dem Netbook, sieht von der Benutzeroberfläche ja recht schickt aus, danke schonmal.

                  EDIT: Gibts eigentlich irgendwo ne deutsche Linux-Tuturial-Seite für Windows-Noobs?
                  « Letzte Änderung: 24. August 2010, 19:58:29 von Ash »



                  Offline Ash

                  • der Werbe-Bot
                  • Moderator
                  • *****
                    • Tod durch SnuSnu
                      • Show only replies by Ash
                    Mal ne Frage:

                    Habe ja nun Linux auf meinem Netbook. Wollte mal fragen, wie man *.sh Dateien auf Linux installiert. Habe ein Tool für Linux gedownloadet, was sich eigentlich selbst installieren soll, tut es aber nicht. Ich soll das passende Programm zu Nutzung der sh-Datei auswählen, kein Plan...



                    Offline skfreak

                    • Serienfreak
                    • Die Großen Alten
                        • Show only replies by skfreak
                      sh-Dateien sind Shellskript - die kannst du einfach in einer Konsole ausführen, also
                      Alt-F2 --> konsole oder gnome-terminal eingeben --> ins Verzeichnis wechseln und ./name.sh ausführen oder halt den kompletten Pfad /path/to/name.sh.
                      Falls das net geht fehlen die Rechte - dann einfach nochma ein chmod +x name.sh und dann das Skript ausführen


                      Offline Ash

                      • der Werbe-Bot
                      • Moderator
                      • *****
                        • Tod durch SnuSnu
                          • Show only replies by Ash
                        sh-Dateien sind Shellskript - die kannst du einfach in einer Konsole ausführen, also
                        Alt-F2 --> konsole oder gnome-terminal eingeben

                        Also bis hier hin komme ich... glaub ich zumindest, lande in einer Art DOS-Terminal (allerdings mit nem lila Hinntergrund)

                        Nur was soll ich da? Welche Befehle soll ich da denn eingeben? Boah ist dat kompliziert. Wieso net einfach doppelklick und das Ding installiert sich. :P



                        Offline skfreak

                        • Serienfreak
                        • Die Großen Alten
                            • Show only replies by skfreak
                          Das mit der Art "DOS-Terminal" ist schon richtig.
                          Gib mal folgendes ein

                          find . -name namevomfilemit.sh

                          Da kommt dann in etwa so was raus:

                          archer@Quonos:~$ find . -name bla.sh
                          ./tmp/bla.sh

                          Das was dann da steht rufst du so komplett auf

                          archer@Quonos:~$ ./tmp/bla.sh

                          Falls dann so was kommt:

                          bash: ./tmp/bla.sh: Permission denied

                          dann machst du ein chmod +x name vom file:

                          archer@Quonos:~$ chmod +x ./tmp/bla.sh
                          archer@Quonos:~$ ./tmp/bla.sh


                          Hoffe mal das ist einigermassen verständlich :)
                          « Letzte Änderung: 11. September 2010, 22:08:01 von skfreak »


                          Offline Ash

                          • der Werbe-Bot
                          • Moderator
                          • *****
                            • Tod durch SnuSnu
                              • Show only replies by Ash
                            ALTER!! :shock: Ich will doch nur ein kleines Tool installieren. :lol: Also ich habe das eingegeben,  ein wenig was versuch, nichts hinbekommen:

                            Zitat
                            find: "veetle-0.9.17-linux-install.sh": No such file or directory
                            ash@Minimi:~$ ./tmp/veetle-0.9.17-linux-install.sh
                            bash: ./tmp/veetle-0.9.17-linux-install.sh: No such file or directory
                            ash@Minimi:~$ ./home/ash/Downloads/veetle-0.9.17-linux-install.sh
                            bash: ./home/ash/Downloads/veetle-0.9.17-linux-install.sh: No such file or directory
                            ash@Minimi:~$

                            Was mach ich falsch? Sry aber Ubuntu ist für mich völlig, völlig², völlig³ neu.



                            Offline skfreak

                            • Serienfreak
                            • Die Großen Alten
                                • Show only replies by skfreak
                              Mach in dem Terminal mal folgendes

                              sudo bash
                              --> Gib dein Passwort ein
                              updatedb
                              --> Das dauert 'nen Moment
                              locate veetle-0.9.17-linux-install.sh

                              Was kommt da raus ?

                              Ubuntu rockt! Und es gibt nix besseres wie eine Konsole :love:


                              Offline Ash

                              • der Werbe-Bot
                              • Moderator
                              • *****
                                • Tod durch SnuSnu
                                  • Show only replies by Ash
                                Irgendwie kommt nie das, was du sagst. :bawling:


                                Zitat
                                ash@Minimi:~$ sudo bash
                                [sudo] password for ash:
                                Sorry, try again.
                                [sudo] password for ash:
                                root@Minimi:~#

                                Das PW wollt ich tippen aber irgendwie hat er meine Eingabe net angezeigt, auch kein "****"



                                Offline skfreak

                                • Serienfreak
                                • Die Großen Alten
                                    • Show only replies by skfreak
                                  Warum soll er dir dein Passwort anzeigen ???

                                  Auf jeden Fall ist

                                  root@Minimi:~#

                                  doch genau das was du brauchst!

                                  Nun bitte ein

                                  updatedb && locate veetle-0.9.17-linux-install.sh



                                  Offline Ash

                                  • der Werbe-Bot
                                  • Moderator
                                  • *****
                                    • Tod durch SnuSnu
                                      • Show only replies by Ash
                                    Habe vorhin aus Versehen das Terminal geschlossen und wollte es nochmal machen. Jetzt kommt aber keine PW-Abfrage mehr. Auf jeden Fall habe ich das nochmal eingegeben, weil es keine PW-Abfrage mehr gab:

                                    root@Minimi:~# locate veetle-0.9.17-linux-install.sh
                                    /home/ash/Downloads/veetle-0.9.17-linux-install.sh
                                    root@Minimi:~# updatedb
                                    root@Minimi:~#

                                    Vllt. nochmal von vorne sagen, was ich machen muss oder kann ich hier weitermachen? Hoffe ich nerfe net.



                                    Offline der Dude

                                    • Die Großen Alten
                                        • Show only replies by der Dude
                                      Wenn er dich in der Terminal/Konsole nach einem Passwort fragt, wird er dir nie hinschreiben was du da tippst und es wird auch keine **** geben. Du tippst es einfach blind ein und drückst enter.

                                      Vllt. nochmal von vorne sagen, was ich machen muss oder kann ich hier weitermachen? Hoffe ich nerfe net.
                                      Ab hier nun folgendes:
                                      (Und damits für dich ein bisschen "dos"siger ist, etwas ausführlicher ;) )

                                      In der Konsole jetzt folgendes tippen
                                      cd /home/ash/Downloads(Kennst sicher noch ;) )

                                      Und nun entweder
                                      sudo ./veetle-0.9.17-linux-install.sh(Vielleicht fragt er dich hier nach dem Passwort, einfach blind eintippen und enter)

                                      oder wenn er meckert von wegen "keine Rechte" oder "nicht ausführbar" oder ähnliches erst
                                      sudo chmod +x veetle-0.9.17-linux-install.shund dann nochmal
                                      sudo ./veetle-0.9.17-linux-install.sh
                                      « Letzte Änderung: 12. September 2010, 03:12:20 von der Dude »


                                      Offline Havoc

                                      • Bürohengst sucht Paragraphenreiterin
                                      • Die Großen Alten
                                        • Let me show you its features, hehehe!
                                          • Show only replies by Havoc

                                        Zitat
                                        ash@Minimi:~$ sudo bash
                                        [sudo] password for ash:
                                        Sorry, try again.
                                        [sudo] password for ash:
                                        root@Minimi:~#


                                        Hahahaha :biggrin:
                                        Mein Netbook heißt "Minime"  :lol:
                                        “When I ride my bike I feel free and happy and strong.  I’m liberated from the usual nonsense of day to day life.  Solid, dependable, silent, my bike is my horse, my fighter jet, my island, my friend.  Together we will conquer that hill and thereafter the world”


                                        Offline Ash

                                        • der Werbe-Bot
                                        • Moderator
                                        • *****
                                          • Tod durch SnuSnu
                                            • Show only replies by Ash
                                          So sollte meins auch heißen, hatte mich aber vertippt gehabt. :lol:


                                          So, ich habs versucht, bekomme das aber immernoch net hin, habe aber eigentlich das gemacht, was gesagt wurde, hier:

                                          Zitat
                                          root@Minimi:~# cd /home/ash/Downloads
                                          root@Minimi:~/Downloads# sudo ./veetle-0.9.17-linux-install.sh
                                          sudo: ./veetle-0.9.17-linux-install.sh: command not found
                                          root@Minimi:~/Downloads# sudo ./veetle-0.9.17-linux-install.sh
                                          sudo: ./veetle-0.9.17-linux-install.sh: command not found
                                          root@Minimi:~/Downloads# sudo chmod +x veetle-0.9.17-linux-install.sh
                                          root@Minimi:~/Downloads# sudo ./veetle-0.9.17-linux-install.sh
                                                     VEETLE END USER LICENSE AGREEMENT

                                              BE SURE TO CAREFULLY READ AND UNDERSTAND ALL OF THE RIGHTS AND RESTRICTIONS SET FORTH IN THIS END-USER LICENSE AGREEMENT
                                          ("EULA"). YOU WILL BE ASKED TO REVIEW AND EITHER ACCEPT OR NOT ACCEPT THE TERMS OF THE EULA. YOU ARE NOT AUTHORIZED TO USE TH
                                          IS SOFTWARE UNLESS AND UNTIL YOU ACCEPT THE TERMS OF THIS EULA.

                                          This EULA is a binding legal agreement between you and Veetle, Inc. (hereinafter "Licensor") for the materials accompanying t
                                          his EULA, including the accompanying computer software, associated media, printed materials and any "online" or electronic do
                                          cumentation (hereinafter the "Software"). By installing the Software, you agree to be bound by the terms of this EULA. If you
                                           do not agree to the terms of this EULA, do not install or attempt to use the Software.

                                          1.         Grant of License
                                          The Software is protected by copyright laws and international copyright treaties, as well as other intellectual property laws
                                           and treaties. The Software is licensed, not sold.

                                          This EULA grants you the following rights:
                                                      A.         You may install, use, access, display and run the Software, on a single computer, workstation or termi
                                          nal ("Computer") for your personal use only. The primary user of the Computer on which the Software is installed may make a s
                                          econd copy for his or her exclusive use for archival purposes only.

                                                      B.         You may store or install a copy of the Software on a storage device, such as a network server, used on
                                          ly to run the Software on your other Computers over an internal network. You must, however, acquire a license for each separa
                                          te Computer on which the Software is run, displayed or utilized from the server or similar device. A license for the Software
                                           may not be
                                          shared or used concurrently on different Computers.

                                                      C.         Your license rights under this EULA are non-exclusive. All rights not expressly granted herein are res
                                          erved by Licensor.

                                                      D.         You may not sell, transfer or convey the Software to any third party without Licensor's prior express
                                          written consent.



                                          Offline skfreak

                                          • Serienfreak
                                          • Die Großen Alten
                                              • Show only replies by skfreak
                                            @Akos: Das chmod geht auch ohne sudo ;) Der Download gehört ja dem User.

                                            @Ash:

                                            ./veetle-0.9.17-linux-install.sh
                                            Dann so lange (etwa 2x) die Leertaste drücken bis das hier kommt:

                                            Press <ENTER> to accept the terms and continue.

                                            ENTER drücken

                                            Dann kommt das hier:

                                            Installing to /home/archer/.mozilla/plugins and /home/archer/.veetle_vlc
                                            Press <ENTER> to continue.

                                            Der Pfad ist bei dir natürlich ein anderer ;) Nochmal Enter drücken und die Installation beginnt.


                                            Offline Ash

                                            • der Werbe-Bot
                                            • Moderator
                                            • *****
                                              • Tod durch SnuSnu
                                                • Show only replies by Ash
                                              Oha, danke aber irgendwie muss ich doch nichts mehr machen. Ich wollte gerade deinen Weg weitergehen aber nach dem von mir oben Zitierten musste ich erst einmal ein paar mal Enter drücken, um wieder was schreiben zu können. Dann aber erschien das hier:

                                              Zitat
                                              By clicking the "I accept" button below, you agree to the terms of this EULA.

                                              To continue installing you must accept the terms of the agreement.
                                              If you do not accept the terms, press <Control-C> now to abort installation.
                                              You must accept the agreement to install the Veetle software.

                                              Press <ENTER> to accept the terms and continue.

                                              You are running this script as root. Veetle recommends against installing
                                              on the superuser account. We suggest you press <Control-C> now and reinstall
                                              on the user account you typically use to run Firefox or Mozilla.
                                              Press <ENTER> to continue installing anyway as root.

                                              Installing to /home/ash/.mozilla/plugins and /home/ash/.veetle_vlc
                                              Press <ENTER> to continue.

                                              Unpacking decoder
                                              Decoder unpacked - Using for package extraction




                                              Veetle Installed Successfully.

                                              Also wars das jetzt!?? Also ich finde das aber verdammt umständlich. Ich wette beim nächstbesten Tool, was ich unter Linux installieren will, lande ich wieder ich in dem Thread, schonmal als Vorwahnung. Gibts da kein Hilfstool, dass das so einfach ist ist wie bei Windows ne .exe zu starten? :lol: Ich hab ja schon damals von DOS keine Ahnung gehabt zu 4/86er Zeiten als die Rechner noch 80Mhz hatten. Da hab ich unter Dos immer den Norten Commander benutzt. :D
                                              « Letzte Änderung: 12. September 2010, 12:59:05 von Ash »



                                              Offline skfreak

                                              • Serienfreak
                                              • Die Großen Alten
                                                  • Show only replies by skfreak
                                                Ash, warum hast du das mit sudo installiert???  :wall: Grmpf, falls es zu Probleme kommt, würde ich mich nicht wundern....

                                                Bzgl. Hilfstool: In der Regel gibt's für die meisten Programme Pakete die du ganz bequem mit Synaptic installieren kannst:
                                                System --> Systemverwaltung --> Synaptic Paketverwaltung
                                                Dann gibst du dein Passwort an und das Teil startet. Du kannst nun auch bequem nach Software suchen und so ;)