Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installato windozzoz xp non mi vede piu gentoo
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Mon Apr 18, 2005 4:15 pm    Post subject: Reply with quote

kattivo wrote:
l'errore esatto che mi da è
Chroot: cannot run command "/bin/bash" : Exec format error


Pastaci un
Code:

mount


per favore
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
Back to top
View user's profile Send private message
kattivo
Guru
Guru


Joined: 28 Jan 2005
Posts: 450
Location: Treviso

PostPosted: Mon Apr 18, 2005 4:26 pm    Post subject: Reply with quote

il mount non da problemi..
mount /dev/hda4 /mnt/gentoo (partizione di root)
mount -t proc proc /mnt/gentoo/proc
mount /dev/hda2 /mnt/gentoo/boot


le mie partizioni sono
hda1 windows..
hda2 boot
hda3 swap
hda4 root
Back to top
View user's profile Send private message
Dece
Apprentice
Apprentice


Joined: 23 Nov 2004
Posts: 291
Location: Bologna/Rimini Italy

PostPosted: Mon Apr 18, 2005 4:34 pm    Post subject: Reply with quote

kattivo wrote:
mount -t proc proc /mnt/gentoo/proc

questo è sbagliato, è cosi
Code:
mount -t proc none /mnt/gentoo/proc

e cmq:
rakim wrote:
Prima di fare il chroot, devi montare le partizioni! Ecco l'ordine:
Code:
# mount /dev/hdaX /mnt/gentoo
# mount -t proc none /mnt/gentoo/proc
# chroot /mnt/gentoo /bin/bash

:wink:


Last edited by Dece on Mon Apr 18, 2005 4:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
rota
l33t
l33t


Joined: 13 Aug 2003
Posts: 960

PostPosted: Mon Apr 18, 2005 4:35 pm    Post subject: Reply with quote

squsami....ma windows....per partire non usa un boot looder ???'
editalo in modo che faipartire sia windows che linux...( io lo fatto una volta " quando acora mi servivva winzozz..' e ti assicuro che fiumzzioma....)
Back to top
View user's profile Send private message
kattivo
Guru
Guru


Joined: 28 Jan 2005
Posts: 450
Location: Treviso

PostPosted: Mon Apr 18, 2005 4:41 pm    Post subject: Reply with quote

è che non ho trovato niente riguardo la modifica del bootleader di windows...non è che ti ricordi qualcosa??
Back to top
View user's profile Send private message
rota
l33t
l33t


Joined: 13 Aug 2003
Posts: 960

PostPosted: Mon Apr 18, 2005 4:56 pm    Post subject: Reply with quote

cerca sto file
Quote:
boot.ini


se poi fai una ricercha su www.ggole.it
Quote:

http://www.google.it/search?hl=it&q=+boot.ini+%2Blinux&btnG=Cerca&meta=lr%3Dlang_it


trovvi sto link......
Quote:

http://www.wintricks.it/windxp/boot-ini.html
Back to top
View user's profile Send private message
Dece
Apprentice
Apprentice


Joined: 23 Nov 2004
Posts: 291
Location: Bologna/Rimini Italy

PostPosted: Mon Apr 18, 2005 5:05 pm    Post subject: Reply with quote

La guida che c'è in quel link spiega come estrarre il boot sector da un floppy, ma per estrarlo da una partizione bisogna usare il comando dd, come si spiega nel link postato da me prima
Però secondo me è inutile andare a complicarsi la vita così: è molto più semplice configurare grub o lilo e buonanotte
Back to top
View user's profile Send private message
rota
l33t
l33t


Joined: 13 Aug 2003
Posts: 960

PostPosted: Mon Apr 18, 2005 5:17 pm    Post subject: Reply with quote

si squsa,,,avevo sbagliato link......pero lo avevo coretto.....
Quote:

http://www.wintricks.it/windxp/boot-ini.html

e poi è piu facile di quanto sembri....
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Mon Apr 18, 2005 5:53 pm    Post subject: Reply with quote

mettere linux dal bootloader di winzozz è una caxxata... winzozz ha un bootloader di cacca :!: :!: :!: :!: :!:
cmq si fà così
si installa lilo non nell'mbr
poi
Code:
dd if=/dev/hda3 of=/home/tuoutente/liloboot.bin bs=512 count=1

andare in winzozz e mettere liloboot.bin appena creato che stà nella tua home in c:\
se è ntfs la partizione lo porti o con captive o con un dischetto (alle volte io mi mando 1'mail :wink: )
aggiungere con notepad questa riga
C:\liloboot.bin="Linux"
e parte
:!: :!: :!: :!:
_________________
C.
Back to top
View user's profile Send private message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Tue Apr 19, 2005 12:08 am    Post subject: Reply with quote

Dece wrote:
kattivo wrote:
mount -t proc proc /mnt/gentoo/proc

questo è sbagliato, è cosi
Code:
mount -t proc none /mnt/gentoo/proc

e cmq:
rakim wrote:
Prima di fare il chroot, devi montare le partizioni! Ecco l'ordine:
Code:
# mount /dev/hdaX /mnt/gentoo
# mount -t proc none /mnt/gentoo/proc
# chroot /mnt/gentoo /bin/bash

:wink:


o -t proc proc
o -t proc none

va bene in ambedue i modi tranquillo
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
Back to top
View user's profile Send private message
Dece
Apprentice
Apprentice


Joined: 23 Nov 2004
Posts: 291
Location: Bologna/Rimini Italy

PostPosted: Tue Apr 19, 2005 8:22 am    Post subject: Reply with quote

Little Cash wrote:

o -t proc proc
o -t proc none
va bene in ambedue i modi tranquillo

Si? chiedo scusa non sapevo :oops:
Back to top
View user's profile Send private message
kattivo
Guru
Guru


Joined: 28 Jan 2005
Posts: 450
Location: Treviso

PostPosted: Tue Apr 19, 2005 7:19 pm    Post subject: Reply with quote

Raga...io non ci sono ancora riuscito a entrare in chroot...datemi una manina plsssss :cry::cry::cry::cry:
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Tue Apr 19, 2005 9:29 pm    Post subject: Reply with quote

kattivo wrote:
Raga...io non ci sono ancora riuscito a entrare in chroot...datemi una manina plsssss :cry::cry::cry::cry:

mi puoi scrivere per favore gli esatti comandi che scrivi da quando si avvia il livecd a quando ti da' l'errore?
continuo a pensare che tu stia sbagliando qualcosa.... non è possibile che non ti entri in chroot...
postali esattamente nel modo in cui li scrivi sulla tua macchina (e nello stesso ordine :D )
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4791
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Tue Apr 19, 2005 9:47 pm    Post subject: Reply with quote

kattivo wrote:
eh non me lo ricordo essattamente comunque è tipo:
"bin/bash" : cannot Exect binary..

https://forums.gentoo.org/viewtopic-t-281675-highlight-chroot+bin+bash+exec+format+error.html
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Tue Apr 19, 2005 9:54 pm    Post subject: Reply with quote

@KaTTiVo

Te l'avevo detto su IRC che usavi il livecd sbagliato :roll:
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
Back to top
View user's profile Send private message
kattivo
Guru
Guru


Joined: 28 Jan 2005
Posts: 450
Location: Treviso

PostPosted: Wed Apr 20, 2005 1:49 pm    Post subject: Reply with quote

Allora finalemente sono riuscito a far partire gentoo! ho scaricato il livecd 2005 e facendo i controlli sull'hd sono riuscito a entrare! ora sono riuscito a sistemare il grub e farlo partire al boot! il problema è che se avvio windows, al riavvio successivo mi elimina il grub e al secondo riavvio vedo solo windows come prima..e mi tocca ogni volta fare questo procedimento...è possibile?
ho guardato la partizione con fdisk e quando non riesco a entrare su linux ho notato che la partizione di windows è messa con il * di boot e naturalmente mi toglie quella di linux con il grub..
la domanda è: come faccio a togliere il default che mette windows sulla tabella delle partizioni?:?: :?: :?: :?: :?:
Back to top
View user's profile Send private message
Little Cash
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2003
Posts: 131
Location: Cosenza, Italia

PostPosted: Wed Apr 20, 2005 1:55 pm    Post subject: Reply with quote

Da windows dai un fdisk /MBR

Quindi restarta con il livecd, installa grub nel MBR e riavvia. Dovrebbe funzionare
_________________
D: Perche' usi linux?
R: Perche' mi piace dover riavviare solo per un kernel upgrade

- badguy@IRCNet -
Back to top
View user's profile Send private message
rota
l33t
l33t


Joined: 13 Aug 2003
Posts: 960

PostPosted: Wed Apr 20, 2005 3:40 pm    Post subject: Reply with quote

Quote:
se avvio windows, al riavvio successivo mi elimina il grub e al secondo riavvio vedo solo windows


questo perche ai nell pc un virus...è mi sa che tesei preso il peggiore di tutti....

http://fsinfo.cs.uni-sb.de/~abe/pictures/windoof/logo_virus.jpg :wink:
Back to top
View user's profile Send private message
LastHope
Apprentice
Apprentice


Joined: 11 May 2005
Posts: 237
Location: Mordor

PostPosted: Mon Sep 12, 2005 1:43 pm    Post subject: Reply with quote

Oggi grazie a questa guida (perchè non è stata fatta How-to?) io e un altro mio amico abbiamo sistemato il computer di un nostro amico :) ...volevo solo aggiungere una cosa che qui non avevo notato (e non essendo tutti super-esperti di Linux, ci ha fatto penare un po'): la reinstallazione di Windows aveva cambiato i link simbolici alle varie partizioni, quindi dopo aver sistemato grub abbiamo anche dovuto modificare /etc/fstab con i nuovi link simbolici presenti se fatto andare cfdisk...non l'avevo letto in questi post, quindi ho pensato di aggiungerlo sperando potesse essere utile :)
Ciao a tutti

LastHope
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum