Righe di boot

Versione Completa   Stampa   Cerca   Utenti   Iscriviti     Condividi : FacebookTwitter
ZioGiadox
00martedì 15 maggio 2007 02:23
ho disinstallato kubuntu e ho messo ubuntu studio ma ora mi sono rimaste le righe del vecchio s.o. come faccio a toglirle che nel boot.ini di winzoz non ci sono? grazie [SM=x53912]
hom3rino
00martedì 15 maggio 2007 08:52
usi grub per avviare i sistemi operativi?
se si devi modificare quello da ubuntu studio.

hom3rino
00martedì 15 maggio 2007 09:00
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup
per salvare grub.
sudo gedit /boot/grub/menu.lst
per editare grub
rimuovi solo la stringa relativa a kubuntu
ZioGiadox
00martedì 15 maggio 2007 15:22
Re:

Scritto da: hom3rino 15/05/2007 8.52
usi grub per avviare i sistemi operativi?
se si devi modificare quello da ubuntu studio.



che è grub?
hom3rino
00martedì 15 maggio 2007 15:51
grub è il boot manager che si installa di default quando installi una distro linux.
se non è grub è lilo.

a meno che tu non scelga di non caricarlo.

ZioGiadox
00martedì 15 maggio 2007 15:52
Re:

Scritto da: hom3rino 15/05/2007 15.51
grub è il boot manager che si installa di default quando installi una distro linux.
se non è grub è lilo.

a meno che tu non scelga di non caricarlo.



ecco il file, che devo togliere?[SM=x53918] non cè scritto kubuntu, ma ubuntu nelle righe, ma sono doppie)


# 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 change this entry to 'saved' 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=d3479e3a-2c78-4769-b579-b657e4205ac1 ro

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

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

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

## ## End Default Options ##

title Ubuntu, kernel 2.6.20-15-lowlatency
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-15-lowlatency root=UUID=d3479e3a-2c78-4769-b579-b657e4205ac1 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-lowlatency
quiet
savedefault

title Ubuntu, kernel 2.6.20-15-lowlatency (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-15-lowlatency root=UUID=d3479e3a-2c78-4769-b579-b657e4205ac1 ro single
initrd /boot/initrd.img-2.6.20-15-lowlatency

title Ubuntu, kernel 2.6.20-15-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=d3479e3a-2c78-4769-b579-b657e4205ac1 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=d3479e3a-2c78-4769-b579-b657e4205ac1 ro single
initrd /boot/initrd.img-2.6.20-15-generic

title Ubuntu, memtest86+
root (hd0,2)
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/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hdb1
title Microsoft Windows XP Professional
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1

Modificato da ZioGiadox 15/05/2007 15.53
hom3rino
00martedì 15 maggio 2007 16:30
mio sembra un po troppo incasinato, non saprei propio cosa farti togliere.

mi sa che a furia di ricaricare distro hai fatto un po di casino con l'avvio.
io ti consiglierei di dare una formattatina a tutto e caricare tutto per bene (visto che ora hai trovato il tuo linux).
quindi salva tutto e riparti da 0 con win e linux partizionando per bene i dischi.
però questo è quello che farei io, è una grossa perdita di tempo però poi ti rimane tutto molto pulito.
per fare le partizioni non usare nessun programma, fai tutto dai cd del sistema.
se vuoi lo facciamo passo passo. [SM=x53921]

Modificato da hom3rino 15/05/2007 16.32
Superpiffer
00martedì 15 maggio 2007 16:58
ubuntu studio usa un kernel a bassa latenza, quindi devi lasciare le voci del grub dove c'è scritto lowlatency e cancellare le altre cioè queste:

 title Ubuntu, kernel 2.6.20-15-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=d3479e3a-2c78-4769-b579-b657e4205ac1 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=d3479e3a-2c78-4769-b579-b657e4205ac1 ro single
initrd /boot/initrd.img-2.6.20-15-generic 


ciao [SM=x53912]
ZioGiadox
00martedì 15 maggio 2007 17:13
Re:

Scritto da: hom3rino 15/05/2007 16.30
mio sembra un po troppo incasinato, non saprei propio cosa farti togliere.

mi sa che a furia di ricaricare distro hai fatto un po di casino con l'avvio.
io ti consiglierei di dare una formattatina a tutto e caricare tutto per bene (visto che ora hai trovato il tuo linux).
quindi salva tutto e riparti da 0 con win e linux partizionando per bene i dischi.
però questo è quello che farei io, è una grossa perdita di tempo però poi ti rimane tutto molto pulito.
per fare le partizioni non usare nessun programma, fai tutto dai cd del sistema.
se vuoi lo facciamo passo passo. [SM=x53921]

Modificato da hom3rino 15/05/2007 16.32


figuriamoci se riinstallo 12 giga di roba in xp, al massimo ripristino una immagine con ghost e rinstallo solo ubuntu se non risolvo coi consigli del mitico Super [SM=x53921] [SM=x53921] [SM=x53921] grazie
hom3rino
00martedì 15 maggio 2007 17:13
come mai usa la bassa latenza?


@giadox
immaginavo...
era una soluzione drastica cmq...
infatti superpiffer ti ha dato la risposta, non sapevo che ubuntu studio usava la bassa latenza, tra l'altro io avrei optato per rimuovere quelle voci [SM=x53914] [SM=x53914]
Modificato da hom3rino 15/05/2007 17.16
ZioGiadox
00martedì 15 maggio 2007 17:16
Re:

Scritto da: hom3rino 15/05/2007 17.13
come mai usa la bassa latenza?


dici a mè? che vuol dire? [SM=x53913]
hom3rino
00martedì 15 maggio 2007 17:18
no dicevo a superpiffer, cmq immagino che sia impostato per il discorso delle schede audio
ZioGiadox
00martedì 15 maggio 2007 17:28
Re:

Scritto da: hom3rino 15/05/2007 17.18
no dicevo a superpiffer, cmq immagino che sia impostato per il discorso delle schede audio


si è per quello [SM=x53912]
ZioGiadox
00martedì 15 maggio 2007 17:37
Re:

Scritto da: Superpiffer 15/05/2007 16.58
ubuntu studio usa un kernel a bassa latenza, quindi devi lasciare le voci del grub dove c'è scritto lowlatency e cancellare le altre cioè queste:

 title Ubuntu, kernel 2.6.20-15-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=d3479e3a-2c78-4769-b579-b657e4205ac1 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=d3479e3a-2c78-4769-b579-b657e4205ac1 ro single
initrd /boot/initrd.img-2.6.20-15-generic 


ciao [SM=x53912]


mitico Super, ho tolto quello che mi hai postato e ora è tutto a posto, stai diventando una bestia linuxiana [SM=x53921] [SM=x53921] [SM=x53921] [SM=x53911]
Superpiffer
00martedì 15 maggio 2007 19:38
Re: Re:

Scritto da: ZioGiadox 15/05/2007 17.37

mitico Super, ho tolto quello che mi hai postato e ora è tutto a posto, stai diventando una bestia linuxiana [SM=x53921] [SM=x53921] [SM=x53921] [SM=x53911]


non è vero! [SM=x53920]

@hom3rino
onestamente non lo so, l'ho letto su un blog qualche settimana fa e me ne sono ricordato leggendo il file del grub, tutto qui [SM=x53914]
Questa è la versione 'lo-fi' del Forum Per visualizzare la versione completa clicca qui
Tutti gli orari sono GMT+01:00. Adesso sono le 11:57.
Copyright © 2000-2024 FFZ srl - www.freeforumzone.com