[Install] problemi installazione kubuntu
-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
[Install] problemi installazione kubuntu
Ciao
sono un niubbo...
temo di aver combinato un guaio con il pc della mia ragazza.... ho voluto installare la nuova versione di kubuntu (jaunty)sul suo portatile (hp con intel celeron 540@1.86 GHz RAM 0.99 GB) che aveva vista basic: ho seguito le procedure del dvd di installazione per far partire a scelta all'avvio kubuntu o vista...
Bene: kubuntu partiva e andava senza problemi.... poi ho provato a spegnere e a far partire VISTA.... e non partiva! Mi veniva fuori HP backup and recovery manager: non c'era verso di annullare il back-up e allora ho cliccato sull'opzione di ripristino del sistema operativo con cui il pc era uscito dalla fabbrica....
niente da fare lo stesso.... ha formattato il disco e ripristinato... ma quando lo riaccendo mi rimanda sempre la stessa schermata del backup and recovery manager...
ho provato a reinstallare kubuntu con la stessa procedura (dato che non so come ripartire manualmente il disco rigido)... kubuntu funziona...allora ho provato a fare partire vista >:(
il problema di prima si è ripresentato....
ho fatto partire kubuntu solo dal cd e quando con dolphin ho controllato l'hard disk ho trovato le partizioni delle 2 installazioni di kubuntu e la partizione di windows
mi potete dare una mano?
p.s. sono stato così "sventato " da non fare un cd di ripristino di vista... pensavo che tutto sarebbe funzionato senza problemi....
scusate se non ho fatto un search per vedere se ci sono thread analoghi... :-[
sono un niubbo...
temo di aver combinato un guaio con il pc della mia ragazza.... ho voluto installare la nuova versione di kubuntu (jaunty)sul suo portatile (hp con intel celeron 540@1.86 GHz RAM 0.99 GB) che aveva vista basic: ho seguito le procedure del dvd di installazione per far partire a scelta all'avvio kubuntu o vista...
Bene: kubuntu partiva e andava senza problemi.... poi ho provato a spegnere e a far partire VISTA.... e non partiva! Mi veniva fuori HP backup and recovery manager: non c'era verso di annullare il back-up e allora ho cliccato sull'opzione di ripristino del sistema operativo con cui il pc era uscito dalla fabbrica....
niente da fare lo stesso.... ha formattato il disco e ripristinato... ma quando lo riaccendo mi rimanda sempre la stessa schermata del backup and recovery manager...
ho provato a reinstallare kubuntu con la stessa procedura (dato che non so come ripartire manualmente il disco rigido)... kubuntu funziona...allora ho provato a fare partire vista >:(
il problema di prima si è ripresentato....
ho fatto partire kubuntu solo dal cd e quando con dolphin ho controllato l'hard disk ho trovato le partizioni delle 2 installazioni di kubuntu e la partizione di windows
mi potete dare una mano?
p.s. sono stato così "sventato " da non fare un cd di ripristino di vista... pensavo che tutto sarebbe funzionato senza problemi....
scusate se non ho fatto un search per vedere se ci sono thread analoghi... :-[
Ultima modifica di Mariano Rech il lunedì 9 novembre 2009, 16:52, modificato 1 volta in totale.
- steff
- Moderatore Globale

- Messaggi: 40358
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: [Install] problemi installazione kubuntu
cmq hai due kubuntu è due swap, la procedura manuale non sarebbe poi così complicato.
Vabbe, postae il contenuto di /boot/grub/menu.lst del ultimo kubuntu sul disco.
Vabbe, posta
Codice: Seleziona tutto
sudo fdisk -lHai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
Re: [Install] problemi installazione kubuntu
grazie
ecco il contenuto di /boot/grub/menu.lst dell'ultimo ubuntu poi ho scritto sudo fdisk -1 nel terminale scusa ma sono un po' analfabeta... non dare per scontato che dopo sudo fdisk -1 io avessi dovuto capire cosa fare.... :-[
ecco il contenuto di /boot/grub/menu.lst dell'ultimo ubuntu
Codice: Seleziona tutto
# 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=f2f4c466-e8c8-4af2-8f67-bd66a566c541 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=f2f4c466-e8c8-4af2-8f67-bd66a566c541
## 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 f2f4c466-e8c8-4af2-8f67-bd66a566c541
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=f2f4c466-e8c8-4af2-8f67-bd66a566c541 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 f2f4c466-e8c8-4af2-8f67-bd66a566c541
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=f2f4c466-e8c8-4af2-8f67-bd66a566c541 ro single
initrd /boot/initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
uuid f2f4c466-e8c8-4af2-8f67-bd66a566c541
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/sda2
title Windows Vista (loader)
rootnoverify (hd0,1)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title Ubuntu 9.04, kernel 2.6.28-11-generic (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=7e6654a3-e1ac-4007-8c01-8ca6a4018f0d ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode) (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=7e6654a3-e1ac-4007-8c01-8ca6a4018f0d ro single
initrd /boot/initrd.img-2.6.28-11-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title Ubuntu 9.04, memtest86+ (on /dev/sda5)
root (hd0,4)
kernel /boot/memtest86+.bin
savedefault
boot
Codice: Seleziona tutto
ubuntu@ubuntu:~$ sudo fdisk -1
fdisk: opzione non valida -- "1"
Uso: fdisk [-b SSZ] [-u] DISCO Modifica la tabella delle partizioni
fdisk -l [-b SSZ] [-u] DISCO Elenca la tabella delle partizioni
fdisk -s PARTIZIONE Mostra la dimensione della partizione
in blocchi
fdisk -v Mostra la versione di fdisk
In questo caso DISCO è qualcosa come /dev/hdb o /dev/sda
e PARTIZIONE è qualcosa come /dev/hda7
-u: indica Inizio e Fine in numero di settori (invece che in cilindri)
-b 2048: (per alcune unità MO) usa settori a 2048 byte
ubuntu@ubuntu:~$
- steff
- Moderatore Globale

- Messaggi: 40358
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: [Install] problemi installazione kubuntu
Codice: Seleziona tutto
fdisk -lHai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
Re: [Install] problemi installazione kubuntu
Codice: Seleziona tutto
ubuntu@ubuntu:~$ sudo fdisk -l
Disco /dev/sda: 250.0 GB, 250059350016 byte
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xc7a0731c
Dispositivo Boot Start End Blocks Id System
/dev/sda1 1 25432 204282508+ 7 HPFS/NTFS
/dev/sda2 * 29126 30199 8617984 7 HPFS/NTFS
/dev/sda3 30199 30402 1627136 7 HPFS/NTFS
/dev/sda4 25433 29125 29664022+ 5 Esteso
/dev/sda5 26492 29010 20233836 83 Linux
/dev/sda6 29011 29125 923706 82 Linux swap / Solaris
/dev/sda7 25433 26439 8088664+ 83 Linux
/dev/sda8 26440 26491 417658+ 82 Linux swap / Solaris
Le voci nella tabella delle partizioni non sono nello stesso ordine del disco
Disco /dev/sdb: 8015 MB, 8015282176 byte
32 testine, 63 settori/tracce, 7765 cilindri
Unità = cilindri di 2016 * 512 = 1032192 byte
Identificativo disco: 0x575311a6
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 1 7765 7827088+ b W95 FAT32
ubuntu@ubuntu:~$
- steff
- Moderatore Globale

- Messaggi: 40358
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: [Install] problemi installazione kubuntu
Come detto alla fine bisogna che togli il sistema duplicato. Apri
vai in fondo e fai una seconda voce sotto o sopra di quella gia esistente per vista loader:
Codice: Seleziona tutto
kdesu kate /boot/grub/menu.lstprova se vatitle Windows Vista 2
rootnoverify (hd0,0)
savedefault
makeactive
chainloader +1
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
Re: [Install] problemi installazione kubuntu
scusa ma mi dice che non trova il comando "kdesu"steff ha scritto: Come detto alla fine bisogna che togli il sistema duplicato. Aprivai in fondo e fai una seconda voce sotto o sopra di quella gia esistente per vista loader:Codice: Seleziona tutto
kdesu kate /boot/grub/menu.lstprova se vatitle Windows Vista 2
rootnoverify (hd0,0)
savedefault
makeactive
chainloader +1
- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
Re: [Install] problemi installazione kubuntu
prova così
Codice: Seleziona tutto
kdesudo kate /boot/grub/menu.lst-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
Re: [Install] problemi installazione kubuntu
scusate, non ho capito se posso farlo anche ora che sto facendo andare kubuntu con il dvd o devo reinstallarlo un'altra volta?
Ultima modifica di Mariano Rech il martedì 10 novembre 2009, 17:56, modificato 1 volta in totale.
- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
Re: [Install] problemi installazione kubuntu
per gli altri comandi come hai fatto, eri sul cd-live?
-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
Re: [Install] problemi installazione kubuntu
si sul dvd
quello che ho fatto e che ho scritto in questa discussione l'ho fatto facendo andare kubuntu dal dvd
quello che ho fatto e che ho scritto in questa discussione l'ho fatto facendo andare kubuntu dal dvd
- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
Re: [Install] problemi installazione kubuntu
ok, quindi continua pure
devi modificare il grub dell'ultimo kubuntu, quindi,
apri dolphin, e vai in /boot/grub dell'ultimo kubuntu (come hai fatto prima quando hai postato il grub )
quando sei li, premi F4 e ti si aprirà il terminale
a questo punto basterà eseguire il seguente comando
e fai le modifiche
devi modificare il grub dell'ultimo kubuntu, quindi,
apri dolphin, e vai in /boot/grub dell'ultimo kubuntu (come hai fatto prima quando hai postato il grub )
quando sei li, premi F4 e ti si aprirà il terminale
a questo punto basterà eseguire il seguente comando
Codice: Seleziona tutto
kdesudo kate menu.lst-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
Re: [Install] problemi installazione kubuntu
allora ho scritto sul terminale e mi ha risposto:
scusa ma non ho capito dove devo fare le modifiche
Codice: Seleziona tutto
ubuntu@ubuntu:~$ kdesudo kate /boot/grub/menu.lst
kate(5662) KToolInvocation::klauncher: klauncher not running... launching kdeinit
kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
kdeinit4: preparing to launch /usr/bin/kded4
kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
kbuildsycoca4 running...
kbuildsycoca4(5683) KConfigGroup::readXdgListEntry: List entry MimeType in
"/usr/share/applications/kde/k3b.desktop" is not compliant with XDG standard (missing trailing
semicolon).
kbuildsycoca4(5683) KConfigGroup::readXdgListEntry: List entry Categories in
"/usr/share/applications/openoffice.org-startcenter.desktop" is not compliant with XDG standard
(missing trailing semicolon).
kbuildsycoca4(5683) KConfigGroup::readXdgListEntry: List entry MimeType in
"/usr/share/applications/openoffice.org-startcenter.desktop" is not compliant with XDG standard
(missing trailing semicolon).
kbuildsycoca4(5683) KConfigGroup::readXdgListEntry: List entry Categories in
"/usr/share/applications/speedcrunch.desktop" is not compliant with XDG standard (missing trailing
semicolon).
kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
kbuildsycoca4 running...
kdeinit4: preparing to launch /usr/lib/kde4/libexec/kconf_update
kded(5679): Communication problem with "kded" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Did not receive a reply. Possible
causes include: the remote application did not send a reply, the message bus security policy blocked
the reply, the reply timeout expired, or the network connection was broken." "
kded(5680): "Errore nell'avvio di kconf_update. O KLauncher non è più in esecuzione, o non è
riuscito ad avviare l'applicazione."
kded(5680) KDEDModule::setModuleName: registerObject() successful for "kdedglobalaccel"
kded(5680) KDEDModule::setModuleName: registerObject() successful for "khotkeys"
kded(5680) KDEDModule::setModuleName: registerObject() returned false for "khotkeys"
"KConfigIni: In file /tmp/kde-root/kconf_updatepQ5687.tmp, line 1: " Invalid entry (missing '=')
kdeinit4: preparing to launch
buntu@ubuntu:~$ kdesudo kate /boot/grub/menu.lst
kate(5662) KToolInvocation::klauncher: klauncher not running... launching kdeinit
kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
kdeinit4: preparing to launch /usr/bin/kded4
kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
kbuildsycoca4 running...
kbuildsycoca4(5683) KConfigGroup::readXdgListEntry: List entry MimeType in
"/usr/share/applications/kde/k3b.desktop" is not compliant with XDG standard (missing trailing
semicolon).
kbuildsycoca4(5683) KConfigGroup::readXdgListEntry: List entry Categories in
"/usr/share/applications/openoffice.org-startcenter.desktop" is not compliant withXDG standard
(missing trailing semicolon).
kbuildsycoca4(5683) KConfigGroup::readXdgListEntry: List entry MimeType in
"/usr/share/applications/openoffice.org-startcenter.desktop" is not compliant with XDG standard
(missing trailing semicolon).
kbuildsycoca4(5683) KConfigGroup::readXdgListEntry: List entry Categories in
"/usr/share/applications/speedcrunch.desktop" is not compliant with XDG standard (missing trailing
semicolon).
kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
kbuildsycoca4 running...
kdeinit4: preparing to launch /usr/lib/kde4/libexec/kconf_update
kded(5679): Communication problem with "kded" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Did not receive areply. Possible
causes include: the remote application did not send a reply, themessage bus security policy blocked
the reply, the reply timeout expired, or the network connection was broken." "
kded(5680): "Errore nell'avvio di kconf_update. O KLauncher non è più in esecuzione, o non è
riuscito ad avviare l'applicazione."
kded(5680) KDEDModule::setModuleName: registerObject() successful for "kdedglobalaccel"
kded(5680) KDEDModule::setModuleName: registerObject() successful for "khotkeys"
kded(5680) KDEDModule::setModuleName: registerObject() returned false for "khotkeys"
"KConfigIni: In file /tmp/kde-root/kconf_updatepQ5687.tmp, line 1: " Invalid entry (missing '=')
kdeinit4: preparing to launch- steff
- Moderatore Globale

- Messaggi: 40358
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: [Install] problemi installazione kubuntu
sembra qualche bug, dovrebbe aprirti una finestra di kate senza dare tutti sti errori e in kate devi andare in fondo dove sono le voci del menu grub
se non si apre kate prova con
se non si apre kate prova con
Codice: Seleziona tutto
sudo kate /boot/grub/menu.lst
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
Re: [Install] problemi installazione kubuntu
ho fatto come mi hai detto TequilaMex
su Kate mi è uscito questo:
su Kate mi è uscito questo:
Codice: Seleziona tutto
# 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=f2f4c466-e8c8-4af2-8f67-bd66a566c541 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=f2f4c466-e8c8-4af2-8f67-bd66a566c541
## 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 f2f4c466-e8c8-4af2-8f67-bd66a566c541
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=f2f4c466-e8c8-4af2-8f67-
bd66a566c541 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 f2f4c466-e8c8-4af2-8f67-bd66a566c541
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=f2f4c466-e8c8-4af2-8f67-
bd66a566c541 ro single
initrd /boot/initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
uuid f2f4c466-e8c8-4af2-8f67-bd66a566c541
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/sda2
title Windows Vista (loader)
rootnoverify (hd0,1)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title Ubuntu 9.04, kernel 2.6.28-11-generic (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=7e6654a3-e1ac-4007-8c01-
8ca6a4018f0d ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode) (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=7e6654a3-e1ac-4007-8c01-
8ca6a4018f0d ro single
initrd /boot/initrd.img-2.6.28-11-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title Ubuntu 9.04, memtest86+ (on /dev/sda5)
root (hd0,4)
kernel /boot/memtest86+.bin
savedefault
boot- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
Re: [Install] problemi installazione kubuntu
bene, segui steff (che ora è online ), dal post #5
-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
Re: [Install] problemi installazione kubuntu
ho scritto su kate
ora cosa faccio?
lo salvo e provo a far ripartire il pc?
ora cosa faccio?
lo salvo e provo a far ripartire il pc?
- steff
- Moderatore Globale

- Messaggi: 40358
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: [Install] problemi installazione kubuntu
sì, prova la nuova voce... mi sembra strano cmq, hai ridimensionato vista durante la prima installazione?
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
-
Mariano Rech
- Prode Principiante
- Messaggi: 20
- Iscrizione: sabato 8 novembre 2008, 22:28
Re: [Install] problemi installazione kubuntu
ciao steff
ho fatto le modifiche su menu.lst
ho salvato
ho provato a riavviare senza dvd ma mi rimanda sempre a hp recovery manager
2) la prima volta che ho installato kubuntu ho provato ad installarlo senza modificare le partizioni, ma poi si bloccava e mi diceva che la partizione in cui sarebbe stato installato kubuntu era troppo piccola e allora ho "ingrandito" la partizione in cui sarebbe stato installato con la "freccetta" che compariva nel menu di installazione....
è lì che ho combinato il casino?
ho fatto le modifiche su menu.lst
ho salvato
ho provato a riavviare senza dvd ma mi rimanda sempre a hp recovery manager
2) la prima volta che ho installato kubuntu ho provato ad installarlo senza modificare le partizioni, ma poi si bloccava e mi diceva che la partizione in cui sarebbe stato installato kubuntu era troppo piccola e allora ho "ingrandito" la partizione in cui sarebbe stato installato con la "freccetta" che compariva nel menu di installazione....
è lì che ho combinato il casino?
- steff
- Moderatore Globale

- Messaggi: 40358
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: [Install] problemi installazione kubuntu
Hai provato la voce nuova?
Ho pauro di sì. Hai tre partizioni ntfs, la terza è "dati" credo, mentre il boot* e sulla seconda, come te l'ha impostato in automatico:
Ho pauro di sì. Hai tre partizioni ntfs, la terza è "dati" credo, mentre il boot* e sulla seconda, come te l'ha impostato in automatico:
Io ti ho fatto avviare adesso dalla prima (sda1) ma non capisco nulla di win e dei suoi recovery manager./dev/sda1 1 25432 204282508+ 7 HPFS/NTFS
/dev/sda2 * 29126 30199 8617984 7 HPFS/NTFS
/dev/sda3 30199 30402 1627136 7 HPFS/NTFS
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 3 ospiti