Il ritrovo della comunità dove confrontarsi e discutere sulle notizie dal mondo dell'informatica, di Ubuntu e di tutto quello che la riguarda, novità, pettegolezzi e quant'altro.
si,ma a sto punto reinstallo i 2 so.Però,
"La prossima volta che installi una distro ricordati di installare il grub non nel mbr, ma nella partizione in cui installi"
Mi conviene installare prima Mint o PclinuxOS?
se installo grub in sdaX invece di mbr,cosa cambia?
ho ancora un problema però,
mint è ripartito,però PclinuxOS adesso all' avvio fa apparire i test di controllo che faceva anche prima,però poi non parte
come posso risolvere quest' ultimo problema?
allora
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6e762533
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4797 38531871 7 HPFS/NTFS
/dev/sda2 18820 19457 5124735 7 HPFS/NTFS
/dev/sda3 4798 18819 112630347+ f W95 Ext'd (LBA)
/dev/sda5 4798 14743 79891183 7 HPFS/NTFS
/dev/sda6 16270 17543 10233373+ 83 Linux
/dev/sda7 17926 18819 7179687+ 83 Linux
/dev/sda8 14744 15762 8185086 83 Linux
/dev/sda9 15763 16269 4072446 83 Linux
/dev/sda10 17544 17925 3068383+ 82 Linux swap / Solaris
Partition table entries are not in disk order
----------------------------------------------------
#
# 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 $prefix/grubenv ]; then
load_env
fi
set default="0"
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 recordfail {
set recordfail=1
if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set ea0e2649-58aa-466d-9e46-1634b12a6bf1
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set ea0e2649-58aa-466d-9e46-1634b12a6bf1
set locale_dir=($root)/boot/grub/locale
set lang=it
insmod gettext
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/06_mint_theme ###
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set ea0e2649-58aa-466d-9e46-1634b12a6bf1
insmod png
if background_image /boot/grub/linuxmint.png ; then
set color_normal=white/black
set color_highlight=white/light-gray
else
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
fi
### END /etc/grub.d/06_mint_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Linux Mint 9 Xfce, 2.6.32-21-generic (/dev/sda6)" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set ea0e2649-58aa-466d-9e46-1634b12a6bf1
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=ea0e2649-58aa-466d-9e46-1634b12a6bf1 ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
}
menuentry "Linux Mint 9 Xfce, 2.6.32-21-generic (/dev/sda6) -- recovery mode" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set ea0e2649-58aa-466d-9e46-1634b12a6bf1
echo 'Loading Linux 2.6.32-21-generic ...'
linux /boot/vmlinuz-2.6.32-21-generic root=UUID=ea0e2649-58aa-466d-9e46-1634b12a6bf1 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ###
### END /etc/grub.d/10_lupin ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set ea0e2649-58aa-466d-9e46-1634b12a6bf1
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set ea0e2649-58aa-466d-9e46-1634b12a6bf1
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set f4943e0e943dd3b8
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "linux (on /dev/sda8)" {
insmod ext2
set root='(hd0,8)'
search --no-floppy --fs-uuid --set 3256d3fc-3378-4069-b91e-15fe2690e996
linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=3256d3fc-3378-4069-b91e-15fe2690e996 vmalloc=256M resume=UUID=ad11bc9a-105c-4741-8d9f-3b9078d5dc5e splash=silent vga=788
initrd (hd0,7)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sda8)" {
insmod ext2
set root='(hd0,8)'
search --no-floppy --fs-uuid --set 3256d3fc-3378-4069-b91e-15fe2690e996
linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=3256d3fc-3378-4069-b91e-15fe2690e996 vmalloc=256M resume=UUID=ad11bc9a-105c-4741-8d9f-3b9078d5dc5e
initrd (hd0,7)/boot/initrd.img
}
menuentry "failsafe (on /dev/sda8)" {
insmod ext2
set root='(hd0,8)'
search --no-floppy --fs-uuid --set 3256d3fc-3378-4069-b91e-15fe2690e996
linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=3256d3fc-3378-4069-b91e-15fe2690e996 failsafe vmalloc=256M
initrd (hd0,7)/boot/initrd.img
}
### 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 ###
quindi lo sostituisco con hd0,8?
inoltre "linux-nonfb (on /dev/sda8)" lo posso sostituire con "PcLinuxOs XFCE"?
Delle 3 riferite alla partizione 8,qual' è che deve far partire il sistema?
grazie ancora
Ultima modifica di xubuntunew il sabato 9 ottobre 2010, 15:20, modificato 1 volta in totale.
quindi lo sostituisco con hd0,8? - NO, toglilo, non serve
inoltre "linux-nonfb (on /dev/sda8)" lo posso sostituire con "PcLinuxOs XFCE"? - SI
Delle 3 riferite alla partizione 8,qual' è che deve far partire il sistema? - la prima
la modifica manuale al grub.cfg viene annullata dal prossimo sudo update-grub, quindi fatti una copia.
ma quel (hd0,7) lo avevi aggiunto tu ?
Ultima modifica di patel il sabato 9 ottobre 2010, 15:30, modificato 1 volta in totale.
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
niente da fare,non parte
se faccio
apro grub.cfg,tolgo le tre ultime voci e metto solo
menuentry "PCLinuxOS" {
set root=(hd0,8)
chainloader +1
}
salvo il file
Manca qualcosa (operazioni su terminale.....ecc.....)?Va bene?
Ultima modifica di xubuntunew il sabato 9 ottobre 2010, 19:33, modificato 1 volta in totale.
se lo sapessi ti avrei proposto la soluzione, a me non è mai accaduto, ma sul forum ne ho viste tante situazioni simili, io do la colpa al grub2 e uso il grub1
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
la cosa strana è che il sistema parte,però si inchioda dopo poco
provando come dicevo
apro grub.cfg,tolgo le tre ultime voci e metto solo
menuentry "PCLinuxOS" {
set root=(hd0,8)
chainloader +1
}
salvo il file
Manca qualcosa (operazioni su terminale.....ecc.....)?Va bene?