Pagina 2 di 2

Re: [Grub] partizionamento in automatico

Inviato: lunedì 8 marzo 2010, 19:05
da patel
rudi57 ha scritto: betty@betty-laptop:~$ cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s /boot/grub/grubenv ]; then
 have_grubenv=true
 load_env
fi
set default="0"

Re: [Grub] partizionamento in automatico

Inviato: lunedì 8 marzo 2010, 19:12
da rudiweb
e come faccio a cambiarlo ? 

Re: [Grub] partizionamento in automatico

Inviato: lunedì 8 marzo 2010, 19:25
da rudiweb
ho provato a
rifare come dici tu, poi ho salvato. Non è giusto ?


# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=5
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entrys
#GRUB_DISABLE_LINUX_RECOVERY="true"

Re: [Grub] partizionamento in automatico

Inviato: lunedì 8 marzo 2010, 20:54
da patel
rudi57 ha scritto: # If you change this file, run 'update-grub' afterwards to update
l'hai fatto ?

Re: [Grub] partizionamento in automatico

Inviato: lunedì 8 marzo 2010, 21:03
da rudiweb
si

Re: [Grub] partizionamento in automatico

Inviato: lunedì 8 marzo 2010, 21:15
da rudiweb
ho rifatto tutto per l'ennesima volta:

betty@betty-laptop:~$ sudo gedit /etc/default/grub
betty@betty-laptop:~$ sudo update-grub
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.31-20-generic-pae
Found GRUB 2: /boot/grub/core.img
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

betty@betty-laptop:~$

Re: [Grub] partizionamento in automatico

Inviato: lunedì 8 marzo 2010, 22:21
da patel
rudi57 ha scritto: Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
questo mi preoccupa, hai funzionante il grub1 o il 2 ?