[Risolto] Eliminare partizioni

Sistemi operativi Linux e software open source
Rispondi
Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Eliminare partizioni

Messaggio da conoscenza »

Quindi non si avvia ancora.

Non riesci a postare qui i messaggi di errore e i suggerimenti?

probabilmente, editando a mano il file /boot/grub/grub.cfg e rimasto qualcosa in:
/etc/default
/etc/grub.d/
/boot/grub/device.map
...

Tuttavia se non so i comandi che stai dando, non capisco esattamente quello che stai facendo e come lo stai facendo (ubuntu live o con cosa?)
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Eliminare partizioni

Messaggio da Zievatron »

Da Ubuntu live ho usato solo i comandi che hai suggerito tu.
Il grub.cfg attuale non è editato a mano, ma è derivato dal comando update-grub.
Poi sono passato all'avvio normale.
Si interrompe l'avvio quando non trova sda9 e mi propone di usare e2fsck.
Usando e2fsck su sda5 ed sda6 trova tutto ok, usandolo su sda9, ovviamente, non la trova.

Ora provo a tornare in Ubuntu Live ed a chroottarmi per guardare nei percorsi che hai indicato.
Zievatron

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Eliminare partizioni

Messaggio da Zievatron »

Sono tornato in Ubuntu Live ed ho ripetuto l'installazione di Grub con questo risultato:

Codice: Seleziona tutto

bash-4.1#     grub-install --recheck /dev/sda
Installation finished. No error reported.
bash-4.1#     update-grub
Generating grub.cfg ...
Found background: /boot/grub/salix.jpg
Found linux image: /boot/vmlinuz-huge-recent-3.3.6
Found linux image: /boot/vmlinuz-huge-2.6.37.6
  No volume groups found
Found Windows Vista (loader) on /dev/sda1
Found Windows Vista (loader) on /dev/sda2
done
Quel "No volume groups found" è qualcosa che non va?
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Eliminare partizioni

Messaggio da conoscenza »

...avvia la live di ubuntu, apri un terminale e dai tutti questi comandi:
http://www.bitsandchips.it/forum/viewto ... =30#p26921

riportami l'output di tutti...
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Eliminare partizioni

Messaggio da Zievatron »

Altre osservazioni da Ubuntu in chroot su Salix:

Codice: Seleziona tutto

bash-4.1# ls /etc/default
autofs	  getty.modem	 useradd	 uugetty.sched
cdrecord  grub		 uugetty.modem	 uugetty.waitfor
getty	  grub.old.2891  uugetty.sample
bash-4.1# ls /etc/grub.d/
00_header  10_linux  20_linux_xen  30_os-prober  40_custom  41_custom  README

Codice: Seleziona tutto

bash-4.1# cat /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-TOSHIBA_MK2552GSX_98MJT4DPT
(hd1)	/dev/disk/by-id/ata-ST3500418AS_6VME2FGF

Codice: Seleziona tutto

bash-4.1# cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

# If you want to dynamically change the default entry booted using
# `grub-set-default' or `grub-reboot', set this to "saved".
# Placing a number here will always boot that entry and the previously
# mentioned two tools won't have any effect.
# For savedefault functionality
GRUB_DEFAULT=saved

GRUB_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_DISTRIBUTOR="Salix $(sed -e "s/^Slackware //" /etc/slackware-version)"
GRUB_CMDLINE_LINUX_DEFAULT="quiet vga=791"
GRUB_CMDLINE_LINUX="vt.default_utf8=1 resume=/dev/sda4 "

# The device grub should be installed to (usually you should not need to
# change this)
GRUB_TARGET=/dev/sda

# Uncomment this to enable savedefault support (i.e. the last chosen
# menuentry is booted the next time).
# Note: This depends on "GRUB_DEFAULT=saved"
#GRUB_SAVEDEFAULT=true

# The background image which should be used for the graphical terminal.
GRUB_BACKGROUND="/boot/grub/salix.jpg"

# The theme which should be used for the graphical terminal.
# This makes the background option obsolete.
GRUB_THEME=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL_OUTPUT=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

# Uncomment to disable the detection of other installed operating
# systems using os-prober
#GRUB_DISABLE_OS_PROBER="true"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
Zievatron

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Eliminare partizioni

Messaggio da Zievatron »

conoscenza ha scritto:...avvia la live di ubuntu, apri un terminale e dai tutti questi comandi:
http://www.bitsandchips.it/forum/viewto ... =30#p26921

riportami l'output di tutti...
Eccoli:

Codice: Seleziona tutto

ubuntu@ubuntu:~$     sudo mount /dev/sda6 /mnt
ubuntu@ubuntu:~$     sudo mount --bind /dev /mnt/dev
ubuntu@ubuntu:~$     sudo mount --bind /proc /mnt/proc
ubuntu@ubuntu:~$     sudo mount --bind /sys /mnt/sys
ubuntu@ubuntu:~$     sudo chroot /mnt
bash-4.1#     mount /dev/sda5 /boot
bash-4.1#     grub-install /dev/sda
Installation finished. No error reported.
bash-4.1#     update-grub
Generating grub.cfg ...
Found background: /boot/grub/salix.jpg
Found linux image: /boot/vmlinuz-huge-recent-3.3.6
Found linux image: /boot/vmlinuz-huge-2.6.37.6
  No volume groups found
Found Windows Vista (loader) on /dev/sda1
Found Windows Vista (loader) on /dev/sda2
done
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Eliminare partizioni

Messaggio da conoscenza »

riavvia.
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Eliminare partizioni

Messaggio da Zievatron »

Ho tolto il CD e riavviato.
Il risultato è sempre lo stesso:

Mentre si avvia Salix mi dice:

checking root filesystem:
fsck from util-linux 2.19
/sbin/e2fsck: no such file or directory while trying to open /dev/sda9
possibily non-existent device?

Poi mi suggerisce il comando e2fsck -v -y <partition> (già provato senza risolvere la cosa) e mi fa entrare in System Maintenence Mode.

Come gli faccio passare la fissazione di cercare sda9?
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Eliminare partizioni

Messaggio da conoscenza »

Avvia la live di ubuntu, chroot Salix e fai vedere:
cat /etc/fstab
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Eliminare partizioni

Messaggio da Zievatron »

Aaaarrrggghhh!!!! :s
E' sbagliata! E' rimasta con i vecchi numeri. Come mai?

Codice: Seleziona tutto

bash-4.1# cat /etc/fstab
/dev/sda4        swap             swap        defaults         0   0
/dev/sda9        /                ext4        noatime,defaults 1   1
/dev/sda8        /boot            ext2        defaults         1   2
#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,users,rw,umask=00 0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0
Posso editarla e cambiare i numeri?
Oppure come devo rimediare?
Zievatron

Rispondi