[RISOLTO]ripristino master boot record

Postate qui per tutte le discussioni legate a Linux in generale.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Gnu/Linux in genere, se l'argomento è specifico alla Slackware usate uno dei forum Slackware o Slackware64.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Avatar utente
Procopio
Linux 3.x
Linux 3.x
Messaggi: 844
Iscritto il: ven 29 lug 2011, 11:50
Nome Cognome: Matteo Micheletto Oddino
Slackware: 14.2
Kernel: 4.4.14
Desktop: Awesome
Località: Torino

[RISOLTO]ripristino master boot record

Messaggio da Procopio »

Ciao a tutti!!!
sto utilizzando ubuntu su un notebook con tre partizioninel tentativo di aggiustare un booting mal funzionante.

Nelle mie partizioni c'è un ubuntu uno slackware e un Windows (per chi volesse dia un occhiata qua viewtopic.php?f=1&t=34594)

Nel tentativo di scalzare il grub in favore di lilo ho installato questo (lilo), e poi ho tentato di settarlo con il liloconfig.
Questo mi ha modificato l'mbr ed ora in fase di boot non compare piu né il grub né lilo, ma soltanto, in alto a destra, la scritta:

Codice: Seleziona tutto

MBR

_

con underscore lampeggiante che però non è una linea di comando, e non posso fare altro che riavvio forzato col pulsante di accensione.

Come posso ripristinare MBR e compagnia bella??
-e magari già che ci siamo eliminare grub in favore di lilo?

Grazie a tutti!

Spero rispondiate, di là (nella domanda sul plymout (che ha scatenato il tutto)) non ha risposto nessuno!;)Offtopic: Offtopic: Offtopic: Offtopic: Offtopic: Offtopic:
Ultima modifica di Procopio il mer 24 ago 2011, 10:45, modificato 3 volte in totale.

Avatar utente
ZeroUno
Staff
Staff
Messaggi: 5441
Iscritto il: ven 2 giu 2006, 14:52
Nome Cognome: Matteo Rossini
Slackware: current
Kernel: slack-current
Desktop: ktown-latest
Distribuzione: 01000000-current
Località: Roma / Castelli
Contatta:

Re: ripristino master boot record

Messaggio da ZeroUno »

Mi sembra di aver capito che la macchina non ti fa più il boot?

Allora prima di rispiegarti meglio cominciamo a fargli fare il boot!

inserisci il cd di slackware
huge.s root=/dev/sda1 rdinit= ro
in cui sda1 è la tua partizione di slackware

ora hai un sistema sufficientemente funzionante per poterci postare il tuo lilo.conf e magari anche il menu.lst di grub (se è grub2 non so se è menu.lst, ma cerca.. grub2 non lo conosco)

Non conosco plymout, quindi cominciamo a far funzionare il sistema senza di questo.

E' ora il momento di decidere come fare il boot.
Ci sono modi e filosofie diverse.

Personalmente è da un po' di tempo che non piazzo lilo in MBR (tanto meno grub), quanto piuttosto nella root partition e poi rendere attiva da fdisk quella. Porta alcuni vantaggi che non sto ad elencare per non andare non scatenare flame (visto che anche metterlo nell'mbr porta altri vantaggi... ad ognuno quelli che preferisce; io vado controcorrente: quando liloconfig mi consigliava di metterlo nella root partition io lo mettevo in mbr, ora che suggerisce mbr io lo metto nella root ;-)).

Se sei tra quelli che mettono lilo in mbr allora scrivi boot=/dev/sda in lilo.conf e hai finito.
Se sei come me allora è più complicato :-)

Come prima cosa eliminiamo un po' di spazzatura dall'mbr:
# cat /usr/share/syslinux/mbr.bin > /dev/sda
(tranquillo, non ti cancella il disco, ma fai prima un ls -l mbr.bin; non deve essere più grande di 448 byte)
metti boot=/dev/sda1 in lilo.conf
rendi attiva la partizione di slackware con fdisk /dev/sda (comando 'a')

per il boot di lilo sei a posto.

Per il boot di ubuntu hai due scelte:
1) fai in modo che lilo deleghi a grub; questa è la scelta più pulita
2) prendi i parametri di grub e li copi in lilo (okkio agli aggiornamenti kernel in ubuntu)

nel primo caso configura lilo come se dovessi bootare una partizione windows:
other=/dev/sda2
label=ubuntu

poi installa grub sulla root partition (di default grub se ne va su mbr). Non conosco sufficientemente grub per darti comandi alla cieca (non ne ho uno sottomano e non ho mai configurato grub2). Questo dovrai farlo suppongo da ubuntu, quindi dovrai fare il boot dal cd di ubuntu.

Quando hai fatto dai un lilo -v ed hai terminato.

Se invece vuoi demandare tutto a lilo e skippare grub in todo, allora monta la partizione di ubuntu
mount /dev/sda2 /mnt/tmp
dai una occhiata a menu.lst (o equivalente) e cerca la sezione di boot di ubuntu.
Troverai qualcosa tipo
kernel <nomefiledelkernel> <parametridelkernel>
initrd <nomefilediinitrd>

ora in lilo metti
image=/mnt/tmp/boot/<nomefiledelkernel>
label=ubuntu
read-only
initrd=/mnt/tmp/boot/<nomefileinitrd>
append="<parametridelkernel>"
root=/dev/sda2

i parametri del kernel dovrai ritoccarli un po', credo.
Se c'è root=... eliminalo (l'hai già messo in fondo)
Se c'è vga=... spostalo come riga nuova
Altro vedi tu.

Infine, se proprio devi :-), aggiungi

other=/dev/sda3
label=windows

ora dai lilo -v ed hai terminato.
Packages finder: slakfinder.org | Slackpkg+, per aggiungere repository a slackpkg

Codice: Seleziona tutto

1011010 1100101 1110010 1101111 - 0100000 - 1010101 1101110 1101111

Avatar utente
Procopio
Linux 3.x
Linux 3.x
Messaggi: 844
Iscritto il: ven 29 lug 2011, 11:50
Nome Cognome: Matteo Micheletto Oddino
Slackware: 14.2
Kernel: 4.4.14
Desktop: Awesome
Località: Torino

Re: ripristino master boot record

Messaggio da Procopio »

allora in realtà sono riuscito a ripristinare il boot loader con

Codice: Seleziona tutto

grub-install /dev/sda
update-grub2
ma adesso il boot me lo fa grub

Io lilo e grub li ho installati nell'mbr entrambi e la cosa che dici te
Se sei tra quelli che mettono lilo in mbr allora scrivi boot=/dev/sda in lilo.conf e hai finito
ce l'ho gia così... :D ti posto il lilo.conf di slacky

Codice: Seleziona tutto

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/sda
#compact        # faster, but won't work on all systems.
# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
  bitmap = /boot/slack.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
  bmp-colors = 255,0,255,0,255,0
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used.  We don't specify it here, as there's just one column.
  bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
  bmp-timer = 65,27,0,255
# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
#message = /boot/boot_message.txt

# Append any additional kernel parameters:
append=" vt.default_utf8=0"
prompt
timeout = 50
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0     # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/sda7
  label = Slackware
  read-only  # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz-2.6.32-28-generic
  root = /dev/sda8
  label = ubuntu
  read-only # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/sda2
  label = Vista
  table = /dev/sda
# Windows bootable partition config ends
eppure continua a partire grub!

Avatar utente
ZeroUno
Staff
Staff
Messaggi: 5441
Iscritto il: ven 2 giu 2006, 14:52
Nome Cognome: Matteo Rossini
Slackware: current
Kernel: slack-current
Desktop: ktown-latest
Distribuzione: 01000000-current
Località: Roma / Castelli
Contatta:

Re: ripristino master boot record

Messaggio da ZeroUno »

in mbr ce ne puoi mettere UNO E UNO SOLO di boot loader!!
e prevale quello che ci metti per ultimo.

grub-install /dev/sda8
(forse dovrai modificare i file di conf di ubuntu anche)

lilo:
other = /dev/sda8
lavel=ubuntu

non sono sicuro che lo puoi fare con una partizione logica ma tentar non nuoce

non ho capito il modo che usi con lilo di bootare ubuntu.
quel vmlinuz-2.6.32-28 è il kernel copiato dalla partizione di ubuntu? e non c'era anche un initrd da metterci?
Packages finder: slakfinder.org | Slackpkg+, per aggiungere repository a slackpkg

Codice: Seleziona tutto

1011010 1100101 1110010 1101111 - 0100000 - 1010101 1101110 1101111

Avatar utente
Procopio
Linux 3.x
Linux 3.x
Messaggi: 844
Iscritto il: ven 29 lug 2011, 11:50
Nome Cognome: Matteo Micheletto Oddino
Slackware: 14.2
Kernel: 4.4.14
Desktop: Awesome
Località: Torino

Re: ripristino master boot record

Messaggio da Procopio »

con
grub-install /dev/sda8
(forse dovrai modificare i file di conf di ubuntu anche)
forse intendevi dirmi che avrei dovuto mandare quel comando invece di

Codice: Seleziona tutto

grub-install /dev/sda
?
oppure volevi dirmi che devo mandare quel comando adesso? :?:
(comunque quando lo diedi detti proprio grub-install /dev/sda, anzi grub-install /dev/sdb per la precisione, perchè ai tempi lo vedeva così, e dopo quel ripristino è tornata dev sda)

in effetti in /boot di ubuntu c'è quell' intrid

Codice: Seleziona tutto

matteo@matteo-laptop:/boot$ ls
abi-2.6.32-28-generic  coffee.bmp                debian.bmp      initrd.img-2.6.32-28-generic  memtest86+.bin  System.map-2.6.32-28-generic  vmcoreinfo-2.6.32-33-generic
abi-2.6.32-33-generic  config-2.6.32-28-generic  debianlilo.bmp  initrd.img-2.6.32-33-generic  sarge.bmp       System.map-2.6.32-33-generic  vmlinuz-2.6.32-28-generic
boot.0808              config-2.6.32-33-generic  grub            map                           sid.bmp         vmcoreinfo-2.6.32-28-generic  vmlinuz-2.6.32-33-generic
matteo@matteo-laptop:/boot$ 
Lo devo inserire nel lilo.conf di slacky? come?

chiariti questi dubbi allora faccio anche la modifica
lilo:
other = /dev/sda8
lavel=ubuntu
sulla quale non ho dubbi ;)

Grazie mille pre l'attenzione!! :thumbright:

Avatar utente
ZeroUno
Staff
Staff
Messaggi: 5441
Iscritto il: ven 2 giu 2006, 14:52
Nome Cognome: Matteo Rossini
Slackware: current
Kernel: slack-current
Desktop: ktown-latest
Distribuzione: 01000000-current
Località: Roma / Castelli
Contatta:

Re: ripristino master boot record

Messaggio da ZeroUno »

esatto.
Se dai grub-install su sda E metti boot=sda, allora fai un casino, o meglio, vince chi viene lanciato per ultimo, e l'altro rimane completamente non funzionante.

L'unico dubbio è se con sda8, che è una partizione logica, te lo accetta o meno.
Packages finder: slakfinder.org | Slackpkg+, per aggiungere repository a slackpkg

Codice: Seleziona tutto

1011010 1100101 1110010 1101111 - 0100000 - 1010101 1101110 1101111

Avatar utente
Procopio
Linux 3.x
Linux 3.x
Messaggi: 844
Iscritto il: ven 29 lug 2011, 11:50
Nome Cognome: Matteo Micheletto Oddino
Slackware: 14.2
Kernel: 4.4.14
Desktop: Awesome
Località: Torino

Re: ripristino master boot record

Messaggio da Procopio »

ma quindi in definitiva che faccio? io ho un ubuntu funzionante sdu sda8 e slackware che non boota su sda7....come faccio a installare lilo sull'mbr da ubuntu?

con il comando su sda8 invece che sda mi da

Codice: Seleziona tutto

matteo@matteo-laptop:~$ sudo grub-install /dev/sda8
/usr/sbin/grub-setup: warn: Tentativo di installare GRUB in una partizione invece che nel MBR. Tale pratica non è raccomandabile..
/usr/sbin/grub-setup: warn: L'embed non è possibile. GRUB può essere installato con questa configurazione solo usando blocklist. Le blocklist non sono comunque affidabili e ne viene sconsigliato l'uso..
/usr/sbin/grub-setup: error: Per utilizzare le blocklist, usare --force..
matteo@matteo-laptop:~$ 
con quell'altro comando invece funziona tutto

Codice: Seleziona tutto

matteo@matteo-laptop:~$ sudo grub-install /dev/sda
Installation finished. No error reported.
matteo@matteo-laptop:~$ sudo update-grub2
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-33-generic
Found initrd image: /boot/initrd.img-2.6.32-33-generic
Found linux image: /boot/vmlinuz-2.6.32-28-generic
Found initrd image: /boot/initrd.img-2.6.32-28-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows Vista (loader) on /dev/sda1
Found Windows Recovery Environment (loader) on /dev/sda2
Found Slackware Linux (Slackware 13.0.0.0.0) on /dev/sda7
done
matteo@matteo-laptop:~$ 
ah tra l'altro adesso non mi parte piu neanche Windows :doubt:

Avatar utente
ZeroUno
Staff
Staff
Messaggi: 5441
Iscritto il: ven 2 giu 2006, 14:52
Nome Cognome: Matteo Rossini
Slackware: current
Kernel: slack-current
Desktop: ktown-latest
Distribuzione: 01000000-current
Località: Roma / Castelli
Contatta:

Re: ripristino master boot record

Messaggio da ZeroUno »

Codice: Seleziona tutto

matteo@matteo-laptop:~$ sudo grub-install /dev/sda8
/usr/sbin/grub-setup: warn: Tentativo di installare GRUB in una partizione invece che nel MBR. Tale pratica non è raccomandabile..
Io la trovo raccomandabile. Un po' meno se è su partizione logica, ma potrebbe funzionare comunque.

Codice: Seleziona tutto

/usr/sbin/grub-setup: warn: L'embed non è possibile. GRUB può essere installato con questa configurazione solo usando blocklist. Le blocklist non sono comunque affidabili e ne viene sconsigliato l'uso..
/usr/sbin/grub-setup: error: Per utilizzare le blocklist, usare --force..
che dire, io le blocklist per grub non le conosco. Vedi che succede usandole (ovvero prova il --force, ma non mi ritengo responsabile per le eventuali conseguenze.. magari documentati su internet),

comunque non ho capito ora cosa ti boota e cosa no e come. Slackware finchè non risolvi avvialo da cd (come descritto sopra)
ah tra l'altro adesso non mi parte piu neanche Windows :doubt:
Il che non è poi un gran danno ;-)
Packages finder: slakfinder.org | Slackpkg+, per aggiungere repository a slackpkg

Codice: Seleziona tutto

1011010 1100101 1110010 1101111 - 0100000 - 1010101 1101110 1101111

Avatar utente
Procopio
Linux 3.x
Linux 3.x
Messaggi: 844
Iscritto il: ven 29 lug 2011, 11:50
Nome Cognome: Matteo Micheletto Oddino
Slackware: 14.2
Kernel: 4.4.14
Desktop: Awesome
Località: Torino

Re: ripristino master boot record

Messaggio da Procopio »

no ma il mio problema qua è riuscire a installare lilo da ubuntu.

Ora ho grub che gestisce il boot e ci sono tre sistemi opertivi:
-ubuntu che correttamente ed arriva al desktop,
-slackware che boota, ma si pianta durante il caricamento (per un problema che non è legato al grub, ma ad un errore di montaggio, cioè slagato da questa discussione)
-windows che non parte piu e quello credo che sia dovuto proprio ad una incompatibilità sull'mbr(ma quello, appunto, è l'ultimo dei problemi ;) al massimo tu che mi dici su questa possibile soluzione? http://wiki.ubuntu-it.org/Amministrazio ... MbrWindows)

Avatar utente
ZeroUno
Staff
Staff
Messaggi: 5441
Iscritto il: ven 2 giu 2006, 14:52
Nome Cognome: Matteo Rossini
Slackware: current
Kernel: slack-current
Desktop: ktown-latest
Distribuzione: 01000000-current
Località: Roma / Castelli
Contatta:

Re: ripristino master boot record

Messaggio da ZeroUno »

Quella soluzione per windows non è necessaria, ma di windows ce ne occupiamo dopo aver sistemato slackware (che è più importante :-) )

da ubuntu, come root o con sudo

# mount /dev/sda7 /mnt
# mount -t proc proc /mnt/proc
# mount -o bind /dev /mnt/dev
# chroot /mnt
ed ecco la tua slackware
modifica lilo.conf (tip.. finchè non è tutto ok usa il kernel huge) e sistema il problema del mount e dai lilo -v
Packages finder: slakfinder.org | Slackpkg+, per aggiungere repository a slackpkg

Codice: Seleziona tutto

1011010 1100101 1110010 1101111 - 0100000 - 1010101 1101110 1101111

Avatar utente
Procopio
Linux 3.x
Linux 3.x
Messaggi: 844
Iscritto il: ven 29 lug 2011, 11:50
Nome Cognome: Matteo Micheletto Oddino
Slackware: 14.2
Kernel: 4.4.14
Desktop: Awesome
Località: Torino

Re: ripristino master boot record

Messaggio da Procopio »

ok! ora ho lilo e riesco finalmente a bootare slackware, ma se booto ubuntu mi si blocca sul plymouth, come già faceva prima (cioè con lilo mi va in segmentation fault il plymouth di ubuntu, e, viceversa, con grub mi va in segmentation fault il plimouth di slackware (che poi sarà vero che il segmentation fault sul plymouth dipenda dal bootloader :-k ))....e quindi il problema resta quello antico (che aveva scatenato il problema sull'mbr di questa discussione)

Grazie mille per l'attenzione comunque!!!!


se mi vuoi poi ancora dare una mano per windows te ne sono grato!!!!;)

Avatar utente
ZeroUno
Staff
Staff
Messaggi: 5441
Iscritto il: ven 2 giu 2006, 14:52
Nome Cognome: Matteo Rossini
Slackware: current
Kernel: slack-current
Desktop: ktown-latest
Distribuzione: 01000000-current
Località: Roma / Castelli
Contatta:

Re: ripristino master boot record

Messaggio da ZeroUno »

Alla fine non sono riuscito a capire però come fai il boot di ubuntu ora.
Chi c'è nell'mbr?

Su plymouth non ti so aiutare tanto, ma un segfault può anche dipendere dal bootloader.
Piuttosto https://wiki.archlinux.org/index.php/Pl ... (Italiano), non ho capito se hai fatto ed inserito l'initrd o no. Credo che sia necessario a ognuno il suo, pena il crash matematico.




Per windows la soluzione è semplice:
mkfs.ext4 /dev/sda2
e vedrai che tutto funzionerà perfettamente
:-D

oppure metti

# Windows bootable partition config begins
other = /dev/sda1
label = Vista
table = /dev/sda
Packages finder: slakfinder.org | Slackpkg+, per aggiungere repository a slackpkg

Codice: Seleziona tutto

1011010 1100101 1110010 1101111 - 0100000 - 1010101 1101110 1101111

Avatar utente
Procopio
Linux 3.x
Linux 3.x
Messaggi: 844
Iscritto il: ven 29 lug 2011, 11:50
Nome Cognome: Matteo Micheletto Oddino
Slackware: 14.2
Kernel: 4.4.14
Desktop: Awesome
Località: Torino

Re: ripristino master boot record

Messaggio da Procopio »

Ciao!
ti rispondo ora perchè ero in vacanza :D

nel mbr c'è lilo che mi boota i tre sistemi operativi (slacky, ubuntu(il cui plymouth va in segv e non parte), e vista che non parte)

a proposito di initrd non ho fatto nulla

per winzon ci penserò (con quel programma non formatto tutto??;) poi come reinstallo? sull'sda1 ho il vayo recovery che mi ripristina windoows come appena comprato, di solito uso quello per ripristinare)

Avatar utente
ZeroUno
Staff
Staff
Messaggi: 5441
Iscritto il: ven 2 giu 2006, 14:52
Nome Cognome: Matteo Rossini
Slackware: current
Kernel: slack-current
Desktop: ktown-latest
Distribuzione: 01000000-current
Località: Roma / Castelli
Contatta:

Re: ripristino master boot record

Messaggio da ZeroUno »

Procopio ha scritto:ti rispondo ora perchè ero in vacanza :D
anche io ;-)
nel mbr c'è lilo che mi boota i tre sistemi operativi (slacky, ubuntu(il cui plymouth va in segv e non parte), e vista che non parte)
a proposito di initrd non ho fatto nulla
mi posti l'ATTUALE lilo.conf, fdisk -l, ls -l /boot, /etc/fstab da slackware e ls -l /boot, ls -l /boot/grub, menu.lst, /etc/fstab da ubuntu?
per winzon ci penserò (con quel programma non formatto tutto??;) poi come reinstallo?
Ah, già, dimenticavo un pezzo.
echo -e "t\n2\n83\nw\n" | fdisk /dev/sda
:-)
La reinstallazione la fai con il cd di slackware ;-) visto che quel comando formatta in ext4 e il comando appena dato trasforma la partizione in una linux.

Scherzi a parte.

Il ripristino di windows lo fai con il cd di ripristino (o di installazione->sezione ripristino) di windows.
La partizione attiva deve essere quella di windows, non quella Extended.
Il cd di rispristino di vista e seven sono fatti abbastanza bene e riescono a rilevare e correggere automaticamente una buona parte degli errori di boot, a patto che la partizione attiva sia quella di windows.
Okkio che dopo il ripristino lilo viene sovrascritto. Ma non c'è problema. Boot da cd di linux e digiti lilo -v e/o rendi attiva la partizione, a seconda di come l'hai configurato.
Packages finder: slakfinder.org | Slackpkg+, per aggiungere repository a slackpkg

Codice: Seleziona tutto

1011010 1100101 1110010 1101111 - 0100000 - 1010101 1101110 1101111

Avatar utente
Procopio
Linux 3.x
Linux 3.x
Messaggi: 844
Iscritto il: ven 29 lug 2011, 11:50
Nome Cognome: Matteo Micheletto Oddino
Slackware: 14.2
Kernel: 4.4.14
Desktop: Awesome
Località: Torino

Re: ripristino master boot record

Messaggio da Procopio »

ZeroUno ha scritto:Il ripristino di windows lo fai con il cd di ripristino (o di installazione->sezione ripristino) di windows.
La partizione attiva deve essere quella di windows, non quella Extended.
Il cd di rispristino di vista e seven sono fatti abbastanza bene e riescono a rilevare e correggere automaticamente una buona parte degli errori di boot, a patto che la partizione attiva sia quella di windows.
Okkio che dopo il ripristino lilo viene sovrascritto. Ma non c'è problema. Boot da cd di linux e digiti lilo -v e/o rendi attiva la partizione, a seconda di come l'hai configurato.
Grazie mille per vista farò così, ma in un secondo tempo ;) ora le cose serie ;) :

DA SLACKWARE:

Codice: Seleziona tutto

root@darkstar:~# cat /etc/lilo.conf
# LILO configuration file          
# generated by 'liloconfig'        
#                                  
# Start LILO global section        
boot = /dev/sda                    
#compact        # faster, but won't work on all systems.
# Boot BMP Image.                                       
# Bitmap in BMP format: 640x480x8                       
  bitmap = /boot/slack.bmp                              
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
  bmp-colors = 255,0,255,0,255,0                          
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many  
# entries must be in the first column before the next begins to  
# be used.  We don't specify it here, as there's just one column.
  bmp-table = 60,6,1,16                                          
# Timer location x, timer location y, foreground color,          
# background color, shadow color.                                
  bmp-timer = 65,27,0,255                                        
# Standard menu.                                                 
# Or, you can comment out the bitmap menu above and              
# use a boot message with the standard menu:                     
#message = /boot/boot_message.txt                                

# Append any additional kernel parameters:
append=" vt.default_utf8=0"               
prompt
timeout = 50
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0     # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/sda7
  label = Slackware
  read-only  # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/sda8
  label = ubuntu
  read-only  # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/sda2
  label = Vista
  table = /dev/sda
# Windows bootable partition config ends

Codice: Seleziona tutto

root@darkstar:~# fdisk -l

Disco /dev/sda: 120.0 GB, 120034123776 byte

255 testine, 63 settori/tracce, 14593 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x69ab9b56

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1               1        1277    10253312   27  Sconosciuto
/dev/sda2            1277        6140    39062500    7  HPFS/NTFS
/dev/sda3   *        6140       14594    67903489    5  Esteso
/dev/sda5           14472       14594      975872   82  Linux swap
/dev/sda6            9967       14472    36190430   83  Linux
/dev/sda7            8572        9967    11203125   83  Linux
/dev/sda8            6140        8572    19531776   83  Linux

Le voci nella tabella delle partizioni non sono nello stesso ordine del disco

Codice: Seleziona tutto

root@darkstar:~# ls -l /boot
totale 19680
lrwxrwxrwx 1 root root      37 2011-08-01 16:10 README.initrd -> /usr/doc/mkinitrd-1.3.4/README.initrd
lrwxrwxrwx 1 root root      32 2011-08-01 16:10 System.map -> System.map-huge-smp-2.6.29.6-smp
-rw-r--r-- 1 root root  993960 2009-08-17 08:18 System.map-generic-2.6.29.6
-rw-r--r-- 1 root root 1021936 2009-08-17 07:20 System.map-generic-smp-2.6.29.6-smp
-rw-r--r-- 1 root root 1463026 2009-08-17 08:32 System.map-huge-2.6.29.6
-rw-r--r-- 1 root root 1495429 2009-08-17 07:53 System.map-huge-smp-2.6.29.6-smp
-rw-r--r-- 1 root root     512 2011-08-01 16:25 boot.0800
-rw-r--r-- 1 root root     137 2011-08-01 16:22 boot_message.txt
lrwxrwxrwx 1 root root      28 2011-08-01 16:10 config -> config-huge-smp-2.6.29.6-smp
-rw-r--r-- 1 root root   96042 2009-08-17 08:18 config-generic-2.6.29.6
-rw-r--r-- 1 root root   96218 2009-08-17 07:20 config-generic-smp-2.6.29.6-smp
-rw-r--r-- 1 root root   96158 2009-08-17 08:32 config-huge-2.6.29.6
-rw-r--r-- 1 root root   96246 2009-08-17 07:53 config-huge-smp-2.6.29.6-smp
-rw-r--r-- 1 root root    5040 2008-11-29 19:43 diag1.img
-rw------- 1 root root  133120 2011-08-01 16:25 map
-rw-r--r-- 1 root root   15754 2008-02-22 01:08 slack.bmp
lrwxrwxrwx 1 root root      29 2011-08-01 16:10 vmlinuz -> vmlinuz-huge-smp-2.6.29.6-smp
-rw-r--r-- 1 root root 2386000 2009-08-17 08:18 vmlinuz-generic-2.6.29.6
-rw-r--r-- 1 root root 2495952 2009-08-17 07:20 vmlinuz-generic-smp-2.6.29.6-smp
-rw-r--r-- 1 root root 4768048 2009-08-17 08:32 vmlinuz-huge-2.6.29.6
-rw-r--r-- 1 root root 4940304 2009-08-17 07:53 vmlinuz-huge-smp-2.6.29.6-smp

Codice: Seleziona tutto

root@darkstar:~# cat /etc/fstab
/dev/sda5        swap             swap        defaults         0   0
/dev/sda7        /                ext4        defaults         1   1
/dev/sda6        /home            ext4        defaults         1   2
/dev/sda2        /fat-c           ntfs-3g     umask=077        1   0
#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     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



DA UBUNTU:

Codice: Seleziona tutto

root@darkstar:/mnt/tmp/boot# ls -l
totale 29396
-rw-r--r-- 1 root root 1691056 2011-01-11 02:18 System.map-2.6.32-28-generic
-rw-r--r-- 1 root root 1690625 2011-07-20 23:36 System.map-2.6.32-33-generic
-rw-r--r-- 1 root root  651949 2011-01-11 02:18 abi-2.6.32-28-generic
-rw-r--r-- 1 root root  652139 2011-07-20 23:36 abi-2.6.32-33-generic
-rw------- 1 root root     512 2011-07-29 14:33 boot.0808
-rw-r--r-- 1 root root  308326 2011-07-29 12:53 coffee.bmp
-rw-r--r-- 1 root root  116037 2011-01-11 02:18 config-2.6.32-28-generic
-rw-r--r-- 1 root root  116025 2011-07-20 23:36 config-2.6.32-33-generic
lrwxrwxrwx 1 root root      15 2011-07-29 12:53 debian.bmp -> /boot/sarge.bmp
-rw-r--r-- 1 root root  153720 2011-07-29 12:53 debianlilo.bmp
drwxr-xr-x 3 root root    4096 2011-08-02 01:53 grub/
-rw-r--r-- 1 root root 7971439 2011-07-28 18:16 initrd.img-2.6.32-28-generic
-rw-r--r-- 1 root root 8002972 2011-07-29 11:30 initrd.img-2.6.32-33-generic
-rw------- 1 root root  413696 2011-07-29 14:35 map
-rw-r--r-- 1 root root  160280 2010-03-23 10:37 memtest86+.bin
-rw-r--r-- 1 root root   23662 2011-07-29 12:53 sarge.bmp
-rw-r--r-- 1 root root   24116 2011-07-29 12:53 sid.bmp
-rw-r--r-- 1 root root    1196 2011-01-11 02:20 vmcoreinfo-2.6.32-28-generic
-rw-r--r-- 1 root root    1196 2011-07-20 23:38 vmcoreinfo-2.6.32-33-generic
-rw-r--r-- 1 root root 4040288 2011-01-11 04:18 vmlinuz-2.6.32-28-generic
-rw-r--r-- 1 root root 4036896 2011-07-20 23:36 vmlinuz-2.6.32-33-generic

Codice: Seleziona tutto

root@darkstar:/mnt/tmp/boot/grub# ls -l                                                                     
totale 4376                                                                                                 
-rw-r--r-- 1 root root    8208 2011-07-31 18:42 915resolution.mod                                           
-rw-r--r-- 1 root root   10536 2011-07-31 18:42 acpi.mod                                                    
-rw-r--r-- 1 root root    4556 2011-07-31 18:42 affs.mod                                                    
-rw-r--r-- 1 root root    4828 2011-07-31 18:42 afs.mod                                                     
-rw-r--r-- 1 root root    4844 2011-07-31 18:42 afs_be.mod                                                  
-rw-r--r-- 1 root root    1048 2011-07-31 18:42 aout.mod                                                    
-rw-r--r-- 1 root root    2676 2011-07-31 18:42 at_keyboard.mod                                             
-rw-r--r-- 1 root root    8052 2011-07-31 18:42 ata.mod                                                     
-rw-r--r-- 1 root root    2252 2011-07-31 18:42 ata_pthru.mod                                               
-rw-r--r-- 1 root root    4716 2011-07-31 18:42 befs.mod                                                    
-rw-r--r-- 1 root root    4740 2011-07-31 18:42 befs_be.mod                                                 
-rw-r--r-- 1 root root    4300 2011-07-31 18:42 biosdisk.mod                                                
-rw-r--r-- 1 root root    2412 2011-07-31 18:42 bitmap.mod                                                  
-rw-r--r-- 1 root root    2904 2011-07-31 18:42 bitmap_scale.mod                                            
-rw-r--r-- 1 root root    2012 2011-07-31 18:42 blocklist.mod                                               
-rw-r--r-- 1 root root     512 2011-07-31 18:42 boot.img                                                    
-rw-r--r-- 1 root root    2568 2011-07-31 18:42 boot.mod                                                    
-rw-r--r-- 1 root root   19740 2011-07-31 18:42 bsd.mod                                                     
-rw-r--r-- 1 root root    1960 2011-07-31 18:42 bufio.mod                                                   
-rw-r--r-- 1 root root    1988 2011-07-31 18:42 cat.mod                                                     
-rw-r--r-- 1 root root     512 2011-07-31 18:42 cdboot.img                                                  
-rw-r--r-- 1 root root    2416 2011-07-31 18:42 chain.mod                                                   
-rw-r--r-- 1 root root    1948 2011-07-31 18:42 charset.mod                                                 
-rw-r--r-- 1 root root    2144 2011-07-31 18:42 cmp.mod                                                     
-rw-r--r-- 1 root root    1950 2011-07-31 18:42 command.lst                                                 
-rw-r--r-- 1 root root    1784 2011-07-31 18:42 configfile.mod                                              
-rw-r--r-- 1 root root   24660 2011-07-31 18:42 core.img                                                    
-rw-r--r-- 1 root root    2808 2011-07-31 18:42 cpio.mod                                                    
-rw-r--r-- 1 root root    1608 2011-07-31 18:42 cpuid.mod                                                   
-rw-r--r-- 1 root root    1784 2011-07-31 18:42 crc.mod                                                     
-rw-r--r-- 1 root root     825 2011-07-31 18:42 crypto.lst                                                  
-rw-r--r-- 1 root root    4384 2011-07-31 18:42 crypto.mod                                                  
-rw-r--r-- 1 root root    2316 2011-07-31 18:42 date.mod                                                    
-rw-r--r-- 1 root root    1824 2011-07-31 18:42 datehook.mod                                                
-rw-r--r-- 1 root root    1241 2011-07-31 18:42 datetime.mod                                                
-rw-r--r-- 1 root root      15 2011-07-28 18:55 device.map                                                  
-rw-r--r-- 1 root root     512 2011-07-31 18:42 diskboot.img                                                
-rw-r--r-- 1 root root    1864 2011-07-31 18:42 dm_nv.mod                                                   
-rw-r--r-- 1 root root    5524 2011-07-31 18:42 drivemap.mod                                                
-rw-r--r-- 1 root root    1920 2011-07-31 18:42 echo.mod                                                    
-rw-r--r-- 1 root root   24400 2011-07-31 18:42 efiemu.mod                                                  
-rw-r--r-- 1 root root    6444 2011-07-31 18:42 efiemu32.o                                                  
-rw-r--r-- 1 root root   11010 2011-07-31 18:42 efiemu64.o                                                  
-rw-r--r-- 1 root root    4428 2011-07-31 18:42 elf.mod                                                     
-rw-r--r-- 1 root root    1664 2011-07-31 18:42 example_functional_test.mod                                 
-rw-r--r-- 1 root root    5448 2011-07-31 18:42 ext2.mod                                                    
-rw-r--r-- 1 root root    4004 2011-07-31 18:42 extcmd.mod                                                  
-rw-r--r-- 1 root root    5912 2011-07-31 18:42 fat.mod                                                     
-rw-r--r-- 1 root root    9732 2011-07-31 18:42 font.mod                                                    
-rw-r--r-- 1 root root     121 2011-07-31 18:42 fs.lst                                                      
-rw-r--r-- 1 root root    2764 2011-07-31 18:42 fshelp.mod                                                  
-rw-r--r-- 1 root root    2608 2011-07-31 18:42 functional_test.mod                                         
-rw-r--r-- 1 root root    1768 2011-07-31 18:42 gcry_arcfour.mod                                            
-rw-r--r-- 1 root root    8144 2011-07-31 18:42 gcry_blowfish.mod                                           
-rw-r--r-- 1 root root   35040 2011-07-31 18:42 gcry_camellia.mod                                           
-rw-r--r-- 1 root root   17568 2011-07-31 18:42 gcry_cast5.mod                                              
-rw-r--r-- 1 root root    2992 2011-07-31 18:42 gcry_crc.mod                                                
-rw-r--r-- 1 root root   19280 2011-07-31 18:42 gcry_des.mod                                                
-rw-r--r-- 1 root root    3272 2011-07-31 18:42 gcry_md4.mod                                                
-rw-r--r-- 1 root root    4016 2011-07-31 18:42 gcry_md5.mod                                                
-rw-r--r-- 1 root root    2636 2011-07-31 18:42 gcry_rfc2268.mod                                            
-rw-r--r-- 1 root root   19204 2011-07-31 18:42 gcry_rijndael.mod                                           
-rw-r--r-- 1 root root    9136 2011-07-31 18:42 gcry_rmd160.mod                                             
-rw-r--r-- 1 root root   16652 2011-07-31 18:42 gcry_seed.mod                                               
-rw-r--r-- 1 root root   18040 2011-07-31 18:42 gcry_serpent.mod                                            
-rw-r--r-- 1 root root    8924 2011-07-31 18:42 gcry_sha1.mod                                               
-rw-r--r-- 1 root root    3492 2011-07-31 18:42 gcry_sha256.mod                                             
-rw-r--r-- 1 root root    5676 2011-07-31 18:42 gcry_sha512.mod                                             
-rw-r--r-- 1 root root   11996 2011-07-31 18:42 gcry_tiger.mod                                              
-rw-r--r-- 1 root root   39616 2011-07-31 18:42 gcry_twofish.mod                                            
-rw-r--r-- 1 root root   24824 2011-07-31 18:42 gcry_whirlpool.mod                                          
-rw-r--r-- 1 root root    3980 2011-07-31 18:42 gettext.mod                                                 
-rw-r--r-- 1 root root   37316 2011-07-31 18:42 gfxmenu.mod                                                 
-rw-r--r-- 1 root root   10952 2011-07-31 18:42 gfxterm.mod                                                 
-rw-r--r-- 1 root root    3720 2011-07-31 18:42 gptsync.mod                                                 
-rw-r--r-- 1 root root   10240 2011-07-31 18:42 grldr.img                                                   
-r--r--r-- 1 root root    4686 2011-08-02 01:52 grub.cfg                                                    
-rw-r--r-- 1 root root    1024 2011-08-02 13:16 grubenv                                                     
-rw-r--r-- 1 root root    7740 2011-07-31 18:42 gzio.mod                                                    
-rw-r--r-- 1 root root    1464 2011-07-31 18:42 halt.mod                                                    
-rw-r--r-- 1 root root      16 2011-07-31 18:42 handler.lst                                                 
-rw-r--r-- 1 root root    1688 2011-07-31 18:42 handler.mod                                                 
-rw-r--r-- 1 root root    4720 2011-07-31 18:42 hashsum.mod                                                 
-rw-r--r-- 1 root root    7420 2011-07-31 18:42 hdparm.mod                                                  
-rw-r--r-- 1 root root    1216 2011-07-31 18:42 hello.mod                                                   
-rw-r--r-- 1 root root    2412 2011-07-31 18:42 help.mod                                                    
-rw-r--r-- 1 root root    3244 2011-07-31 18:42 hexdump.mod                                                 
-rw-r--r-- 1 root root    5984 2011-07-31 18:42 hfs.mod                                                     
-rw-r--r-- 1 root root    5844 2011-07-31 18:42 hfsplus.mod                                                 
-rw-r--r-- 1 root root    6204 2011-07-31 18:42 iso9660.mod                                                 
-rw-r--r-- 1 root root    5748 2011-07-31 18:42 jfs.mod                                                     
-rw-r--r-- 1 root root    5900 2011-07-31 18:42 jpeg.mod                                                    
-rw-r--r-- 1 root root   29784 2011-07-31 18:42 kernel.img                                                  
-rw-r--r-- 1 root root    2000 2011-07-31 18:42 keystatus.mod                                               
-rw-r--r-- 1 root root    8652 2011-07-31 18:42 linux.mod                                                   
-rw-r--r-- 1 root root    4972 2011-07-31 18:42 linux16.mod                                                 
-rw-r--r-- 1 root root    1024 2011-07-31 18:42 lnxboot.img                                                 
-rw-r--r-- 1 root root      87 2011-07-30 02:15 load.cfg                                                    
-rw-r--r-- 1 root root    5544 2011-07-31 18:42 loadenv.mod                                                 
drwxr-xr-x 2 root root    4096 2011-07-31 18:40 locale/                                                     
-rw-r--r-- 1 root root    3084 2011-07-31 18:42 loopback.mod                                                
-rw-r--r-- 1 root root    4140 2011-07-31 18:42 ls.mod                                                      
-rw-r--r-- 1 root root    1300 2011-07-31 18:42 lsmmap.mod                                                  
-rw-r--r-- 1 root root    4944 2011-07-31 18:42 lspci.mod                                                   
-rw-r--r-- 1 root root    5496 2011-07-31 18:42 lvm.mod                                                     
-rw-r--r-- 1 root root    1792 2011-07-31 18:42 mdraid.mod                                                  
-rw-r--r-- 1 root root    2104 2011-07-31 18:42 memdisk.mod                                                 
-rw-r--r-- 1 root root    2876 2011-07-31 18:42 memrw.mod                                                   
-rw-r--r-- 1 root root    4212 2011-07-31 18:42 minicmd.mod                                                 
-rw-r--r-- 1 root root    4296 2011-07-31 18:42 minix.mod                                                   
-rw-r--r-- 1 root root    8544 2011-07-31 18:42 mmap.mod                                                    
-rw-r--r-- 1 root root    2629 2011-07-31 18:42 moddep.lst                                                  
-rw-r--r-- 1 root root    2376 2011-07-31 18:42 msdospart.mod                                               
-rw-r--r-- 1 root root   11172 2011-07-31 18:42 multiboot.mod                                               
-rw-r--r-- 1 root root   11176 2011-07-31 18:42 multiboot2.mod                                              
-rw-r--r-- 1 root root   42064 2011-07-31 18:42 normal.mod                                                  
-rw-r--r-- 1 root root    9976 2011-07-31 18:42 ntfs.mod                                                    
-rw-r--r-- 1 root root    3548 2011-07-31 18:42 ntfscomp.mod                                                
-rw-r--r-- 1 root root    4484 2011-07-31 18:42 ohci.mod                                                    
-rw-r--r-- 1 root root    2088 2011-07-31 18:42 part_acorn.mod                                              
-rw-r--r-- 1 root root    2192 2011-07-31 18:42 part_amiga.mod                                              
-rw-r--r-- 1 root root    2632 2011-07-31 18:42 part_apple.mod                                              
-rw-r--r-- 1 root root    2736 2011-07-31 18:42 part_gpt.mod                                                
-rw-r--r-- 1 root root    3448 2011-07-31 18:42 part_msdos.mod                                              
-rw-r--r-- 1 root root    2320 2011-07-31 18:42 part_sun.mod                                                
-rw-r--r-- 1 root root      62 2011-07-31 18:42 partmap.lst                                                 
-rw-r--r-- 1 root root      22 2011-07-31 18:42 parttool.lst                                                
-rw-r--r-- 1 root root    4484 2011-07-31 18:42 parttool.mod                                                
-rw-r--r-- 1 root root    1908 2011-07-31 18:42 password.mod                                                
-rw-r--r-- 1 root root    3008 2011-07-31 18:42 password_pbkdf2.mod                                         
-rw-r--r-- 1 root root    1332 2011-07-31 18:42 pbkdf2.mod                                                  
-rw-r--r-- 1 root root     900 2011-07-31 18:42 pci.mod                                                     
-rw-r--r-- 1 root root    2496 2011-07-31 18:42 play.mod                                                    
-rw-r--r-- 1 root root    6652 2011-07-31 18:42 png.mod                                                     
-rw-r--r-- 1 root root    2664 2011-07-31 18:42 probe.mod                                                   
-rw-r--r-- 1 root root    5548 2011-07-31 18:42 pxe.mod                                                     
-rw-r--r-- 1 root root    1024 2011-07-31 18:42 pxeboot.img                                                 
-rw-r--r-- 1 root root    1332 2011-07-31 18:42 pxecmd.mod                                                  
-rw-r--r-- 1 root root    5856 2011-07-31 18:42 raid.mod                                                    
-rw-r--r-- 1 root root    1380 2011-07-31 18:42 raid5rec.mod                                                
-rw-r--r-- 1 root root    2828 2011-07-31 18:42 raid6rec.mod                                                
-rw-r--r-- 1 root root    1544 2011-07-31 18:42 read.mod                                                    
-rw-r--r-- 1 root root    1124 2011-07-31 18:42 reboot.mod                                                  
-rw-r--r-- 1 root root    9836 2011-07-31 18:42 reiserfs.mod                                                
-rw-r--r-- 1 root root    4148 2011-07-31 18:42 relocator.mod
-rw-r--r-- 1 root root    3260 2011-07-31 18:42 scsi.mod
-rw-r--r-- 1 root root    2356 2011-07-31 18:42 search.mod
-rw-r--r-- 1 root root    2164 2011-07-31 18:42 search_fs_file.mod
-rw-r--r-- 1 root root    2312 2011-07-31 18:42 search_fs_uuid.mod
-rw-r--r-- 1 root root    2264 2011-07-31 18:42 search_label.mod
-rw-r--r-- 1 root root    6092 2011-07-31 18:42 serial.mod
-rw-r--r-- 1 root root     690 2011-07-31 18:42 setjmp.mod
-rw-r--r-- 1 root root    5532 2011-07-31 18:42 setpci.mod
-rw-r--r-- 1 root root    4056 2011-07-31 18:42 sfs.mod
-rw-r--r-- 1 root root   12124 2011-07-31 18:42 sh.mod
-rw-r--r-- 1 root root    2220 2011-07-31 18:42 sleep.mod
-rw-r--r-- 1 root root    2836 2011-07-31 18:42 tar.mod
-rw-r--r-- 1 root root     134 2011-07-31 18:42 terminal.lst
-rw-r--r-- 1 root root    5020 2011-07-31 18:42 terminal.mod
-rw-r--r-- 1 root root    9760 2011-07-31 18:42 terminfo.mod
-rw-r--r-- 1 root root    5156 2011-07-31 18:42 test.mod
-rw-r--r-- 1 root root    2912 2011-07-31 18:42 tga.mod
-rw-r--r-- 1 root root    1675 2011-07-31 18:42 trig.mod
-rw-r--r-- 1 root root    1276 2011-07-31 18:42 true.mod
-rw-r--r-- 1 root root    5060 2011-07-31 18:42 udf.mod
-rw-r--r-- 1 root root    4636 2011-07-31 18:42 ufs1.mod
-rw-r--r-- 1 root root    4952 2011-07-31 18:42 ufs2.mod
-rw-r--r-- 1 root root    5180 2011-07-31 18:42 uhci.mod
-rw-r--r-- 1 root root 2968057 2011-07-29 11:30 unicode.pf2
-rw-r--r-- 1 root root    3832 2011-07-31 18:42 usb.mod
-rw-r--r-- 1 root root    3420 2011-07-31 18:42 usb_keyboard.mod
-rw-r--r-- 1 root root    3816 2011-07-31 18:42 usbms.mod
-rw-r--r-- 1 root root    3488 2011-07-31 18:42 usbtest.mod
-rw-r--r-- 1 root root    7912 2011-07-31 18:42 vbe.mod
-rw-r--r-- 1 root root    2736 2011-07-31 18:42 vbeinfo.mod
-rw-r--r-- 1 root root    3048 2011-07-31 18:42 vbetest.mod
-rw-r--r-- 1 root root    3804 2011-07-31 18:42 vga.mod
-rw-r--r-- 1 root root    2824 2011-07-31 18:42 vga_text.mod
-rw-r--r-- 1 root root       4 2011-07-31 18:42 video.lst
-rw-r--r-- 1 root root    5604 2011-07-31 18:42 video.mod
-rw-r--r-- 1 root root   17168 2011-07-31 18:42 video_fb.mod
-rw-r--r-- 1 root root    3828 2011-07-31 18:42 videotest.mod
-rw-r--r-- 1 root root    5792 2011-07-31 18:42 xfs.mod
-rw-r--r-- 1 root root   31348 2011-07-31 18:42 xnu.mod
-rw-r--r-- 1 root root    1936 2011-07-31 18:42 xnu_uuid.mod
-rw-r--r-- 1 root root   24080 2011-07-31 18:42 zfs.mod
-rw-r--r-- 1 root root    6208 2011-07-31 18:42 zfsinfo.mod

Codice: Seleziona tutto

root@darkstar:/mnt/tmp/etc# cat fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sdb8 during installation
/dev/sdb8        /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb5 during installation
/dev/sdb5        none            swap    sw              0       0
root@darkstar:/mnt/tmp/etc#
non ho trovato menu.lst


se vuoi dare un occhiata qui c'è una traccia di come io avevo già provato a risolvere il problema, in una discussione che si è subito piantata
viewtopic.php?f=1&t=34594#p305922

Rispondi