Crash di vista in dual boot

Problemi riscontrati durante l'installazione di Ubuntu, degli aggiornamenti e degli avanzamenti del sistema.
ezzo
Prode Principiante
Messaggi: 5
Iscrizione: lunedì 14 giugno 2010, 18:38

Crash di vista in dual boot

Messaggio da ezzo »

Salve a voi,

ho la necessità di utilizzare Windows Vista sul mio pc ove ho già installato Ubuntu.

Il problema è che a quanto pare Vista non sembra tollerare questa "convivenza" in quanto dopo l'installazione di Ubuntu crasha senza alcun messaggio di errore o spiegazione.

Dettagli:

Codice: Seleziona tutto

 Boot Info Script 0.55    dated February 15th, 2010                    

============================= Boot Info Summary: ==============================

=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in 
    partition #1 for /boot/grub.

sda1: _________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:  
    Operating System:  Ubuntu 10.04 LTS
    Boot files/dirs:   /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda2: _________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows Vista
    Boot files/dirs:   /bootmgr /Boot/BCD /Windows/System32/winload.exe

sda3: _________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  Unknown
    Boot sector info:  

sda5: _________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:  

sda6: _________________________________________________________________________

    File system:       vfat
    Boot sector type:  -
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files/dirs:   

=========================== Drive/Partition Info: =============================

Drive: sda ___________________ _____________________________________________________

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot         Start           End          Size  Id System

/dev/sda1               2,048   245,762,047   245,760,000  83 Linux
/dev/sda2    *    245,762,048   467,914,751   222,152,704   7 HPFS/NTFS
/dev/sda3         467,916,798   487,444,479    19,527,682   5 Extended
/dev/sda5         467,916,800   483,538,943    15,622,144  82 Linux swap / Solaris
/dev/sda6         483,540,992   487,444,479     3,903,488   b W95 FAT32


blkid -c /dev/null: ____________________________________________________________

Device           UUID                                   TYPE       LABEL                         

/dev/sda1        07896113-4cbc-4c72-b70d-103ebd810e9b   ext4                                     
/dev/sda2        3E16216E162127FB                       ntfs                                     
/dev/sda3: PTTYPE="dos" 
/dev/sda5        02313af6-738b-413a-8c78-3e4b664348a8   swap                                     
/dev/sda6        A397-F2C8                              vfat                                     
/dev/sda: PTTYPE="dos" 
error: /dev/sdb: No medium found

============================ "mount | grep ^/dev  output: ===========================

Device           Mount_Point              Type       Options

/dev/sda1        /                        ext4       (rw,errors=remount-ro)


=========================== sda1/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="0"
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,1)'
search --no-floppy --fs-uuid --set 07896113-4cbc-4c72-b70d-103ebd810e9b
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,1)'
search --no-floppy --fs-uuid --set 07896113-4cbc-4c72-b70d-103ebd810e9b
set locale_dir=($root)/boot/grub/locale
set lang=it
insmod gettext
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/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,1)'
    search --no-floppy --fs-uuid --set 07896113-4cbc-4c72-b70d-103ebd810e9b
    linux    /boot/vmlinuz-2.6.32-22-generic root=UUID=07896113-4cbc-4c72-b70d-103ebd810e9b ro   quiet splash
    initrd    /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,1)'
    search --no-floppy --fs-uuid --set 07896113-4cbc-4c72-b70d-103ebd810e9b
    echo    'Loading Linux 2.6.32-22-generic ...'
    linux    /boot/vmlinuz-2.6.32-22-generic root=UUID=07896113-4cbc-4c72-b70d-103ebd810e9b ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.32-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,1)'
    search --no-floppy --fs-uuid --set 07896113-4cbc-4c72-b70d-103ebd810e9b
    linux    /boot/vmlinuz-2.6.32-21-generic root=UUID=07896113-4cbc-4c72-b70d-103ebd810e9b ro   quiet splash
    initrd    /boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,1)'
    search --no-floppy --fs-uuid --set 07896113-4cbc-4c72-b70d-103ebd810e9b
    echo    'Loading Linux 2.6.32-21-generic ...'
    linux    /boot/vmlinuz-2.6.32-21-generic root=UUID=07896113-4cbc-4c72-b70d-103ebd810e9b ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
    insmod ext2
    set root='(hd0,1)'
    search --no-floppy --fs-uuid --set 07896113-4cbc-4c72-b70d-103ebd810e9b
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod ext2
    set root='(hd0,1)'
    search --no-floppy --fs-uuid --set 07896113-4cbc-4c72-b70d-103ebd810e9b
    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/sda2)" {
    insmod ntfs
    set root='(hd0,2)'
    search --no-floppy --fs-uuid --set 3e16216e162127fb
    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 ###

=============================== sda1/etc/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/sda1 during installation
UUID=07896113-4cbc-4c72-b70d-103ebd810e9b /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=02313af6-738b-413a-8c78-3e4b664348a8 none            swap    sw              0       0Fat32

=================== sda1: Location of files loaded by Grub: ===================


  17.3GB: boot/grub/core.img
  17.3GB: boot/grub/grub.cfg
  15.4GB: boot/initrd.img-2.6.32-21-generic
  15.5GB: boot/initrd.img-2.6.32-22-generic
  25.9GB: boot/vmlinuz-2.6.32-21-generic
    .2GB: boot/vmlinuz-2.6.32-22-generic
  15.5GB: initrd.img
  15.4GB: initrd.img.old
    .2GB: vmlinuz
  25.9GB: vmlinuz.old
=========================== Unknown MBRs/Boot Sectors/etc =======================

Unknown BootLoader  on sda3

00000000  10 3f 2a e7 a6 84 44 40  8b e5 a7 e1 a1 aa 56 bd  |.?*...D@......V.|
00000010  28 3d 8e ae 02 2b eb 7f  48 7a 44 65 13 cf 7c df  |(=...+..HzDe..|.|
00000020  1d 32 17 83 30 92 b1 b5  b3 90 b7 ba 58 06 c4 de  |.2..0.......X...|
00000030  9e 65 f0 c9 de d4 5b 05  6c f0 27 06 7f b2 38 bd  |.e....[.l.'...8.|
00000040  8d 08 a7 86 ff 8b 8c af  86 9c ba 59 1c bc 5a d4  |...........Y..Z.|
00000050  4a c7 0c 46 63 00 38 27  8e cb 3b 86 17 57 78 65  |J..Fc.8'..;..Wxe|
00000060  a7 ed e3 e4 a5 8d c3 2a  f8 16 25 e0 43 b5 da ea  |.......*..%.C...|
00000070  a9 89 2c 9f 88 77 57 ef  5b 26 5a 89 7a f3 9e 8f  |..,..wW.[&Z.z...|
00000080  1b f2 90 d4 51 6b 0b 6d  aa c0 09 a6 ee 95 e1 1f  |....Qk.m........|
00000090  3b db d0 e3 84 0c 59 d3  37 8a 1b 0f 99 80 d5 00  |;.....Y.7.......|
000000a0  ad 96 12 af 12 17 dd 55  f9 99 fa 27 d0 84 0b f7  |.......U...'....|
000000b0  5f 57 2f e0 2c 88 91 bc  69 dd 01 e6 ae 01 d8 c2  |_W/.,...i.......|
000000c0  17 e4 35 dd b5 a6 c0 4a  44 f6 f3 5a a5 6d ad c9  |..5....JD..Z.m..|
000000d0  54 1d 59 2d 20 c0 85 88  e9 98 5b da c6 7d 8b 32  |T.Y- .....[..}.2|
000000e0  48 5a 21 c6 0c 00 f6 ed  46 00 5a bb 84 f0 a7 dc  |HZ!.....F.Z.....|
000000f0  2c a2 ea 78 3f 35 9d d9  a4 33 1d 6d 42 8a f1 b0  |,..x?5...3.mB...|
00000100  29 53 eb b2 3d 38 2a 7d  4f 51 f8 3b 38 0a 56 cb  |)S..=8*}OQ.;8.V.|
00000110  79 dc 7a 6e 03 77 13 be  42 95 bb fe 15 3b dd c0  |y.zn.w..B....;..|
00000120  54 19 12 0b f0 e2 31 65  71 a9 5b 1a 0b 85 2d 6b  |T.....1eq.[...-k|
00000130  5e a4 1b 93 63 17 cf 05  86 c5 63 ac e1 db 56 b0  |^...c.....c...V.|
00000140  ed 32 83 4b b3 82 49 49  0d bb 4e d6 51 2c ff 4d  |.2.K..II..N.Q,.M|
00000150  b6 c2 3b 23 50 4b 9b 7f  01 5c dd 7a 4b 6f 0b e4  |..;#PK...\.zKo..|
00000160  9d 53 1f 9f 28 43 c3 f8  ec 79 c8 0e 82 9c 93 32  |.S..(C...y.....2|
00000170  b6 07 bb c3 cc e2 ed ed  a3 51 e9 34 3e ae 4a 48  |.........Q.4>.JH|
00000180  3c 39 ed a2 5f 94 28 72  c9 3d 10 fb ba a0 4b 32  |<9.._.(r.=....K2|
00000190  04 64 ea 49 ce bd 48 17  4f 84 fb c8 c6 e9 74 28  |.d.I..H.O.....t(|
000001a0  f2 72 1b 47 8f 2b 76 cd  66 a9 86 1a 01 46 de 92  |.r.G.+v.f....F..|
000001b0  97 9b 00 1f 7b 1b a9 68  48 ab 76 f9 a3 69 00 fe  |....{..hH.v..i..|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 60 ee 00 00 fe  |...........`....|
000001d0  ff ff 05 fe ff ff d5 65  ee 00 2d 92 3b 00 00 00  |.......e..-.;...|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200


=======Devices which don't seem to have a corresponding hard drive==============

sdb



PARTIZIONI

/dev/sda1 Xubuntu ext4 primaria
/dev/sda2 Vista NTFS primaria
/dev/sda3 swap logica
/dev/sda5 NTFS primaria

Ulteriori informazioni:

Le partizioni NTFS non vengono montate automaticamente, gparted mi da errore "device drive locked" e l'unico modo per montarle è il comando mount o il programma ntfs-config, dopo l'utilizzo di essi windows vista si fermerà alla schermata di caricamento (windows vista loading copyright microsoft bla bla) e il computer verrà riavviato senza erorre.

Qualcuno può aiutarmi?

grazie in anticipo
patel
Accecante Asceta
Accecante Asceta
Messaggi: 23782
Iscrizione: martedì 15 aprile 2008, 20:27
Località: Livorno

Re: Crash di vista in dual boot

Messaggio da patel »

le varie versioni di Win vogliono essere installate nella prima partizione primaria oppure avere il bootmanager nella prima prima partizione primaria. Nel tuo caso non è possibile perché la prima è ext4.
Generalmente si installa prima win, assegnandogli subito la sua partizione, e poi Linux.
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
ezzo
Prode Principiante
Messaggi: 5
Iscrizione: lunedì 14 giugno 2010, 18:38

Re: Crash di vista in dual boot

Messaggio da ezzo »

posso assicurare che non è quello il problema, la prima installazione prevedeva windows come prima partizione (ho cambiato ordine solo dopo per necessità) Vista crasha dopo aver montato 1 delle 2 ntfs come descritto sopra.
patel
Accecante Asceta
Accecante Asceta
Messaggi: 23782
Iscrizione: martedì 15 aprile 2008, 20:27
Località: Livorno

Re: Crash di vista in dual boot

Messaggio da patel »

allora ne sai più di me, mi spiace non poterti aiutare  :-\
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
ezzo
Prode Principiante
Messaggi: 5
Iscrizione: lunedì 14 giugno 2010, 18:38

Re: Crash di vista in dual boot

Messaggio da ezzo »

non ho detto che ne so più di te <.< ho detto che ho provato in entrambi i modi
Scrivi risposta

Ritorna a “Installazione e aggiornamento del sistema operativo”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 5 ospiti