source: server/tftpboot/pxelinux.cfg/examples/callGRUBfromPXELINUX @ a012113

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since a012113 was cba9574, checked in by adv <adv@…>, 14 years ago

version.1.0-tickets solución grub varios ticket #16 #65 #134 #135 #147

git-svn-id: https://opengnsys.es/svn/branches/version1.0@1998 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 3.7 KB
Line 
1DEFAULT syslinux/vesamenu.c32
2PROMPT 0
3 
4MENU TITLE Aplicacion OpenGnsys
5MENU BACKGROUND opengnsys.png
6
7       
8
9
10LABEL title Boot MBR of First Hard Disk
11MENU LABEL title Boot MBR of First Hard Disk
12KERNEL grub.exe
13APPEND keeppxe --config-file="pxe detect; default 0; timeout 0; hiddenmenu; title  MBR; chainloader (hd0)+1; rootnoverify (hd0); boot;"
14
15
16title Boot Partition Boot Sector - First Hard Disk, First Partition
17LABEL title Boot Partition Boot Sector - First Hard Disk, First Partition
18KERNEL grub.exe
19APPEND keeppxe --config-file="pxe detect; default 0; timeout 0; hiddenmenu; title  PBS11; root (hd0,0); chainloader (hd0,0)+1; boot;"
20
21title Boot Partition Boot Sector - First Hard Disk, Second Partition
22LABEL title Boot Partition Boot Sector - First Hard Disk, Second Partition
23KERNEL grub.exe
24APPEND keeppxe --config-file="pxe detect; default 0; timeout 0; hiddenmenu; title  PBS11; root (hd0,1); chainloader (hd0,1)+1; boot;"
25
26
27LABEL WindowsXP
28MENU LABEL WindowsXP
29KERNEL grub.exe
30APPEND keeppxe --config-file="pxe detect; default 0; timeout 0; hiddenmenu; title windowsXP; fallback 1; find --set-root --ignore-floppies /ntldr; chainloader /ntldr; boot; title net; kernel (pd)/ogclient/ogvmlinuz  ro boot=oginit vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false  IP=172.17.9.204:172.17.9.249:172.17.9.254:255.255.255.0:cte204:eth0:none repo=172.17.9.249; initrd (pd)/ogclient/oginitrd.img; boot"
31
32LABEL ogClientUser
33MENU LABEL ogClientUser
34KERNEL ogclient/ogvmlinuz
35APPEND initrd=ogclient/oginitrd.img ro boot=oginit vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=true  IP=172.17.9.204:172.17.9.249:172.17.9.254:255.255.255.0:cte204:eth0:none repo=172.17.9.249
36
37
38
39
40LABEL DetectaWindowsXP
41MENU LABEL detectaWindowsXP
42KERNEL grub.exe
43APPEND keeppxe --config-file="pxe detect; default 0; timeout 0; hiddenmenu; title windowsXP; fallback 1; find --set-root --ignore-floppies /ogboot.me; chainloader /ntldr; boot; title net; kernel (pd)/ogclient/ogvmlinuz  ro boot=oginit vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=true  IP=172.17.9.204:172.17.9.249:172.17.9.254:255.255.255.0:cte204:eth0:none repo=172.17.9.249; initrd (pd)/ogclient/oginitrd.img; boot"
44
45
46LABEL DetectaWindowsXP2
47MENU LABEL detectaWindowsXP2
48KERNEL grub.exe
49APPEND keeppxe --config-file="pxe detect; default saved; timeout 10; fallback 1 2;  title firsboot; find --set-root --ignore-floppies /ogboot.me; cmp /ogboot.me /ogfirstboot.me || ls FALLBACK; write /ogfirstboot.me iniciado ; chainloader /ntldr; savedefault fallback; boot; title secondboot; find --set-root --ignore-floppies /ogboot.me; cmp /ogboot.me /ogsecondboot.me || ls FALLBACK; write /ogsecondboot.me iniciado ; chainloader /ntldr; savedefault fallback; boot;  title OpenGnsys-NET; kernel (pd)/ogclient/ogvmlinuz  ro boot=oginit vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=true  IP=172.17.9.204:172.17.9.249:172.17.9.254:255.255.255.0:cte204:eth0:none repo=172.17.9.249; initrd (pd)/ogclient/oginitrd.img; savedault; boot"
50
51
52
53LABEL IfNOTcacheGOnet
54MENU LABEL IfNOTcacheGOnet
55KERNEL grub.exe
56APPEND keeppxe --config-file="pxe detect; default 0; timeout 0; hiddenmenu; title cache; fallback 1; find --set-root /ogvmlinuz; kernel /ogvmlinuz ip=dhcp ro boot=oginit vga=788 irqpoll acpi=on engine=testing ogrepo=172.17.36.11 ogprotocol=smb og2nd=sqfs; initrd /oginitrd; boot; title net; kernel (pd)/ogclient/vmlinuz-2.6.32-21-generic-pae ip=dhcp ro boot=oginit vga=788 irqpoll acpi=on engine=testing ogrepo=172.17.36.11 ogprotocol=nfs og2nd=sqfs; initrd (pd)/ogclient/initrd.img-2.6.32-21-generic-pae; boot"
57
58LABEL grub command line
59MENU LABEL command line
60KERNEL grub.exe
61APPEND keeppxe --config-file="pxe detect;"
Note: See TracBrowser for help on using the repository browser.