interrogativi boot loader
interrogativi boot loader
ragazzi volevo alcune info riguardanti i bootloader:
grub può avviare direttamente sistemi linux e windows?
il longhon di vista può?
il mio interrogativo si basa sul fatto che avendo installato + sistemi insieme, all'avvio del pc, mi si presenta il menu di brub il quale mi fa scegliere le varie versioni di linux ed inoltre richiama al bootloader longhon il quale mi fa scegliere le restanti di windows.
è possibile far sciegliere tutto da grub?
(adeso nell'mbr ho il grub...giusto?)
(la midifica dei grub posso farla solo da linux come quella di longhorn da wondows?)
grub può avviare direttamente sistemi linux e windows?
il longhon di vista può?
il mio interrogativo si basa sul fatto che avendo installato + sistemi insieme, all'avvio del pc, mi si presenta il menu di brub il quale mi fa scegliere le varie versioni di linux ed inoltre richiama al bootloader longhon il quale mi fa scegliere le restanti di windows.
è possibile far sciegliere tutto da grub?
(adeso nell'mbr ho il grub...giusto?)
(la midifica dei grub posso farla solo da linux come quella di longhorn da wondows?)
- AlexSistemiFree
- Entusiasta Emergente

- Messaggi: 1373
- Iscrizione: venerdì 15 dicembre 2006, 9:43
Re: interrogativi boot loader
I boot loader hanno la capacità di caricare diversi sistemi oprativi quindi immagino che pure il boot loader di Vista disponga di questa capacità.
Da quanto hai descritto pare che utilizzi grub per avviare i sistemi linux, ed utilizzi grub per avviare il boot loader di windows che si occupa di avviare i sistemi windows.
In grub le modifiche delle voci di boot si fanno in un file di configurazione testuale immagino che la stessa cosa si faccia su vista (anche se non si può mai sapere cosa si inventano per complicare la vita :P) dato che si trovano su file system differenti normalmente si fanno dall'interno di quegli ambienti (oppure nel caso di linux pure usando un livecd).
Da quanto hai descritto pare che utilizzi grub per avviare i sistemi linux, ed utilizzi grub per avviare il boot loader di windows che si occupa di avviare i sistemi windows.
In grub le modifiche delle voci di boot si fanno in un file di configurazione testuale immagino che la stessa cosa si faccia su vista (anche se non si può mai sapere cosa si inventano per complicare la vita :P) dato che si trovano su file system differenti normalmente si fanno dall'interno di quegli ambienti (oppure nel caso di linux pure usando un livecd).
Re: interrogativi boot loader
grazie delle spiegazioni.... così da come hai detto, il mio sistema ha nel mbr grub il quale poi carica il bootloader di vista.....
...non potrei eliminare il bootloader di vista e far operare solo grub (facendoji caricare pure i sistemi windows)?
...non potrei eliminare il bootloader di vista e far operare solo grub (facendoji caricare pure i sistemi windows)?
Re: interrogativi boot loader
longhorn è solo un altro nome di Vista, non è il bootloader. Vista può gestire il bootloader tramite il programma Easybcd, il file di configurazione non è testuale e quindi non editabile facilmente.
Grub può gestire autonomamente il tutto, devi postare il tuo /boot/grub/menu.lst e il comando sudo fdisk -l
Grub può gestire autonomamente il tutto, devi postare il tuo /boot/grub/menu.lst e il comando sudo fdisk -l
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
- AlexSistemiFree
- Entusiasta Emergente

- Messaggi: 1373
- Iscrizione: venerdì 15 dicembre 2006, 9:43
Re: interrogativi boot loader
C.v.d. (come volevasi dimostrare) si vede che il masochismo è una pratica molto diffusa in casa windows.patel ha scritto: ... Vista può gestire il bootloader tramite il programma Easybcd, il file di configurazione non è testuale e quindi non editabile facilmente.
...
Re: interrogativi boot loader
ho smanettato un po' con kgrubeditor e easybcd ora ecco cosa c'è in /boot/grub/menu.lst:
default 4
timeout 1
color black/blue
### 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=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=4834e3e5-8338-44af-a2ae-3e0143f4ad62
## 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
## 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.10, kernel 2.6.27-9-generic
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro quiet splash
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro single
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, memtest86+
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
title Windows XP
root (hd0,0)
chainloader +1
savedefault
makeactive
e facendo sudo fdisk -l:
default 4
timeout 1
color black/blue
### 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=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=4834e3e5-8338-44af-a2ae-3e0143f4ad62
## 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
## 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.10, kernel 2.6.27-9-generic
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro quiet splash
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro single
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, memtest86+
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
title Windows XP
root (hd0,0)
chainloader +1
savedefault
makeactive
default 4
timeout 1
color black/blue
### 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=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=4834e3e5-8338-44af-a2ae-3e0143f4ad62
## 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
## 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.10, kernel 2.6.27-9-generic
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro quiet splash
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro single
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, memtest86+
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
title Windows XP
root (hd0,0)
chainloader +1
savedefault
makeactive
e facendo sudo fdisk -l:
default 4
timeout 1
color black/blue
### 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=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=4834e3e5-8338-44af-a2ae-3e0143f4ad62
## 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
## 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.10, kernel 2.6.27-9-generic
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro quiet splash
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=4834e3e5-8338-44af-a2ae-3e0143f4ad62 ro single
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, memtest86+
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
title Windows XP
root (hd0,0)
chainloader +1
savedefault
makeactive
Re: interrogativi boot loader
non hai incollato il sudo fdisk -l
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
- streetcross
- Accecante Asceta

- Messaggi: 24943
- Iscrizione: giovedì 7 febbraio 2008, 10:52
- Contatti:
Re: interrogativi boot loader
ma non si parlava di vista? ??? lì c'è xp
Ubuntu user #22995 Linux user #474679 Stacy can't you see, you're just not the girl for me, I know it might be wrong, but I'm in love with Stacy's Mom. ﺕ In molti credono di essere degli alternativi. In realtà la maggior parte di loro lascia la strada principale per seguire la seconda strada più battuta; in pochi si creano il proprio sentiero.
Re: interrogativi boot loader
Disco /dev/sda: 250.0 GB, 250059350016 byte
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x1ef28432
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sda2 6375 30400 192988845 5 Esteso
/dev/sda5 10199 30400 162272533+ 7 HPFS/NTFS
/dev/sda6 6375 10021 29294464+ 83 Linux
/dev/sda7 10022 10198 1421721 82 Linux swap / Solaris
Le voci nella tabella delle partizioni non sono nello stesso ordine del disco
scusate ma mi sono scordato di incollare l'fdisk!
comunque, originariamente il mio hardisk era diviso nel seguente modo: 50 gb windows xp, 30 gb windows vista e 150 gb per dati (tutte partizioni ntfs) ed il tutto era gestito dal bootloader di vista.
ad un certo punto ho installato ubuntu, buttando giù la partizione di vista.
In questo modo, dovrebbe aver scritto il grub sull'mbr. Mi sono accorto perciò che all'avvio del grub, vedevo i kernel linux e il loader di windows il quale mi rimandava alla vekkia shermata per scegliere vista o xp (anke se vista non è + presente)
al che ho smanettato un po' ed ho cancellato il collegamento a vista.
Ora il grub carica il loader di vista che carica xp....oppure il grub oltre a ubuntu mi carica direttamente anche xp?
scusate se ho scritto 1 po' contorto....ma non ho saputo esprimermi meglio!
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x1ef28432
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 6374 51199123+ 7 HPFS/NTFS
/dev/sda2 6375 30400 192988845 5 Esteso
/dev/sda5 10199 30400 162272533+ 7 HPFS/NTFS
/dev/sda6 6375 10021 29294464+ 83 Linux
/dev/sda7 10022 10198 1421721 82 Linux swap / Solaris
Le voci nella tabella delle partizioni non sono nello stesso ordine del disco
scusate ma mi sono scordato di incollare l'fdisk!
comunque, originariamente il mio hardisk era diviso nel seguente modo: 50 gb windows xp, 30 gb windows vista e 150 gb per dati (tutte partizioni ntfs) ed il tutto era gestito dal bootloader di vista.
ad un certo punto ho installato ubuntu, buttando giù la partizione di vista.
In questo modo, dovrebbe aver scritto il grub sull'mbr. Mi sono accorto perciò che all'avvio del grub, vedevo i kernel linux e il loader di windows il quale mi rimandava alla vekkia shermata per scegliere vista o xp (anke se vista non è + presente)
al che ho smanettato un po' ed ho cancellato il collegamento a vista.
Ora il grub carica il loader di vista che carica xp....oppure il grub oltre a ubuntu mi carica direttamente anche xp?
scusate se ho scritto 1 po' contorto....ma non ho saputo esprimermi meglio!
Re: interrogativi boot loader
A questo punto il casino è tale che secondo me si rischia di non far partire più niente. Io vedo queste possibilità.
1) Da win scaricare easybcd ed eliminare una voce.
2) Col cd di XP, console di ripristino, fixboot, fixmbr e poi ripristinare il grub con supergrub
la prima è più semplice, se funziona.
1) Da win scaricare easybcd ed eliminare una voce.
2) Col cd di XP, console di ripristino, fixboot, fixmbr e poi ripristinare il grub con supergrub
la prima è più semplice, se funziona.
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
Re: interrogativi boot loader
già fatto la prima 
ma a titolo informativo....grub ha bisogno di appoggiarsi ad altri loader per eseguire sistemi operativi windows?
ma a titolo informativo....grub ha bisogno di appoggiarsi ad altri loader per eseguire sistemi operativi windows?
- streetcross
- Accecante Asceta

- Messaggi: 24943
- Iscrizione: giovedì 7 febbraio 2008, 10:52
- Contatti:
Re: interrogativi boot loader
no, ma in automatico lascia anche il loader dell'altro os, infatti potrebbe contenere delle cose necessarie all'utenteluc1988 ha scritto: già fatto la prima
ma a titolo informativo....grub ha bisogno di appoggiarsi ad altri loader per eseguire sistemi operativi windows?
Ubuntu user #22995 Linux user #474679 Stacy can't you see, you're just not the girl for me, I know it might be wrong, but I'm in love with Stacy's Mom. ﺕ In molti credono di essere degli alternativi. In realtà la maggior parte di loro lascia la strada principale per seguire la seconda strada più battuta; in pochi si creano il proprio sentiero.
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 2 ospiti