Jump to content

[Risolto] triplo boot vista ideneb e ubuntu


silentsmoke
 Share

28 posts in this topic

Recommended Posts

ciao son disperato uffa c...o.ho vista ultimate e ho installato ideneb 1.3.5.5 al boot mi partiva il kernel osx e mi faceva scelgiere che sistema operativa far partire.poi ho installato ubuntu e ora mi parte il boot di ubuntu e posso sceglieresolo ubuntu o win ...ovvio che tutti e tre sono su tre partizioni differenti..come posso fare?

Link to comment
Share on other sites

Postami il file menu.lst che trovi in Ubuntu in /boot/grub e postami il risultato di fdisk sul tuo disco rigido da Ubuntu (in genere: sudo fdisk /dev/sda) e ti faccio un menu.lst che ti bootta tutti e 3 i sistemi.

Ciao, Giorgio.

Link to comment
Share on other sites

La mia configurazione triplo boot con grub, il disco e' diviso con 4 partizioni primarie:

1- Xandros boot (ext3)

2- partizione dati (ext3)

3- Leopard (hfs+)

4- Win Xp (ntfs)

 

 

 

Di seguto il file menu.lst della configurazione di GRUB

 

#

# Configured by Xandros Configuration system.

#

#####hiddenmenu

# default boot entry

default=0

 

# Boot automatically after 10 second.

timeout=10

 

# Fallback to Configure.

fallback=2

 

title Xandros

root (0x80,0)

kernel /boot/vmlinuz-2.6.21.4-eeepc quiet rw vga=785 irqpoll root=/dev/sda1

initrd /boot/initramfs-eeepc.img

 

title Leopard

rootnoverify (0x80,2)

makeactive

chainloader +1

boot

 

title Windows

rootnoverify (0x80,3)

makeactive

chainloader +1

boot

Link to comment
Share on other sites

il problema e che io ho installato ubuntu in nuna partizione dedviare e non mi vede le altre partizioni..infatti nel menu listche posto non vede nulla

 

 

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

 

## 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=6368746f-2074-616b-6f65-207575696400 ro

 

## Setup crashdump menu entries

## e.g. crashdump=1

# crashdump=0

 

## default grub root device

## e.g. groot=(hd0,0)

# groot=(hd1,1)

 

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

 

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

 

## 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 8.04.1, kernel 2.6.24-19-generic

root (hd1,1)

kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=6368746f-2074-616b-6f65-207575696400 ro quiet splash xforcevesa

initrd /boot/initrd.img-2.6.24-19-generic

quiet

 

title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)

root (hd1,1)

kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=6368746f-2074-616b-6f65-207575696400 ro single

initrd /boot/initrd.img-2.6.24-19-generic

 

title Ubuntu 8.04.1, memtest86+

root (hd1,1)

kernel /boot/memtest86+.bin

quiet

 

### END DEBIAN AUTOMAGIC KERNELS LIST

 

# This is a divider, added to separate the menu items below from the Debian

# ones.

title Other operating systems:

root

 

 

# This entry automatically added by the Debian installer for a non-linux OS

# on /dev/sda1

title Windows Vista/Longhorn (loader)

root (hd0,0)

savedefault

makeactive

chainloader +1

 

 

# This entry automatically added by the Debian installer for a non-linux OS

# on /dev/sda2

title Windows Vista/Longhorn (loader)

root (hd0,1)

savedefault

makeactive

chainloader +1

Link to comment
Share on other sites

Quanti HD hai? perchè il tuo menu.lst fa capire che hai windows sul disco 0 e ubuntu sul disco 1: se vuoi essere aiutato devi essere preciso: posta esattamente il tuo hardware ed il risultato di fdisk su TUTTI i tuoi dischi (per postare un file lungo come menu.lst ci sono i codebox appositi, altrimenti è un casino)

 

Se volete essere aiutati dovete essere ordinati e possibilmente spiegarvi in italiano corretto. (in una partizione dedviare: sfido chiunque a capire)

 

Se mi posti il menu.lst in un codebox ed il risultato di fdisk sui tuoi HD (inoltre elenca con precisione l'hardware) è probabile che riesca a farti vedere i 3 sistemi.

 

Intendo: sul HD 0 ho le seguenti partizioni: etc

 

Sul HD 1 ho le seguenti partizioni: etc

 

Sono IDE o SATA gli HD. Mi raccomando il risultato di fdisk.

Link to comment
Share on other sites

Quanti HD hai? perchè il tuo menu.lst fa capire che hai windows sul disco 0 e ubuntu sul disco 1: se vuoi essere aiutato devi essere preciso: posta esattamente il tuo hardware ed il risultato di fdisk su TUTTI i tuoi dischi (per postare un file lungo come menu.lst ci sono i codebox appositi, altrimenti è un casino)

 

Se volete essere aiutati dovete essere ordinati e possibilmente spiegarvi in italiano corretto. (in una partizione dedviare: sfido chiunque a capire)

 

Se mi posti il menu.lst in un codebox ed il risultato di fdisk sui tuoi HD (inoltre elenca con precisione l'hardware) è probabile che riesca a farti vedere i 3 sistemi.

 

Intendo: sul HD 0 ho le seguenti partizioni: etc

 

Sul HD 1 ho le seguenti partizioni: etc

 

Sono IDE o SATA gli HD. Mi raccomando il risultato di fdisk.

 

io ho un poratile con 1 hd da 320

 

ed e partizionanato per avere vista mac e ubntu su 3 partizioni separatti

ti ho dato il menu lst..che devo fare per darti situazione completa...

dimmi come e lo faccio

grazie mille

Link to comment
Share on other sites

Ma il menu.lst che tu mi hai mandato prevede 2 dischi rigidi (HD0 e HD1): riesci a fare da ubuntu da terminale sudo fdisk /dev/sda e sudo fdisk /dev/sdb e postare il risultato?

Link to comment
Share on other sites

ciao io faccio sudo fdisk/dev/sda e mi da sta roba

 

 

The number of cylinders for this disk is set to 19457.

There is nothing wrong with that, but this is larger than 1024,

and could in certain setups cause problems with:

1) software that runs at boot time (e.g., old versions of LILO)

2) booting and partitioning software from other OSs

(e.g., DOS FDISK, OS/2 FDISK)

 

Command (m for help):

Command (m for help): 1

1: unknown command

Command action

a toggle a bootable flag

b edit bsd disklabel

c toggle the dos compatibility flag

d delete a partition

l list known partition types

m print this menu

n add a new partition

o create a new empty DOS partition table

p print the partition table

q quit without saving changes

s create a new empty Sun disklabel

t change a partition's system id

u change display/entry units

v verify the partition table

w write table to disk and exit

x extra functionality (experts only)

 

e me la da anche con sdb che lettera devo digitare non capisco

Link to comment
Share on other sites

ma io scrivo sudo fdisk /dev sda ma mi da

alby@alby-laptop:~$ sudo fdisk /dev/sda

 

The number of cylinders for this disk is set to 19457.

There is nothing wrong with that, but this is larger than 1024,

and could in certain setups cause problems with:

1) software that runs at boot time (e.g., old versions of LILO)

2) booting and partitioning software from other OSs

(e.g., DOS FDISK, OS/2 FDISK)

 

 

 

non so che fare uffa

Link to comment
Share on other sites

dopo fdsik devi digitare p (per evidenziare la tabella delle partizioni): ma sai usare Ubuntu? o lo hai installato per prova? fdisk è uno dei programmi da riga di comando più banali ed usati in Linux.

Link to comment
Share on other sites

dopo fdsik devi digitare p (per evidenziare la tabella delle partizioni): ma sai usare Ubuntu? o lo hai installato per prova? fdisk è uno dei programmi da riga di comando più banali ed usati in Linux.

 

 

no non per prova la voglio poi iusare bene

comunque ora ti dico

 

Disk /dev/sda: 160.0 GB, 160041885696 bytes

255 heads, 63 sectors/track, 19457 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Disk identifier: 0x5badb5d2

 

Device Boot Start End Blocks Id System

/dev/sda1 1 1274 10233373+ 12 Compaq diagnostics

/dev/sda2 * 1275 7402 49222709 7 HPFS/NTFS

/dev/sda3 7403 10382 23936850 af Unknown

/dev/sda4 10383 19458 72892416 7 HPFS/NTFS

Link to comment
Share on other sites

Bene, adesso fallo con /dev/sdb (il tuo hard disk è stato partizionato per far credere al sistema di averne 2 da 160) e poi posta il risultato, poi credo che riusciremo a far vedere i 3 sistemi operativi.

Link to comment
Share on other sites

Disk /dev/sdb: 160.0 GB, 160041885696 bytes

255 heads, 63 sectors/track, 19457 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Disk identifier: 0x5badb5d4

 

Device Boot Start End Blocks Id System

/dev/sdb1 1 16515 132656706 7 HPFS/NTFS

/dev/sdb2 16516 19212 21663652+ 83 Linux

/dev/sdb3 19213 19457 1967962+ 82 Linux swap / Solaris

Link to comment
Share on other sites

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

## 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=6368746f-2074-616b-6f65-207575696400 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,1)

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

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

## 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 8.04.1, kernel 2.6.24-19-generic
root	 (hd1,1)
kernel	 /boot/vmlinuz-2.6.24-19-generic root=UUID=6368746f-2074-616b-6f65-207575696400 ro quiet splash xforcevesa
initrd	 /boot/initrd.img-2.6.24-19-generic
quiet

title	 Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root	 (hd1,1)
kernel	 /boot/vmlinuz-2.6.24-19-generic root=UUID=6368746f-2074-616b-6f65-207575696400 ro single
initrd	 /boot/initrd.img-2.6.24-19-generic

title	 Ubuntu 8.04.1, memtest86+
root	 (hd1,1)
kernel	 /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title	 Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title	 Windows Vista/Longhorn (loader)
root	 (hd0,0)
savedefault
makeactive
chainloader	+1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title	 Windows Vista/Longhorn (loader)
root	 (hd0,1)
savedefault
makeactive
chainloader	+1


[color="#FF0000"]title     Leopard
root     (hd0,2)
savedefault
makeactive
chainloader +1[/color]

 

Allora, modifica il menu.lst di ubuntu aggiungendo quello che ti ho messo in rosso, poi da terminale digita:

 

sudo grub-install --root-directory=/ /dev/sda <invio>

 

riavviando dovresti vedere tutti e 3 i sistemi operativi.

 

In bocca al lupo.

Link to comment
Share on other sites

per aggiungere intendi al fondo del menu.lst

ok

provo

 

 

per aggiungere intendi al fondo del menu.lst

ok

provo

 

 

non ho i permessi

Link to comment
Share on other sites

per aggiungere intendi al fondo del menu.lst

ok

provo

non ho i permessi

 

 

 

 

fatto sei fantastico ora e tutto ok e funge alla perfezione

 

 

peccato solo per sta scheda wifi che bib si sono driver

Link to comment
Share on other sites

  • 1 year later...

Salve a tutti, so bene che questo topic è già stato risolto, ma come da titolo sto cercando anche io di fare il triplo boot, con xp, ubuntu e ideneb, ho girato tutto il forum anche in lingua inglese e non sono riuscito a trovare una soluzione adatta al mio problema. Leggendo questo topic ho notato che la situazione è molto simile alla mia, ho provato a seguire le istruzioni ma alla fine non riesco ad avviare ideneb, ora pero vi spiego meglio la situazione.

Ho installato per primo windows xp sul mio mini hp (hardware in firma), dopo ho installato ubuntu 9.04 quindi all'avvio mi sono ritrovato il grub di ubuntu che vedeva bene xp. Alla fine ho voluto installare ideneb che ancora non so se funziona, perché a fine installazione riavviando ho notato che il grub non lo rileva permettendomi di entrare soltanto su xp o ubuntu. Leggendo i vari topic ho capito che possono esservi utili le notizie precise sulle partizioni e sul file menu.lst, quindi adesso ve li posto.

 

fdisk -l:

 

pa007@pa007-netbook:~$ sudo fdisk -l
[sudo] password for pa007:

Disco /dev/sda: 250.0 GB, 250059350016 byte
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x9a73911c

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       11749    94373811    7  HPFS/NTFS
/dev/sda2           11750       23498    94373842+  af  Sconosciuto
/dev/sda3           23499       23863     2931862+  82  Linux swap / Solaris
/dev/sda4           23864       30401    52516485   83  Linux
pa007@pa007-netbook:~$

 

 

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

## 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=3339c8a2-999f-4240-a699-ab0b6eea2aa6 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=3339c8a2-999f-4240-a699-ab0b6eea2aa6

## 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 9.04, kernel 2.6.28-11-generic
uuid		3339c8a2-999f-4240-a699-ab0b6eea2aa6
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=3339c8a2-999f-4240-a699-ab0b6eea2aa6 ro quiet splash
initrd		/boot/initrd.img-2.6.28-11-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid		3339c8a2-999f-4240-a699-ab0b6eea2aa6
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=3339c8a2-999f-4240-a699-ab0b6eea2aa6 ro  single
initrd		/boot/initrd.img-2.6.28-11-generic

title		Ubuntu 9.04, memtest86+
uuid		3339c8a2-999f-4240-a699-ab0b6eea2aa6
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title		Windows NT/2000/XP (loader)
rootnoverify	(hd0,0)
savedefault
makeactive
chainloader	+1

 

questa è la situazione originale, io ho provato seguendo questo topic ad aggiungere queste righe al file menu.lst:

 

# on /dev/sda2

title ideneb

rootverify (hd0,1)

savedefault

makeactive

chainloader +1

 

e dopo a dare il comando da terminale:

sudo grub-install --root-directory=/ /dev/sda <invio>

 

non appena riavvio sul grub vedo la voce ideneb, però se ci clicco mi da questo errore:

error 13 invalid or unsupported executable format

 

Credo di aver rispettato tutte le regole e di essere stato molto chiaro per darvi modo di rispondermi al meglio, avrei voluto aprire un nuovo topic, ma non so perche appena ci provo mi da un errore dicendomi che non ho i permessi, quindi spero che voi potrete lo stesso darmi una mano qui, grazie mille in anticipo...

Link to comment
Share on other sites

ione originale, io ho provato seguendo questo topic ad aggiungere queste righe al file menu.lst:

 

# on /dev/sda2

title ideneb

root (hd0,1)

savedefault

makeactive

chainloader +1

e dopo a dare il comando da terminale:

sudo grub-install --root-directory=/ /dev/sda <invio>

 

non appena riavvio sul grub vedo la voce ideneb, però se ci clicco mi da questo errore:

error 13 invalid or unsupported executable format

 

Credo di aver rispettato tutte le regole e di essere stato molto chiaro per darvi modo di rispondermi al meglio, avrei voluto aprire un nuovo topic, ma non so perche appena ci provo mi da un errore dicendomi che non ho i permessi, quindi spero che voi potrete lo stesso darmi una mano qui, grazie mille in anticipo...

 

 

Ti ho corretto il codice da applicare al grub.

 

Reinstalla grub dopo aver fatto le modifiche.

 

Giorgio

Link to comment
Share on other sites

ho corretto il codice preciso come me lo hai indicato, e dopo ho ridato il comando per installare il grub, il comando va a buon fine, dopo ho riavviato e cliccando sulla scritta ideneb mi da sempre lo stesso erro 13 di prima, le ho provate tutte, girando per il web ma non riesco a trovare una soluzione per far funzionare il grub di ubuntu, ho provato pure ad reinstallare ubuntu per ultimo, ma il grub vede solo ed esclusivamente xp, e se lo modifico da error 13. Non so se tu che hai piu esperienza sapresti capire il perché di tutto questo spero di si ;), cmq fammi sapere se ti servono altri dati utili per capire il problema...

Link to comment
Share on other sites

ho corretto il codice preciso come me lo hai indicato, e dopo ho ridato il comando per installare il grub, il comando va a buon fine, dopo ho riavviato e cliccando sulla scritta ideneb mi da sempre lo stesso erro 13 di prima, le ho provate tutte, girando per il web ma non riesco a trovare una soluzione per far funzionare il grub di ubuntu, ho provato pure ad reinstallare ubuntu per ultimo, ma il grub vede solo ed esclusivamente xp, e se lo modifico da error 13. Non so se tu che hai piu esperienza sapresti capire il perché di tutto questo spero di si :P , cmq fammi sapere se ti servono altri dati utili per capire il problema...

 

Probabile che su iDeneb non sia installato il loader (chameleon)

 

Giorgio

Link to comment
Share on other sites

Veramente ho installato ideneb per ultimo perche speravo che il chameleon alla fine mi desse la possibilità di entrare sia su xp, che su ubuntu e mac, ma non è stato così, ho pure provato a rifare l'installazione di ideneb selezionando solo il chameleon ma nulla, per installare ideneb come potrei fare??? ho anche scaricato alcune versioni da internet ma non so come installarle. Sinceramente con tutto il tempo che ci ho perso non mi interessano le immagini quindi grub, chameleon o qualsiasi altro loader a me va benissimo...

Link to comment
Share on other sites

 Share

×
×
  • Create New...