Remove grub and install windows on Master Boot Record #Download mbrfix mbrfix /drive 0 fixmbr |
Manually start Windows from Grub #hd0 -> the disk #1 -> the windows partition (0 may be a recovery partition on Sony) >rootnoverify (hd0, 1) >makeactive >chainloader +1 >boot |
Example file[/boot/grub/grub.conf] default=0 timeout=10 Red Hat Enterprise Linux AS (2.4.21-4.EL) root (hd0,1) kernel /boot/vmlinuz-2.4.21-4.EL ro root=LABEL=/ hda=ide-scsi intrd /boot/initrd-2.4.21-4.EL.img Red Hat Linux 9 (2.4.21-4.EL) root (hd0,4) kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/1 hda=ide-scsi intrd /boot/initrd-2.4.21-8 Windows XP rootnoverify (hd0,0) chainloader +1 |
Make your own image>convert -geometry 640x480 -colors 14 image.jpg image.xpm use my cool image image.xpm.gz |
Change VGA resolution# vga=xxx sets the framebuffer console to a specific
resolution. |
My current grub.conf working# grub.conf generated by anaconda |