Recent Changes - Search:

MineTest?

IRC?

Develop?

PC?

Windows?

Linux?

PmWiki

pmwiki.org

edit SideBar

PC /

Grub4DOS

Building from source code on Ubuntu env

apt-get install git build-essential gcc-multilib make autotools autoconf nasm upx

mkdir grub4dos
cd grub4dos/
git clone https://github.com/chenall/grub4dos .
git checkout -b build 04962d031006fdced87506de98c78e9bb04e1467
git branch -m build master

make build_default


Make a config file for boot Windows 7 and Kubuntu Trusty

color blue/green yellow/red white/magenta white/magenta
splashimage=(hd0,0)/hubble.xpm.gz
timeout 30
default /default

title Windows 7 Professional
root (hd1,0)
chainloader /bootmgr

title Kubuntu Trusty
root (hd0,1)
kernel /boot/vmlinuz-4.4.0-31-generic root=UUID=8ad14c0f-3726-465d-a170-a07763e0d0dc ro quiet splash
initrd /boot/initrd.img-4.4.0-31-generic
Edit - History - Print - Recent Changes - Search
Page last modified on November 09, 2023, at 11:01 AM