Configurando as partições do disco, a patir do CD do ubuntu.
0- Deixe pressionado DEL enquanto inicia o computador e depois mexa nas configurações para dar boot pelo CD
1- Rodar cd ubuntu live
2- Sistema>Administração>Gparted
3- Deletar partições
4- Criar partição NTFS 40GB
5- Criar partição ext4 de 20GB
6- Criar partição linux-swap 4GB(dobro da RAM)
7- Criar partição NTFS com o restante de memória
8- Reiniciar sistema
0- Deixe pressionado DEL enquanto inicia o computador e depois mexa nas configurações para dar boot pelo CD
1- Rodar cd ubuntu live
2- Sistema>Administração>Gparted
3- Deletar partições
4- Criar partição NTFS 40GB
5- Criar partição ext4 de 20GB
6- Criar partição linux-swap 4GB(dobro da RAM)
7- Criar partição NTFS com o restante de memória
8- Reiniciar sistema
Instalando o Windows
9- Executar cd windows
10- ENTER
11- Escolher a partição e ENTER
12- Quick format
13- Vai reiniciar o pc, e depois só dar procedência ao que ele pedir
Instalando o Ubuntu linux
14- Rodar ubuntu pelo CD e escolher a opção de instalação
15- Na parte de Particionamento, escolher a opção manual, Avançar
16- Selecionar particionamento Ext4, e ao abrir a janela, selecionar em Ponto de Montagem com '/', e a opção formatar também14- Rodar ubuntu pelo CD e escolher a opção de instalação
15- Na parte de Particionamento, escolher a opção manual, Avançar
17- Avançar
18- Definir nome do computador e a senha(não esquece-la)
19- Avançar
20- A primeira etapa está concluída.
------------------------------
Dúvidas de instação
Instalação Windows
http://www.upmasters.com/
Instalação Ubuntu 9.10
http://www.youtube.com/watch?
------------------------------
Configurando o Dual Boot (windows + linux)
21- Para configurar o Boot do sistema, inicie o ubuntu
22- Abra o terminal
23- escreva os comandos a seguir
sudo update-grub ou sudo apt-get install grub
sudo chmod +w /boot/grub/grub.cfg
sudo gedit /boot/grub/grub.cfg
24- Editar conforme as especificações abaixo, não cole nas suas configurações atuais, seu sistema segue outras.
------------------------------
#
# 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"
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 86ef1695-96c9-4e91-bc9d-
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
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/
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows XP Pro" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set b290717e90714a3d
drivemap -s (hd0) ${root}
chainloader +1
}
### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu 9.10" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,2)
search --no-floppy --fs-uuid --set 86ef1695-96c9-4e91-bc9d-
linux /boot/vmlinuz-2.6.31-14-
initrd /boot/initrd.img-2.6.31-14-
}
### END /etc/grub.d/20_memtest86+ ###
### 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 ###
------------------------------
25- Para configurar a tecla de atalho vá em Sistema>Preferências>Atalhos de Teclado
26- Recomendo alterar o "Executar um terminal" com a hotkey F12
27- Pronto, O linux e o windows já estão instalados.
0 Comentários:
Postar um comentário