updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / grub4dos / README_arch.txt
blobffa51b6f2f1c9d14246fad5b7f82ae55cede9a4d
1 ========
2 Document
3 ========
5 Try these to fill the hole of lack of document.
7 * Best grub4dos Guide (17th May 2009) http://diddy.boot-land.net/grub4dos/Grub4dos.htm
8 * online help of grub4dos( usage: help <command> )
9 * google search
10 * changelog files in /usr/share/doc/grub4dos
12 =======
13 INSTALL
14 =======
16 Simple Method
17 =============
18 1. edit /etc/grub4dos.conf
19     set the auto_upgrade=1
20     review the options
21 2. upgrade this package again
22 3. edit /grub/menu.lst
24 Complex Manual Method
25 =====================
26 Assume / is in grub4dos support filesystem. (ext2, ext3, ext4, ntfs, fat, fat32)
27 Assume /dev/sda is your boot disk.
28 Assume /dev/sdd is your bootable usb stick.
29 Assume /mnt/sda1 is your boot partition mount point
32 STEP 1
33 ------
34 # install first stage boot loader to MBR of /dev/sda
35 bootlace.com --no-backup-mbr --mbr-disable-floppy --time-out=0 /dev/sda
37 # if you want to backup previous MBR, use the following command instead
38 # press 'space' on boot screen to change to previous MBR
39 bootlace.com --mbr-disable-floppy /dev/sda
41 # if you want to test before destroy your MBR, use usb stick to boot
42 bootlace.com --no-backup-mbr --mbr-disable-floppy --time-out=0 /dev/sdd
44 STEP 2
45 ------
46 cp /grub/share/grub4dos/grldr /mnt/sda1  # put second stage loader 
48 STEP 3
49 ------
50 mkdir -p /mnt/sda1/grub
51 cp /grub/menu.lst /mnt/sda1/grub # copy default menu, edit it 
53 Read document which come from this package in /usr/share/doc/grub4dos.
54 After install, you can remove this package.
56 STEP 4 (optional)
57 -----------------
58 if you want to use 'default' option in menu.lst
59 cp /grub/default /mnt/sda1/grub # install 'default' special file
61 STEP 5 (optional)
62 -----------------
63 if you want to use window's boot.ini bootmgr.ini to chain grub4dos
64 cp /grub/grub.exe /mnt/sda1/grub
66 STEP 5 (optional)
67 -----------------
68 if you want display unicode modify menu.lst, add graphicsmode and font command.
70 mkdir -p /mnt/sda1/grub # make a directory to put related files.
71 cp /grub/unifont.hex.gz /mnt/sda1/grub