Grub2 to Windows default startup on ubuntu 10.04

sudo mv / etc/grub.d/30_os-prober / etc/grub.d/10_os-prober && sudo mv / etc/grub.d/10_linux / etc/grub.d/20_linux && sudo mv / etc / grub.d / 20_memtest86 + / etc/grub.d/30_memtest86 +
sudo update-grub2
00_header 10_linux 30_os-prober README 05_debian_theme 20_memtest86 + 40_custom
10_linux, who runs the boot of the kernel20_memtest86 +, manages the boot memory test30_os-prober, manages to boot other operating systems installed
10_os-prober20_linux30_memtest86 +
sudo mv / etc/grub.d/10_os-prober / etc/grub.d/30_os-prober && sudo mv / etc/grub.d/20_linux / etc/grub.d/10_linux && sudo mv / etc / grub.d / 30_memtest86 + / etc/grub.d/20_memtest86 +
sudo update-grub2
2 Comments »
You can leave a response , or make a trackback from your own site.












Published on 08 05th, 2010 at 13:56 | Number: 1
Grub2 to Windows default startup on ubuntu 10.04 ...
Grub 2 is the default boot loader on Ubuntu 10.04 Lucid Lynx. The new grub grub2 is managed dynamically by the program as opposed to the old man was enough to change edit the file / boot / grub / menu.lst. I have created for you a command line u ...
Posted on 31 01 2011 at 19:23 | Number: 2
Thank you ...
Simple and effective.