[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

grub legacy 0.97



Premettendo che ho una debian squeeze installato su un raid1
a cui ho aggiunto un paio di giorni fa un ssd su cui ho provveduto
ad installare l'ultima versione stable di debian jessie.

Vorrei sapere come posso trasferire il controllo a partire da
grub legacy 0.97 installato sul primo settore di un hardisk
presente nel raid1
a grub2 installato sul primo settore di un ssd.

posto l'attuale fdisk dei dischi:

fdisk -l /dev/sda

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000928f4

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        2611    20972826   fd  Linux raid autodetect
/dev/sda2            2612        5223    20980890   fd  Linux raid autodetect
/dev/sda3            5224      121601   934806285    5  Extended
/dev/sda5            5224       44128   312504381   fd  Linux raid autodetect
/dev/sda6           44129      121599   622285776   fd  Linux raid autodetect
/dev/sda7          121600      121601       16033+  83  Linux

fdisk -l /dev/sdb

= a quella di fdisk -l /dev/sda

fdisk -l /dev/sdc (disco di spare)

= a quella di fdisk -l /dev/sda


fdisk -l /dev/sdd

Disk /dev/sdd: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5de5eacd

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1   *           1        3648    29302528+  83  Linux


posto l'attuale configurazione presente in /boot/grub/menu.lst

title           Debian GNU/Linux
root            (hd0,0)
kernel          /boot/vmlinuz root=/dev/md0 vga=791 acpi_enforce_resources=lax 
ro noquiet
initrd          /boot/initrd.img

title           Debian GNU/Linux (single-user mode)
root            (hd0,0)
kernel          /boot/vmlinuz root=/dev/md0 ro single
initrd          /boot/initrd


ho aggiunto il seguente

title           Linux on SSD
rootnoverify    (hd3,0)
chainloader     +1
makeactive

ma non funziona.

Se da bios invece faccio partire con ssd parte regolarmente grub2
della ultima versione di debian stable.


Reply to: