|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Member
Iscritto dal: Jan 2007
Messaggi: 38
|
UBUNTU E WINDOWS - Come scegliere all'avvio?
Ciao a tutti,
da ut..onto ho installato con grande soddisfazione Linux Ubuntu su un computer desktop. Purtroppo il pc è di mia sorella e per sua "gentile richiesta" ho dovuto reistallare windows successivamente e sulla partizione libera che ho creato con Gnu Parted Live. Ora è suddiviso in questo modo: /dev/sda1 ext3 boot /dev/sda3 fat32 /dev/sda2 extended dev/sda5 linux swap ma non riesco ad più avviare Ubuntu ne a verificare se sia ancora installato. Può essere che windows abbia rimosso tutto? Come faccio a verificarlo? Vorrei inoltre scegliere all'avvio con quale sistema operativo partire. é meglio modificare grub.conf con ubuntu o boot.ini? ...NON HO LE IDEE MOLTO CHIARE!... GRAZIE |
|
|
|
|
|
#2 |
|
Senior Member
Iscritto dal: Feb 2006
Messaggi: 640
|
per vedere se c'è ancora utilizza una distribuzione live... per ripristinare segui questa guida: http://www.mondolinux.org/viewtopic.php?t=10
__________________
Linux User: #430842
Arch Linux User Ultima modifica di -AnDrEw-88- : 10-05-2007 alle 18:25. |
|
|
|
|
|
#3 | |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7258
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Member
Iscritto dal: Jan 2007
Messaggi: 38
|
Provo a reinstallare Ubuntu sulle partizioni che avevo creato.
grazie per ora.. vi farò sapere... |
|
|
|
|
|
#5 |
|
Senior Member
Iscritto dal: Aug 2002
Città: Como
Messaggi: 2942
|
posso intromettermi?
ho visto che la partizione che hai fatto è fat32. La mia domanda è: mi sembra di aver capito che linux (insomma da un certo kernel in poi) non solo legge ma anche scrive in NTFS, ma che la cosa non sia proprio consigliabile, è esatto? Ammesso che non mi importi che da linux posso scrivere nella partizione di win (devo per forza farla ntfs per le dimensioni), poi da win vedo tranquillamente le partizioni di linux? (vedo e posso scriverci intendo)
__________________
AMD 965BE cooled by Scythe YASYA | Gigabyte GA-880GA-UD3H | Cooler Master HX520W | Cooler Master 690 Advanced II | Radeon HD4870 vapor-x | AOC i2757Fh | Panasonic AX200 VENDO |
|
|
|
|
|
#6 |
|
Member
Iscritto dal: Jan 2007
Messaggi: 38
|
Prima di installare Ubuntu devo modificare la partizione di boot?
Ora è quella sulla quale avevo installato linux, cosa cambia? |
|
|
|
|
|
#7 | |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7258
|
Quote:
per leggere e scrivere da windows sulle partizioni linux dipende da che filesystem hai scelto. se usi ext3 ci sono dei drivers che funzionano bene e vedi le partizioni linux tra le altre di windows. per reiserfs c'è un driver che però è instabilissimo e praticamente funziona solo sul pc di quello che l'ha scritto, altrimenti ci sono delle applicazioni come yareg che offrono un'interfaccia per gestire la partizione (ma solo in lettura). per gli altri filesystem non so.. Ultima modifica di k0nt3 : 14-01-2007 alle 18:49. |
|
|
|
|
|
|
#8 |
|
Senior Member
Iscritto dal: Aug 2002
Città: Como
Messaggi: 2942
|
grazie k0nt3
nono, ext3 penso proprio sceglierò quello
__________________
AMD 965BE cooled by Scythe YASYA | Gigabyte GA-880GA-UD3H | Cooler Master HX520W | Cooler Master 690 Advanced II | Radeon HD4870 vapor-x | AOC i2757Fh | Panasonic AX200 VENDO |
|
|
|
|
|
#9 |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7258
|
i drivers per ext3 su windows sono questi http://www.fs-driver.org/download.html
c'è scritto ext2 ma funziona anche con ext3 |
|
|
|
|
|
#10 | |
|
Member
Iscritto dal: Jan 2007
Messaggi: 38
|
Quote:
Ora come faccio ad impostare come avvio predefinito windows? è meglio modificare grub.conf o boot.ini? |
|
|
|
|
|
|
#11 | |
|
Senior Member
Iscritto dal: Mar 2006
Città: Bergamo
Messaggi: 2499
|
Quote:
|
|
|
|
|
|
|
#12 | |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7258
|
Quote:
si capisce abbastanza... c'è una riga con scritto "default 0" se cambi quel numero cambi anche il SO selezionato di default |
|
|
|
|
|
|
#13 |
|
Member
Iscritto dal: Jan 2007
Messaggi: 38
|
ESATTAMENTE, COSA DOVREI MODIFICARE PER IMPOSTARE DI DEFAULT L'AVVIO CON WINZOZZ? GRAZIE
-------------------------------------------------------------------------------------------------- # menu.lst - See: grub(8), info grub, update-grub(8) # grub-install(8), grub-floppy(8), # grub-md5-crypt, /usr/share/doc/grub # and /usr/share/doc/grub-doc/. ## default num # Set the default entry to the entry number NUM. Numbering starts from 0, and # the entry number 0 is the default if the command is not used. # # You can specify 'saved' instead of a number. In this case, the default entry # is the entry saved with the command 'savedefault'. # WARNING: If you are using dmraid do not change this entry to 'saved' or your # array will desync and will not let you boot your system. default 0 ## timeout sec # Set a timeout, in SEC seconds, before automatically booting the default entry # (normally the first entry defined). timeout 10 ## hiddenmenu # Hides the menu by default (press ESC to see the menu) #hiddenmenu # Pretty colours #color cyan/blue white/blue ## password ['--md5'] passwd # If used in the first section of a menu file, disable all interactive editing # control (menu entry editor and command-line) and entries protected by the # command 'lock' # e.g. password topsecret # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/ # password topsecret # # examples # # title Windows 95/98/NT/2000 # root (hd0,0) # makeactive # chainloader +1 # # title Linux # root (hd0,1) # kernel /vmlinuz root=/dev/hda2 ro # # # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST ### BEGIN AUTOMAGIC KERNELS LIST ## lines between the AUTOMAGIC KERNELS LIST markers will be modified ## by the debian update-grub script except for the default options below ## DO NOT UNCOMMENT THEM, Just edit them to your needs ## ## Start Default Options ## ## default kernel options ## default kernel options for automagic boot options ## If you want special options for specific kernels use kopt_x_y_z ## where x.y.z is kernel version. Minor versions can be omitted. ## e.g. kopt=root=/dev/hda1 ro ## kopt_2_6_8=root=/dev/hdc1 ro ## kopt_2_6_8_2_686=root=/dev/hdc2 ro # kopt=root=UUID=d9b38b6b-4971-4635-9814-f2119040c69f ro # kopt_2_6=root=/dev/sda1 ro ## default grub root device ## e.g. groot=(hd0,0) # groot=(hd0,0) ## should update-grub create alternative automagic boot options ## e.g. alternative=true ## alternative=false # alternative=true ## should update-grub lock alternative automagic boot options ## e.g. lockalternative=true ## lockalternative=false # lockalternative=false ## additional options to use with the default boot option, but not with the ## alternatives ## e.g. defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash ## should update-grub lock old automagic boot options ## e.g. lockold=false ## lockold=true # lockold=false ## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(recovery) single # altoptions=(recovery mode) single ## controls how many kernels should be put into the menu.lst ## only counts the first occurence of a kernel, not the ## alternative kernel options ## e.g. howmany=all ## howmany=7 # howmany=all ## should update-grub create memtest86 boot option ## e.g. memtest86=true ## memtest86=false # memtest86=true ## should update-grub adjust the value of the default booted system ## can be true or false # updatedefaultentry=false ## ## End Default Options ## title Ubuntu, kernel 2.6.17-10-generic root (hd0,0) kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro quiet splash initrd /boot/initrd.img-2.6.17-10-generic quiet savedefault boot title Ubuntu, kernel 2.6.17-10-generic (recovery mode) root (hd0,0) kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda1 ro single initrd /boot/initrd.img-2.6.17-10-generic boot title Ubuntu, memtest86+ root (hd0,0) kernel /boot/memtest86+.bin quiet boot ### END DEBIAN AUTOMAGIC KERNELS LIST # This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda2 title Microsoft Windows XP Professional root (hd0,1) savedefault makeactive chainloader +1 --------------------------------------------------------------------------- |
|
|
|
|
|
#14 |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7258
|
è spiegato qui:
## default num # Set the default entry to the entry number NUM. Numbering starts from 0, and # the entry number 0 is the default if the command is not used. # # You can specify 'saved' instead of a number. In this case, the default entry # is the entry saved with the command 'savedefault'. # WARNING: If you are using dmraid do not change this entry to 'saved' or your # array will desync and will not let you boot your system. comunque iniziando a contare da 0 windows dovrebbe essere il 4, quindi al posto di "default 0" metti "default 4" |
|
|
|
|
|
#15 | |
|
Member
Iscritto dal: Jan 2007
Messaggi: 38
|
Quote:
INFATTI! HO RISOLTO TUTTO. GRAZIE!!! |
|
|
|
|
|
|
#16 | |
|
Bannato
Iscritto dal: Mar 2004
Città: Edimburgo (UK)
Messaggi: 6631
|
Quote:
Qualcuno conferma? |
|
|
|
|
|
|
#17 | |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7258
|
Quote:
da qualche mese però circola un modulo per FUSE (che a sua volta è un modulo del kernel per creare filesystems in user space) che si chiama ntfs-3g e permette lettura e scrittura in maniera abbastanza affidabile anche se è ancora software beta. sta tutto qua http://www.ntfs-3g.org/ |
|
|
|
|
|
|
#18 | |
|
Bannato
Iscritto dal: Mar 2004
Città: Edimburgo (UK)
Messaggi: 6631
|
Quote:
Grazie mille delle info |
|
|
|
|
|
|
#19 | |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 2195
|
Quote:
ma una volta che installo quei driver su windows,come faccio da linux a leggere i file presenti in windows???
__________________
venitemi a trovare nel mio sito www.skintek.altervista.org/skintek1.htm forum di camionisti virtuali http://virtualtrucker.mastertopforum.com/index.php |
|
|
|
|
|
|
#20 | |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7258
|
Quote:
|
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 21:02.



















