Debian3 GRUB installation
Or GRUB is easy to use, how to install? 1) SU2) APT-GET Install grub3) Vi /Boot/grub/device.map: Put "(HD0) / DEV / HDA" Put in the first line 4) Grub-install / dev / HDA5) Creating / Boot/grub/menu.lst file: Timeout 10color Black / Cyan Yellow / Cyani18N (HD0, 3) / Boot / Grub / MessageskeyTable (HD0, 3) / Boot/us.kltaltConfigfile (HD0, 3) / Boot / grub / menu.oncedefault 0title rescueos (Deb3R0) kernel (HD0, 0) / vmlinuz root = / dev / hda1 devfs = mount vga = 788initrd (HD0, 0) / boot / maptitle Winos (2000P) root (HD0, 1 ) MakeActiveChainLoader 1TITLE LINOS (MDK9b1) kernel (HD0, 3) / boot / vmlinuz root = / dev / hda4 devfs = mount vga = 788initrd (hd0, 3) /boot/initrd.img6) OK! Another: MDK9 is very convenient The content is very new / etc, cannot be alone as a partition, otherwise can't be found
This GRUB sets three operating systems: Debian3R (HDA1), Windows2000 (HDA2), Mandrake9 (HDA4). In fact, this menu.lst file is protected from Mandrake9 (also under /boot/grub/menu.lst) I forgot to change the first Title in the first title. It can also work. The previous paragraph (HDA, 3) should be replaced (HDA, 0). This shows that the GRUB under Debian is the same. It's easy to use, just two points difference: 1) To edit the /boot/grub/device.map file, it defines the GRUB installation there .2) Debian under the VMLIUZ should be on the general linuxos (Yes Symbol connection) The initd.img file corresponding to general Linuxos is / boot / map. Recise these you can put N Linux! Do as 1) Apt-get intall grub2) Grub-install3) VI / boot / Grub / device.map4) cp menu.lst /boot/grub/Menu.lst5)Grub-install6)if need, you can cp from other linux os.