Cookie-urile ne ajută să îmbunătățim experiența dvs pe MobileWave. Utilizând acest site vă exprimați acordul asupra folosirii cookie-urilor.
Pentru mai multe detalii click aici. Pentru detalii legate de procesarea datelor cu caracter personal (GDPR) vedeti regulametul site & forum.
Pentru mai multe detalii click aici. Pentru detalii legate de procesarea datelor cu caracter personal (GDPR) vedeti regulametul site & forum.
Linux Sabayon
2 899 vizualizări
151 răspunsuri
Linkuri topic "Linux Sabayon"
Folosiți aceste formate când vreți să faceți o referire înspre acest topic de pe forum. Click pe un câmp și copiați textul în clipboard.
Topic Link (funcționabil doar în interoriul sitului MobileWave, recomandat în caz de uz intern)
BBCode (URL pentru alte forumuri)
MW Addicted
7608 mesaje
din 26/01/2006
38 aprecieri
13 mai 2009, 09:18:52
Acronis ala isi face o partitie separata si daca e ceva gresit te trezesti ca nu mai merge nimic, pe cand cu easybcd poti sa refaci oricand bootloaderul.
MW Addicted
4952 mesaje
din 21/07/2005
22 aprecieri
13 mai 2009, 14:03:45
chrissro 13-05-2009 05:24:16
Mai bine pune Acronis boot manager, e cel mai bun,iti spun eu.
si apoi,cand esti in single boot, trebe sa bagi bootloaderul care vine cu distributia, in cazul sabayon`ului, grub`ul.
MW Lurker
351 mesaje
din 08/03/2006
10 iulie 2009, 01:24:50
Ce program exista pentru 4.1 de gen Pidgin.., ca sa folosesc si eu chat-ul si transferul de fisiere pe contul Iahu?
MW Moderator
5625 mesaje
din 12/12/2007
90 aprecieri
10 iulie 2009, 04:27:31
Pai... Pidgin. Sau Kopete (dar asta nu stiu daca mai merge dupa schimbarile de protocol aduse de Yahoo!)
MW Addicted
1414 mesaje
din 21/01/2007
12 aprecieri
27 octombrie 2009, 19:45:49 • actualizat 27 octombrie 2009, 19:46:07 (1 ori)
ce versiune de sabayon ar trebui sa instalez? Am avut 3.5 dar sicer as incerca 4.2 sa vad cum este .... Ce imi recomandati pentru server de Counter Strike?
好人礼服黑色
15175 mesaje
din 05/10/2005
61 aprecieri
08 noiembrie 2009, 10:26:52
aduce imbunatatiri majore 4.2 de la 4.0? 
eu pe laptop tin (dar trebuie sa vad cum ii refac grubul) un 3.5
si pe desktop 4.0
in legatura cu sm player...imi deschide mult mai repede decat orice din windows un film mkv de 15 gb sa zicem,dar apare un "clipocit" enervant al imaginii din cand in cand...de la ce sa fie?

eu pe laptop tin (dar trebuie sa vad cum ii refac grubul) un 3.5
si pe desktop 4.0in legatura cu sm player...imi deschide mult mai repede decat orice din windows un film mkv de 15 gb sa zicem,dar apare un "clipocit" enervant al imaginii din cand in cand...de la ce sa fie?
MW Addicted
7608 mesaje
din 26/01/2006
38 aprecieri
08 noiembrie 2009, 11:30:57
好人礼服黑色
15175 mesaje
din 05/10/2005
61 aprecieri
08 noiembrie 2009, 12:44:26
ms pt link. mai incerc..ufff
apropo ati vazut ca a aparut sabayon 5.0 ?
totusi de ce kiturile de instalare sunt asa mici? ~2gb?
la 4.0 si 3.5 era 4GB . oare au mai scos din programelele incluse?
apropo ati vazut ca a aparut sabayon 5.0 ?

totusi de ce kiturile de instalare sunt asa mici? ~2gb?
la 4.0 si 3.5 era 4GB . oare au mai scos din programelele incluse?
好人礼服黑色
15175 mesaje
din 05/10/2005
61 aprecieri
08 noiembrie 2009, 13:09:04
mda,am rezolvat in sfarsit...
solutia era
"
I had to deal with similar issue (reinstalling Windows XP with Ubuntu 7.10 already installed), except I didn't delete the Windows partition, just formated. The thing is, at least according to my limited "boot" knowledge, that you have probably made the old GRUB unusable, since the Windows practically isn't on the same partition any more. This, however, shouldn't prevent you from trying the method I used. Be aware that I have done this only once, so there is a slight risk when following my instructions.
First of all, insert the Ubuntu Live CD and boot the computer from it. After doing so, and starting Ubuntu, run the Terminal (Applications -> Accessories -> Terminal) and run the following commands.
CONSOLE
$ sudo grub
After doing so, you will start the GRUB configuration utility which will allow you to setup GRUB on a desired partition.
CONSOLE
grub> find /boot/grub/stage1
This command will output (hd*,*), the asterisks being some numbers. Now you need to run these commands (replacing the asterisks with the numbers you got):
CONSOLE
grub> root (hd*,*)
grub> setup (hd0)
grub> quit
Exit Ubuntu, remove the disk and reboot your computer. You should now get the GRUB bootloader.
The chances are Ubuntu will run properly, but due to the deletion of a partition, Windows might not. If that is the case, start Ubuntu and run this command in the terminal:
CONSOLE
$ gksu gedit /boot/grub/menu.lst
The file menu.lst should contain something like this:
CODE
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Home Edition
root (hd0,0)
savedefault
makeactive
chainloader +1
If Windows doesn't boot, the root line is wrong, and you need to replace (hd0,0) with the proper partition. Which one and how to do so? That I don't know..."
solutia era
"
I had to deal with similar issue (reinstalling Windows XP with Ubuntu 7.10 already installed), except I didn't delete the Windows partition, just formated. The thing is, at least according to my limited "boot" knowledge, that you have probably made the old GRUB unusable, since the Windows practically isn't on the same partition any more. This, however, shouldn't prevent you from trying the method I used. Be aware that I have done this only once, so there is a slight risk when following my instructions.
First of all, insert the Ubuntu Live CD and boot the computer from it. After doing so, and starting Ubuntu, run the Terminal (Applications -> Accessories -> Terminal) and run the following commands.
CONSOLE
$ sudo grub
After doing so, you will start the GRUB configuration utility which will allow you to setup GRUB on a desired partition.
CONSOLE
grub> find /boot/grub/stage1
This command will output (hd*,*), the asterisks being some numbers. Now you need to run these commands (replacing the asterisks with the numbers you got):
CONSOLE
grub> root (hd*,*)
grub> setup (hd0)
grub> quit
Exit Ubuntu, remove the disk and reboot your computer. You should now get the GRUB bootloader.
The chances are Ubuntu will run properly, but due to the deletion of a partition, Windows might not. If that is the case, start Ubuntu and run this command in the terminal:
CONSOLE
$ gksu gedit /boot/grub/menu.lst
The file menu.lst should contain something like this:
CODE
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Home Edition
root (hd0,0)
savedefault
makeactive
chainloader +1
If Windows doesn't boot, the root line is wrong, and you need to replace (hd0,0) with the proper partition. Which one and how to do so? That I don't know..."
MW Addicted
1414 mesaje
din 21/01/2007
12 aprecieri
09 noiembrie 2009, 19:00:15
e urat de tot sabayon 5.0 kde
sunt dezamagit.... se bazeaza pe interfata si sarac in aplicatii ... nici pppoe nu are .. si daca ai net asa e practic imposibil sa il faci
si nici gedit nu am gasit pentru a putea instala net`ul mai bine 4.0 sau de fapt 3.5 is the best pana acum
PS: eu cred ca se aseamana foarte mult cu open suse sabayon 5.0
sunt dezamagit.... se bazeaza pe interfata si sarac in aplicatii ... nici pppoe nu are .. si daca ai net asa e practic imposibil sa il faci
si nici gedit nu am gasit pentru a putea instala net`ul mai bine 4.0 sau de fapt 3.5 is the best pana acum PS: eu cred ca se aseamana foarte mult cu open suse sabayon 5.0
好人礼服黑色
15175 mesaje
din 05/10/2005
61 aprecieri
09 noiembrie 2009, 19:04:30
ok ,deci stau bine. atat am vrut sa verific. am 3.5 pe laptop si 4.0 pe desktop, nu sunt la zi dar macar m-am linistit ca am versiuni bune.
mersi
mersi
MW Addicted
1414 mesaje
din 21/01/2007
12 aprecieri
10 ianuarie 2010, 23:01:01
fratilor nu mai gasesc sabayon 3.5 pe nicaieri ... de unde as putea sa il descarc
MW Addicted
926 mesaje
din 23/02/2008
3 aprecieri
10 ianuarie 2010, 23:17:24
MW Lurker
443 mesaje
din 30/12/2009
10 ianuarie 2010, 23:18:29 • actualizat 10 ianuarie 2010, 23:23:01 (2 ori)
SwAmP - ai dat click pe linkuri omule? 
sunt dezamagit.... se bazeaza pe interfata si sarac in aplicatii ... nici pppoe nu are ..zici asta pt ca acum s-a impartit in 2 versiuni, gnome si kde.
gnome are ceva, numit networkmanager, poti crea o conexiune PPPoE cu programul respectiv.
si conform http://www.sabayonlinux.org/sabayon/pkglist/Sabayon-5.1-x86K.txt toate versiunile de sabayon 5.1 au rp-pppoe instalat ca default!!

x_uereb 09-11-2009 19:00:15
e urat de tot sabayon 5.0 kde
sunt dezamagit.... se bazeaza pe interfata si sarac in aplicatii ... nici pppoe nu are ..gnome are ceva, numit networkmanager, poti crea o conexiune PPPoE cu programul respectiv.
si conform http://www.sabayonlinux.org/sabayon/pkglist/Sabayon-5.1-x86K.txt toate versiunile de sabayon 5.1 au rp-pppoe instalat ca default!!
MW Addicted
5940 mesaje
din 01/03/2008
5 aprecieri
10 ianuarie 2010, 23:20:50
x_uereb 10-01-2010 23:01:01
fratilor nu mai gasesc sabayon 3.5 pe nicaieri ... de unde as putea sa il descarc 
Înapoi la Linux
cine e aici?
MW pe Facebook
MW pe Twitter