Notizia:
  • Rilasciata Precise Pangolin 12.04. Per ottenerla, visitate questa pagina, oppure provate il tour dal vivo con un browser web moderno.
  • Nuovo forum di Ubuntu-it, l'annuncio. È consigliato aggiornare il proprio profilo e controllare la sezione Gruppo Forum per problemi noti.
  • Rilasciata la versione italiana di Precise Pangolin 12.04. Per maggiori informazioni, consultare questa discussione.
  • Il vincitore del Concorso desktop del mese di aprile è Jerico. L'elenco dei precedenti vincitori è qui.
  • È uscito il numero 17 della Newsletter italiana di Ubuntu. Lo trovate a questo indirizzo.
  • È uscito il numero 59 di Full Circle Magazine in italiano. Lo trovate a questo indirizzo.

[Risolto] [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Installazione, configurazione e uso di programmi e strumenti.

[Risolto] [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Mawanga » giovedì 9 settembre 2010, 13:18

Ciao a tutti :)!
Mi scuso in anticipo se non è chiaro ciò che ho scritto..

Ad ogni modo avevo deciso di provare il grub, quindi tramite terminale  
Codice: Seleziona tutto
sudo apt-get install grub
ecc.
Comunque ho seguito la seguente guida: http://www.chicchedicala.it/2009/12/09/ ... in-ubuntu/
Finita l'installazione ho dato
Codice: Seleziona tutto
sudo update-grub
, mi ha detto che non c'era nessun file menu.list e mi ha chiesto se doveva crearlo.. Ho risposto sì e poi ho dato
Codice: Seleziona tutto
sudo update-grub
, nuovamente.
Credo di non aver sbagliato nulla, ma penso che il grub non abbia rilevato i kernel windoz, in quanto all'avvio parte automaticamente ubuntu (dopo che appaiono scritte del grub in alto a sinistra)..

Come faccio ad avere il boot per la scelta tra ubuntu10.04 e windowsvista più eventuali recovery mode e memtest??
Ultima modifica di Mawanga il giovedì 9 settembre 2010, 15:03, modificato 1 volta in totale.
Mawanga
Prode Principiante
 
Messaggi: 18
Iscrizione: agosto 2010

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Alka-Seltzer PLUS » giovedì 9 settembre 2010, 13:23

| MB: ASUS M3A78 PRO | CPU: AMD Athlon X2 6000+ | RAM: G-SKILL 4GB 800 MHz | VGA: ATI HD 5770 | HD: 2 x WD Raptor 74 GB RAID 0 + Seagate Barracuda ST3500320AS | Optical drive: NEC SATA AD-7201 Lightscribe | Monitor: ASUS MK221H 22' | Speakers: Majestic HTS 221 | Case: Coolermaster ELITE 335 | Power supply: OCZ550FTY | OS: Ubuntu 11.04 64 bit |
Avatar utente
Alka-Seltzer PLUS
Rampante Reduce
Rampante Reduce
 
Messaggi: 8077
Iscrizione: settembre 2009

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda jerico » giovedì 9 settembre 2010, 13:27

posta
dpkg -l | grep grub
Avatar utente
jerico
Tenace Tecnocrate
Tenace Tecnocrate
 
Messaggi: 19119
Iscrizione: luglio 2008
Distribuzione: Archlinux
Desktop: Gnome

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Mawanga » giovedì 9 settembre 2010, 13:34

jerico ha scritto:posta
dpkg -l | grep grub


Codice: Seleziona tutto
mawanga@Mawanga:~$ dpkg -l | grep grub
ii  grub                                 0.97-29ubuntu60                                 GRand Unified Bootloader (Legacy version)
ii  grub-common                          1.98-1ubuntu7                                   GRand Unified Bootloader, version 2 (common
rc  grub-pc                              1.98-1ubuntu7                                   GRand Unified Bootloader, version 2 (PC/BIOS
Ultima modifica di Mawanga il giovedì 9 settembre 2010, 13:50, modificato 1 volta in totale.
Mawanga
Prode Principiante
 
Messaggi: 18
Iscrizione: agosto 2010

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda jerico » giovedì 9 settembre 2010, 13:35

ma hai entrambi i grub ???
Avatar utente
jerico
Tenace Tecnocrate
Tenace Tecnocrate
 
Messaggi: 19119
Iscrizione: luglio 2008
Distribuzione: Archlinux
Desktop: Gnome

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Mawanga » giovedì 9 settembre 2010, 13:38

Prima di questa installazione avevo Grub2! Poi però per curiosità (siccome non ho mai usato il grub), e perchè ovunque ho trovato scritto che è meglio che la sua seconda versione ho pensato di sostituire il mio Grub2 con Grub(1), che oltretutto è più facile da modificare..
Qui http://www.chicchedicala.it/2009/12/09/ ... in-ubuntu/ è scritto che se installavo grub(1) la rimozione di grub 2 era automatica!

ps: scusate la mia ESTREMA ignoranza riguardo l'ambiente linux e generalizzando anche nell'uso del computer

Come devo agire ora??
Ultima modifica di Mawanga il giovedì 9 settembre 2010, 13:53, modificato 1 volta in totale.
Mawanga
Prode Principiante
 
Messaggi: 18
Iscrizione: agosto 2010

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda jerico » giovedì 9 settembre 2010, 13:55

tagliamo le palle la testa al toro
posta
Codice: Seleziona tutto
cat /boot/grub/menu.lst

Codice: Seleziona tutto
cat /boot/grub/grub.cfg
Avatar utente
jerico
Tenace Tecnocrate
Tenace Tecnocrate
 
Messaggi: 19119
Iscrizione: luglio 2008
Distribuzione: Archlinux
Desktop: Gnome

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Mawanga » giovedì 9 settembre 2010, 13:57

A quanto pare sono presenti tutti e due!!

Codice: Seleziona tutto
mawanga@Mawanga:~$ cat /boot/grub/menu.lst
# 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-legacy-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 use 'savedefault' 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      3

## 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=9a1a5bfb-977f-4c26-99ac-766f61455114 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=9a1a5bfb-977f-4c26-99ac-766f61455114

## 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

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## 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

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
##      indomU=true
##      indomU=false
# indomU=detect

## 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

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title      Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic-pae
uuid      9a1a5bfb-977f-4c26-99ac-766f61455114
kernel      /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=9a1a5bfb-977f-4c26-99ac-766f61455114 ro quiet splash
initrd      /boot/initrd.img-2.6.32-24-generic-pae
quiet

title      Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic-pae (recovery mode)
uuid      9a1a5bfb-977f-4c26-99ac-766f61455114
kernel      /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=9a1a5bfb-977f-4c26-99ac-766f61455114 ro  single
initrd      /boot/initrd.img-2.6.32-24-generic-pae

title      Chainload into GRUB 2
root      9a1a5bfb-977f-4c26-99ac-766f61455114
kernel      /boot/grub/core.img

title      Ubuntu 10.04.1 LTS, memtest86+
uuid      9a1a5bfb-977f-4c26-99ac-766f61455114
kernel      /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST



mawanga@Mawanga:~$ cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="4"
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
    saved_entry=${chosen}
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 9a1a5bfb-977f-4c26-99ac-766f61455114
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 9a1a5bfb-977f-4c26-99ac-766f61455114
set locale_dir=($root)/boot/grub/locale
set lang=it
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=6
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, con Linux 2.6.32-24-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
   recordfail
   insmod ext2
   set root='(hd0,3)'
   search --no-floppy --fs-uuid --set 9a1a5bfb-977f-4c26-99ac-766f61455114
   linux   /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=9a1a5bfb-977f-4c26-99ac-766f61455114 ro   quiet splash
   initrd   /boot/initrd.img-2.6.32-24-generic-pae
}
menuentry 'Ubuntu, con Linux 2.6.32-24-generic-pae (modalità ripristino)' --class ubuntu --class gnu-linux --class gnu --class os {
   recordfail
   insmod ext2
   set root='(hd0,3)'
   search --no-floppy --fs-uuid --set 9a1a5bfb-977f-4c26-99ac-766f61455114
   echo   'Caricamento Linux 2.6.32-24-generic-pae...'
   linux   /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=9a1a5bfb-977f-4c26-99ac-766f61455114 ro single
   echo   'Caricamento ramdisk iniziale...'
   initrd   /boot/initrd.img-2.6.32-24-generic-pae
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
   insmod ext2
   set root='(hd0,3)'
   search --no-floppy --fs-uuid --set 9a1a5bfb-977f-4c26-99ac-766f61455114
   linux16   /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
   insmod ext2
   set root='(hd0,3)'
   search --no-floppy --fs-uuid --set 9a1a5bfb-977f-4c26-99ac-766f61455114
   linux16   /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Vista (loader) (on /dev/sda1)" {
   insmod ntfs
   set root='(hd0,1)'
   search --no-floppy --fs-uuid --set 72842df5842dbd0b
   chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda2)" {
   insmod ntfs
   set root='(hd0,2)'
   search --no-floppy --fs-uuid --set 40da456ada455d72
   chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
[code/]
Ultima modifica di Mawanga il giovedì 9 settembre 2010, 14:05, modificato 1 volta in totale.
Mawanga
Prode Principiante
 
Messaggi: 18
Iscrizione: agosto 2010

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda jerico » giovedì 9 settembre 2010, 14:02

dai questo ,è solo una simulazione,non rimuove nulla
Codice: Seleziona tutto
sudo apt-get remove -s grub-pc
postalo
Avatar utente
jerico
Tenace Tecnocrate
Tenace Tecnocrate
 
Messaggi: 19119
Iscrizione: luglio 2008
Distribuzione: Archlinux
Desktop: Gnome

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Mawanga » giovedì 9 settembre 2010, 14:07

Ecco:
Codice: Seleziona tutto
mawanga@Mawanga:~$ sudo apt-get remove -s grub-pc
[sudo] password for mawanga:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze      
Lettura informazioni sullo stato... Fatto
Il pacchetto grub-pc non è installato e quindi non è stato rimosso
I seguenti pacchetti sono stati installati automaticamente e non sono più richiesti:
  libqt4-opengl libqt4-assistant libqt4-test libqt4-core libqt4-gui libqt4-svg
  libqt4-designer libqt4-script
Usare "apt-get autoremove" per rimuoverli.
0 aggiornati, 0 installati, 0 da rimuovere e 2 non aggiornati.

sembra che esista il grub2 ma che ubuntu non lo veda
Ultima modifica di Mawanga il giovedì 9 settembre 2010, 14:12, modificato 1 volta in totale.
Mawanga
Prode Principiante
 
Messaggi: 18
Iscrizione: agosto 2010

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda jerico » giovedì 9 settembre 2010, 14:11

c è qualcosa che non va...posta
Codice: Seleziona tutto
sudo fdisk -l
Avatar utente
jerico
Tenace Tecnocrate
Tenace Tecnocrate
 
Messaggi: 19119
Iscrizione: luglio 2008
Distribuzione: Archlinux
Desktop: Gnome

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Mawanga » giovedì 9 settembre 2010, 14:14

Codice: Seleziona tutto
mawanga@Mawanga:~$ sudo fdisk -l
[sudo] password for mawanga:

Disco /dev/sda: 500.1 GB, 500107862016 byte
255 testine, 63 settori/tracce, 60801 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0feff92c

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       55599   446591996    7  HPFS/NTFS
/dev/sda2           59423       60801    11070464    7  HPFS/NTFS
/dev/sda3           55599       59180    28766208   83  Linux
/dev/sda4           59180       59423     1952768   82  Linux swap / Solaris

Le voci nella tabella delle partizioni non sono nello stesso ordine del disco
Mawanga
Prode Principiante
 
Messaggi: 18
Iscrizione: agosto 2010

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda jerico » giovedì 9 settembre 2010, 14:22

prova cosi
Codice: Seleziona tutto
sudo gedit /boot/grub/menu.lst

cancella quello che hai e incollaci questo

# 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-legacy-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 use 'savedefault' 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

#
# 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

## ## End Default Options ##

title Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic-pae
uuid 9a1a5bfb-977f-4c26-99ac-766f61455114
kernel /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=9a1a5bfb-977f-4c26-99ac-766f61455114 ro quiet splash
initrd /boot/initrd.img-2.6.32-24-generic-pae
quiet

title Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic-pae (recovery mode)
uuid 9a1a5bfb-977f-4c26-99ac-766f61455114
kernel /boot/vmlinuz-2.6.32-24-generic-pae root=UUID=9a1a5bfb-977f-4c26-99ac-766f61455114 ro  single
initrd /boot/initrd.img-2.6.32-24-generic-pae

title Chainload into GRUB 2
root 9a1a5bfb-977f-4c26-99ac-766f61455114
kernel /boot/grub/core.img

title Ubuntu 10.04.1 LTS, memtest86+
uuid 9a1a5bfb-977f-4c26-99ac-766f61455114
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

#windows
title Windows
root (hd0,0)
makeactive
chainloader +1
quit

salva  il file e riavvia
Avatar utente
jerico
Tenace Tecnocrate
Tenace Tecnocrate
 
Messaggi: 19119
Iscrizione: luglio 2008
Distribuzione: Archlinux
Desktop: Gnome

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Mawanga » giovedì 9 settembre 2010, 14:30

Fatto e FUNZIONA  ;D!!
Tu Jerico sei un maledetto genio.. GRAZIE MILLE
Appare la schermata del grub(1) con ubuntu, windows, memtest..
Penso che ora sia a posto.. Hai niente da aggiungere?
Raccomandazioni, spiegazioni o consigli?
Mawanga
Prode Principiante
 
Messaggi: 18
Iscrizione: agosto 2010

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda jerico » giovedì 9 settembre 2010, 14:40

Mawanga ha scritto:Fatto e FUNZIONA  ;D!!
Tu Jerico sei un maledetto genio.. GRAZIE MILLE
Appare la schermata del grub(1) con ubuntu, windows, memtest..
Penso che ora sia a posto.. Hai niente da aggiungere?
Raccomandazioni, spiegazioni o consigli?


troppo buono... ;D  niente da aggiungere vostro onore... se sei soddisfatto metti Risolto
Avatar utente
jerico
Tenace Tecnocrate
Tenace Tecnocrate
 
Messaggi: 19119
Iscrizione: luglio 2008
Distribuzione: Archlinux
Desktop: Gnome

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Mawanga » giovedì 9 settembre 2010, 14:42

Sono soddisfatto, mi spiace seccarti ancora, ma un ultimissima domanda:
Grub2 è ancora sul mio pc e devo rimuoverlo in qualche modo o no?
Dopo questa metto risolto e poi ti ringrazio ancora.. Promesso
Ultima modifica di Mawanga il giovedì 9 settembre 2010, 14:44, modificato 1 volta in totale.
Mawanga
Prode Principiante
 
Messaggi: 18
Iscrizione: agosto 2010

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda jerico » giovedì 9 settembre 2010, 14:44

questo non mi è chiaro... col comando di simulazione avrebbe dovuto simulare appunto la rimozione del grub2 ma ti dice che non è installato.
ma dpkg dice che c è... boh... prova a vedere in sinaptic che dice
Avatar utente
jerico
Tenace Tecnocrate
Tenace Tecnocrate
 
Messaggi: 19119
Iscrizione: luglio 2008
Distribuzione: Archlinux
Desktop: Gnome

Re: [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Mawanga » giovedì 9 settembre 2010, 14:52

Synaptic dice che è installato il Grub e non il Grub2
però ho trovato una voce grub-common deove è scritto version2
Mi ritengo soddisfatto!
Un saluto a tutti (soprattutto tu jerico)
E un Ri-Grazie ENORME a jerico..
Fantastico :)
Ultima modifica di Mawanga il giovedì 9 settembre 2010, 15:04, modificato 1 volta in totale.
Mawanga
Prode Principiante
 
Messaggi: 18
Iscrizione: agosto 2010

Re: [Risolto] [Boot] Dopo "installazione" GRUB si avvia subito Ubuntu e non appare il boot

Messaggioda Carlin0 » giovedì 9 settembre 2010, 15:14

Visto che il grub1 non ti ha visto win la prima volta che ha creato il menu.lst potrebbe non vederlo anche nel momento in cui lo aggiornerà , magari con l'installazione di un nuovo kernel , cancellando le righe che hai appena aggiunto , il consiglio è fattene una copia di quel file , se ti serve lo avrai li pronto se non ti serve occuperà poco spazio.  :)
Dai diamanti non nasce niente , dal letame nascono i fior ...   -   Pagina Wiki → Carlin0 ← I Miei Pc - apt-get moo

Avatar utente
Carlin0
Rampante Reduce
Rampante Reduce
 
Messaggi: 6609
Iscrizione: novembre 2009
Località: Torino
Distribuzione: Xubuntu Precise 64 bit
Desktop: Xfce 4.8


Torna a Applicazioni

Chi c’è in linea

Visualizzano questa pagina: assone, Freddy85, maus.com e 15 ospiti