View previous topic :: View next topic |
Author |
Message |
HoX Guru
Joined: 11 Nov 2006 Posts: 385
|
Posted: Sun Oct 28, 2007 5:37 pm Post subject: [RISOLTO] Sistema da multipartizione a monopartizione |
|
|
Come da oggetto, ho installato gentoo su un sistema multipartizione... ora vorrei portare l'intero sistema su una singola partizione.
Ho provato a creare uno stage4 seguendo questa guida e a decompattarlo su una partizione vuota di prova. Il risultato e' che all'avvio sulla nuova partizione mi da errore dicendo
/proc deve esistere affinche' Gentoo possa funzionare
montare root in modalita' rw e digitare mkdir -p /proc
E da li' dovrei inserire la password di root (che pero' non viene riconosciuta)... come fare?
Vi do un po' di informazioni ipoteticamente utili
Quote: | # fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 5 40131 83 Linux
/dev/sda2 6 68 506047+ 83 Linux
/dev/sda3 69 2061 16008772+ 83 Linux
/dev/sda4 2062 14593 100663290 5 Esteso
/dev/sda5 2062 2311 2008093+ 83 Linux
/dev/sda6 2312 10280 64010961 83 Linux
/dev/sda7 10281 11277 8008371 83 Linux
/dev/sda8 11278 11589 2506108+ 82 Linux swap / Solaris
/dev/sda9 11590 14593 24129598+ 83 Linux |
i file fstab sono:
fstab vecchio wrote: | /dev/sda1 /boot ext2 noauto,noatime 1 2
/dev/sda2 / ext3 noatime 0 1
/dev/sda3 /usr ext3 noatime 0 1
/dev/sda5 /root ext3 noatime 0 1
/dev/sda6 /home ext3 noatime,noexec 0 1
/dev/sda7 /var ext3 noatime 0 1
/dev/sda8 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro,users 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
proc /proc proc defaults 0 1 |
fstab nuovo wrote: | /dev/sda1 /boot ext2 noauto,noatime 1 2
/dev/sda9 / ext3 noatime 0 1
/dev/sda6 /home ext3 noatime,noexec 0 1
/dev/sda8 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,ro,users 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
proc /proc proc defaults 0 1 |
e il file grub.conf configurato per entrambi i sistemi e' questo:
Quote: | default 0
timeout 5
splashimage (hd0,0)/boot/grub/splash.xpm.gz
#Gentoo Linux with Gentoo-Kernel
title=Gentoo Linux 2.6.21-gentoo
root (hd0,0)
kernel /boot/kernel-2.6.21-gentoo root=/dev/sda2 vga=0x318 video=vesafb:mtrr:3,ywrap
boot
#QUESTO E' IL SISTEMA NUOVO CHE NON FUNZIONA
title=Gentoo Stage4
root (hd0,0)
kernel /boot/kernel-2.6.21-gentoo root=/dev/sda9 vga=0x318 video=vesafb:mtrr:3,ywrap
boot
#Gentoo Linux noFB with Gentoo-Kernel
title=Gentoo Linux 2.6.21-gentoo noFB
root (hd0,0)
kernel /boot/kernel-2.6.21-gentoo root=/dev/sda2
boot
#Gentoo Linux (Rescue) with Gentoo-Kernel
title=Gentoo Linux 2.6.21-gentoo (Rescue)
root (hd0,0)
kernel /boot/kernel-2.6.21-gentoo root=/dev/sda2 init=/bin/bb
boot |
se serve altro chiedete pure... grazie anticipatamente!
Last edited by HoX on Mon Oct 29, 2007 1:29 pm; edited 1 time in total |
|
Back to top |
|
|
.:deadhead:. Advocate
Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
|
Back to top |
|
|
HoX Guru
Joined: 11 Nov 2006 Posts: 385
|
Posted: Mon Oct 29, 2007 12:40 pm Post subject: |
|
|
.:deadhead:. wrote: | parti con un livecd ed assicurati che tutti i vecchi mount point esistano anchee nella nuova partizione. Forse, come suggerisce il sistema, la dir /proc non esiste... |
Sono la quintessenza dell'idiozia... mancava la dir /proc su sda9... chiedo umilmente perdono! |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Mon Oct 29, 2007 1:08 pm Post subject: |
|
|
Anema wrote: | .:deadhead:. wrote: | parti con un livecd ed assicurati che tutti i vecchi mount point esistano anchee nella nuova partizione. Forse, come suggerisce il sistema, la dir /proc non esiste... |
Sono la quintessenza dell'idiozia... mancava la dir /proc su sda9... chiedo umilmente perdono! |
FYI, la voce relativa a /proc nell'fstab non serve più, nelle ultime release del kernel.
Vedi modifica nel Manuale e relativo bugreport. _________________ I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny |
|
Back to top |
|
|
|
|
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
|
|