rruella
(usa Ubuntu)
Enviado em 14/08/2011 - 06:41h
pessoal gostaria de poder contar com a ajuda para conseguir resolver um problema, que de acordo com minhas pesquisas não é meu em particular.
gostaria de ter tri-boot com rwin, ubuntu e pclinux. mas devido ao pclinux usar grub legacy não esta sendo possivel.
trocando de ideia com nosso amigo Galactus no forum Ubuntu ele apresentou esta dica do forum ubuntu em inglês:
Uninstalling GRUB 2
Reverting to GRUB Legacy
If a user chooses to return to GRUB legacy (0.97), these steps will remove GRUB 2 and install GRUB.
The command line produces a cleaner uninstall and reinstallation. While adding and removing the packages can be accomplished with Synaptic, certain steps must be accomplished in a terminal.
Open a terminal: Applications, Accessories, Terminal.
Optional: Make backup copies of the main GRUB 2 directories and files.
sudo cp /etc/default/grub /etc/default/grub.old
sudo cp -R /etc/grub.d /etc/grub.d.old
sudo cp -R /boot/grub /boot/grub.old
Remove GRUB 2
sudo apt-get purge grub-pc
important.png The system will be unbootable until another bootloader is installed.
Once the packages are removed, many files will still remain in '/boot/grub'
Install GRUB 0.97
sudo apt-get install grub
With grub installed, the user must still create the menu.lst and stage1/stage2 files by running the following two commands.
sudo grub-install /dev/sdX
Choose the correct device (sda, sdb, etc), normally the one on which Ubuntu is installed.
Creates the stage1 and stage2 files in /boot/grub and writes to the MBR.
sudo update-grub
Generates menu.lst
Tab to "Yes" when prompted.
Reboot
ai vem meu problema não entendo inglês e ao usar o google tradutor, mesmo assim me deparo com o seguinte:
quando diz: Creates the stage1 and stage2 files in /boot/grub and writes to the MBR.
eu bloqueiei pois não sei como fazer e depois há isto:
Generates menu.lst, que também não sei como fazer.
se conseguisse o fazer daria solução a muitos colegas com situações identicas a minha.
obrigado.