Last change
on this file was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
964 bytes
|
Line | |
---|
1 | |
---|
2 | if loadfont /boot/grub/font.pf2 ; then |
---|
3 | set gfxmode=auto |
---|
4 | insmod efi_gop |
---|
5 | insmod efi_uga |
---|
6 | insmod gfxterm |
---|
7 | terminal_output gfxterm |
---|
8 | fi |
---|
9 | |
---|
10 | set menu_color_normal=white/black |
---|
11 | set menu_color_highlight=black/light-gray |
---|
12 | |
---|
13 | set timeout=5 |
---|
14 | menuentry "SYN3" { |
---|
15 | set gfxpayload=keep |
---|
16 | linux /boot/bzImage console=tty1 bootimage=livecd.img initrd=/boot/initrd.gz root=/dev/ram0 init=/linuxrc ramdisk_size=128000 text rw cdroot |
---|
17 | initrd /boot/initrd.gz |
---|
18 | } |
---|
19 | menuentry "Ubuntu (safe graphics)" { |
---|
20 | set gfxpayload=keep |
---|
21 | linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash nomodeset --- |
---|
22 | initrd /casper/initrd |
---|
23 | } |
---|
24 | menuentry "OEM install (for manufacturers)" { |
---|
25 | set gfxpayload=keep |
---|
26 | linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed only-ubiquity quiet splash oem-config/enable=true --- |
---|
27 | initrd /casper/initrd |
---|
28 | } |
---|
29 | grub_platform |
---|
30 | if [ "$grub_platform" = "efi" ]; then |
---|
31 | menuentry 'Boot from next volume' { |
---|
32 | exit |
---|
33 | } |
---|
34 | menuentry 'UEFI Firmware Settings' { |
---|
35 | fwsetup |
---|
36 | } |
---|
37 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.