Ciao a tutti, Ubuntu 9.10 mi si blocca all'avvio. Si inchioda sul logo di Ubuntu. Ho provato a farlo partire in modalità recovery, ma, a un certo punto, si ferma lo stesso indicando questa riga
Penso che occorra fare qualcosa dal terminale, ma come faccio ad accedere al terminale e all'HD nel punto dove sta il mio Ubuntu?
Come mi consigliate di agire ???
Ultima modifica di educatore il lunedì 29 marzo 2010, 22:02, modificato 1 volta in totale.
Ho tentato di abilitare il wpa su network manager seguendo i consigli ricevuti qui nel forum, ma devo averli male interpretati, oppure non so cosa è successo.
Fdisk -l mi da questo
/dev/sda1 1 2789 22394610 c W95 FAT32 (LBA)
/dev/sda2 2885 4478 12803805 83 linux
/dev/sda3 4479 6970 20016990 f W95 esteso (LBA)
/dev/sda5 4479 4574 771088+ 82 Linux/swap solaris
/dev/sda6 4575 5694 8996368+ 83 linux
/dev/sda7 5695 6970 10249438+ 83 linux
l'Fdisk l'ho fatto col cdlive Ubuntu 9.10. Quando funzionava avevo nell'HD Ubuntu 9.10 e XP. Precedentemente avevo installato Opensuse. Forse non l'ho tolta ?? :-[
Dopo un pò di tentativi non mi partiva più nemmeno XP, allora ho messo il CD d'installazione XP e ho fatto Fixmbr e fixboot, XP ora parte, ma non c'è più Ubuntu
ho messo gparted come livecd e mi dice che
/dev/had1 fat 32 21,6 GB
/dev/had2 sconosciuto non montato 12,21 GB
/dev/had3 extended 19,9 GB
/dev/had5 linux swap
/dev/had6 ext4 8,5 GB
/dev/had7 ext4 9,77 GB
non allocato 2,5 GB
Aiutatemi a fare un pò di ordine ::) ??? ::)
Suppongo che ubuntu fosse nella sda2; ma cosa c'è(ra) nelle partizioni sda6/7?
Penso che MBR è stato riscritto da XP, a questo punto bisognerebbe provare a recuperare grub (1 o 2?)
Your alarm bells, your alarm bells,
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
Grazie patel, ho fatto come dicevi Stavolta ho installato xubuntu 9.10. Da qualche parte ho letto che è più leggero e adatto per i miei 512 mb di ram. Xubuntu parte regolarmente e ci sto navigando, ma non riesco più a far partire XP. La situazione dell'HD è questa:
/dev/sda1 * 1 2789 22394610 c W95 FAT32 (LBA)
/dev/sda2 2885 4478 12803805 83 Linux
/dev/sda3 4479 4574 771120 f W95 Ext'd (LBA)
/dev/sda5 4479 4574 771088+ 82 Linux swap / Solaris
Forse devo fare fixmbr e fixboot col cd di xp? Ma poi ho paura che mi risparisca xubuntu! Dov'è che sbaglio ??? >:(
Ah scusa, un'altra cosa: con gparted nel mio hd risultano 20 GB di spazio libero. Come usarli? Con XP o con Xubuntu? O con tutti e due? ???
È probabile che grub2 non riconosca xp, cosa succede esattamente? Guarda se questa guida fa al caso tuo.
20 giga li puoi utilizzare come partizione dati, formattando in un filesystem che sia visto da entrambi i sistemi operativi (io quando ero in dual boot usavo fat32)
Your alarm bells, your alarm bells,
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
Io, però, ricordo che, tempo fa ho già avuto questo problema e l'ho risolto facendo partire il portatile col cd di XP, console di ripristino e digitando fixmbr e fixboot. Però, come di cevo prima, tempo di far fuori Xubuntu. Cosa faccio? Ci provo? ???
Your alarm bells, your alarm bells,
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
Strano, sembra un codice di errore tipico dell'avere due hdd diversi, ma tu hai tutte le partizioni su un unico sda.
Controlla che abbia installato il pacchetto os-prober, poi dai
dammi anche il contenuto di /boot/grub/grub.cfg e /etc/default/grub
P.S. stiamo parlando di grub2 vero?
Your alarm bells, your alarm bells,
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
#
# 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 /boot/grub/grubenv ]; then
have_grubenv=true
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set db0325e7-898e-4b1b-a09f-930900788358
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
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
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/white
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-20-generic" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set db0325e7-898e-4b1b-a09f-930900788358
linux /boot/vmlinuz-2.6.31-20-generic root=UUID=db0325e7-898e-4b1b-a09f-930900788358 ro quiet splash
initrd /boot/initrd.img-2.6.31-20-generic
}
menuentry "Ubuntu, Linux 2.6.31-20-generic (recovery mode)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set db0325e7-898e-4b1b-a09f-930900788358
linux /boot/vmlinuz-2.6.31-20-generic root=UUID=db0325e7-898e-4b1b-a09f-930900788358 ro single
initrd /boot/initrd.img-2.6.31-20-generic
}
menuentry "Ubuntu, Linux 2.6.31-14-generic" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set db0325e7-898e-4b1b-a09f-930900788358
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=db0325e7-898e-4b1b-a09f-930900788358 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
}
menuentry "Ubuntu, Linux 2.6.31-14-generic (recovery mode)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set db0325e7-898e-4b1b-a09f-930900788358
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=db0325e7-898e-4b1b-a09f-930900788358 ro single
initrd /boot/initrd.img-2.6.31-14-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
drivemap -s (hd0) ${root}
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 ###
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=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=640x480
# 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 entrys
#GRUB_DISABLE_LINUX_RECOVERY="true"
Ho installato Xubuntu 9.10. Credo che stiamo parlando del grub2.
Sì, è grub2 decisamente. os-prober ce l'hai, xp viene visto ma in funzione di quello che c'è scritto nel file /boot/grub/drivemap
Prova a riconfigurare grub con questo comando
Your alarm bells, your alarm bells,
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming