[Risolto] Linux sul mio PC: Il Ritorno... è Gentoo!

Sistemi operativi Linux e software open source
Rispondi
Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

fatto.
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

mi fai vedere:
ls /boot/
ls /usr/src/
eselect kernel list
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

Non devo dare una password anche per l'utente unknow?

Codice: Seleziona tutto

darkstar / # ls /boot/
boot  grub  kernel-miaprova1  lost+found
darkstar / # ls /usr/src/
linux  linux-3.2.1-gentoo-r2
darkstar / # eselect kernel list
Available kernel symlink targets:
  [1]   linux-3.2.1-gentoo-r2 *
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

Zievatron ha scritto:Non devo dare una password anche per l'utente unknow?
Oh si certo! ;)
dai:

Codice: Seleziona tutto

passed unknow 
e la imposti come hai fatto per l'utente root.
Zievatron ha scritto:
darkstar / # ls /boot/
boot grub kernel-miaprova1 lost+found
darkstar / # ls /usr/src/
linux linux-3.2.1-gentoo-r2
darkstar / # eselect kernel list
Available kernel symlink targets:
[1] linux-3.2.1-gentoo-r2 *
Cosa è kernel-miaprova1?
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

conoscenza ha scritto:

Codice: Seleziona tutto

passed unknow 
Passed? E' passato? E dov'è andato? :asd:
Ho rimediato. ;)
Cosa è kernel-miaprova1?
Il nome che ho dato al mio kernel quando mi hai detto di rinominarlo! :)
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

Zievatron ha scritto:
conoscenza ha scritto:

Codice: Seleziona tutto

passed unknow 
Passed? E' passato? E dov'è andato? :asd:
Ho rimediato. ;)
Scusami errore di digitazzione...
Cosa è kernel-miaprova1?
Il nome che ho dato al mio kernel quando mi hai detto di rinominarlo! :)[/quote]
mi fai vedere
ls -l /boot/
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

Eccolo:

Codice: Seleziona tutto

 ls -l /boot/
totale 4833
lrwxrwxrwx 1 root root       1 29 feb 00.12 boot -> .
drwxr-xr-x 2 root root    1024  4 mar 21.06 grub
-rw-r--r-- 1 root root 4914288 27 feb 10.41 kernel-miaprova1
drwx------ 2 root root   12288 17 feb 14.57 lost+found
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

Stavo riguardando il /boot/grub/grub.cfg di Salix che hai pubblicato qualche (molti) post fa che c'è ancora MINT.
Non è più installato, vero?

Confronta con quello che hai... in Salix... è ancora questo
Spoiler: mostra
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="${saved_entry}"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi

function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}

function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos9)'
search --no-floppy --fs-uuid --set=root ae6fca37-5894-429a-880f-00aacd4964e3
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
set locale_dir=($root)/grub/locale
set lang=it_IT
insmod gettext
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
insmod jpeg
background_image -m stretch /grub/salix.jpg
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Salix 13.37.0 GNU/Linux, con Linux 2.6.37.6' --class salix --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
echo 'Caricamento Linux 2.6.37.6...'
linux /vmlinuz-huge-2.6.37.6 root=/dev/sda9 ro vt.default_utf8=1 resume=/dev/sda3 quiet vga=791
}
menuentry 'Salix 13.37.0 GNU/Linux, con Linux 2.6.37.6 (modalità ripristino)' --class salix --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8915d2d6-1f83-4113-8a0f-9cf817362157
echo 'Caricamento Linux 2.6.37.6...'
linux /vmlinuz-huge-2.6.37.6 root=/dev/sda9 ro single vt.default_utf8=1 resume=/dev/sda3
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root ECACF9FDACF9C25E
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "LinuxMint GNU/Linux, with Linux 2.6.39-2-amd64 (on /dev/sda7)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos7)'
search --no-floppy --fs-uuid --set=root 9d6c85f8-c57d-44ec-a84b-c86295856fe4
linux /boot/vmlinuz-2.6.39-2-amd64 root=UUID=9d6c85f8-c57d-44ec-a84b-c86295856fe4 ro quiet
initrd /boot/initrd.img-2.6.39-2-amd64
}
menuentry "LinuxMint GNU/Linux, with Linux 2.6.39-2-amd64 (recovery mode) (on /dev/sda7)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos7)'
search --no-floppy --fs-uuid --set=root 9d6c85f8-c57d-44ec-a84b-c86295856fe4
linux /boot/vmlinuz-2.6.39-2-amd64 root=UUID=9d6c85f8-c57d-44ec-a84b-c86295856fe4 ro single
initrd /boot/initrd.img-2.6.39-2-amd64
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
Soffermiamoci un attimo su questo, poi lo editiamo per aggiungere il "chainloader" a Gentoo: siamo quasi pronti al suo avvio! ;)
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Avatar utente
Zievatron
Messaggi: 1657
Iscritto il: mercoledì 21 dicembre 2011, 23:49

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da Zievatron »

No. Mint non c'è più, tranne che nella schermata di Grub2, appunto perchè il file grub.cfg è sempre lo stesso.
:)
Zievatron

Avatar utente
conoscenza
Messaggi: 3821
Iscritto il: venerdì 2 dicembre 2011, 23:27
Località: Parma

Re: Linux sul mio PC: Il Ritorno... è Gentoo!

Messaggio da conoscenza »

Quindi il tuo boot.cfg, che hai ora, è lo stesso che hai tu ora?
controlla quello che è nello spoler con il tuo che è su Salix:

Codice: Seleziona tutto

cat /boot/grub/grub.cfg
Sono allergico a mele morsicate e a finestre con tende.

Segnalate qui le vostre offerte di smartphone e tablet!!!

Rispondi