1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
MENU TITLE Kubuntu 10.04 USB BOOT MENU
DEFAULT vesamenu.c32
PROMPT 0
LABEL live
menu label ^Start Kubuntu
kernel /casper/vmlinuz
append file=/cdrom/preseed/kubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash locale=bg_BG --
#UBUNTU_PERSISTENT:LABEL live-persist
#UBUNTU_PERSISTENT: menu label ^Start Kubuntu (persistent)
#UBUNTU_PERSISTENT: kernel /casper/vmlinuz
#UBUNTU_PERSISTENT: append file=/cdrom/preseed/ubuntu-netbook.seed boot=casper persistent initrd=/casper/initrd.lz quiet splash locale=bg_BG --
LABEL live-acpifix
menu label ^Start Kubuntu (safe mode)
kernel /casper/vmlinuz
append file=/cdrom/preseed/kubuntu.seed boot=casper initrd=/casper/initrd.lz xforcevesa nomce nosmp noapic locale=bg_BG --
LABEL live-noacpi
menu label ^Start Kubuntu (disable ACPI)
kernel /casper/vmlinuz
append file=/cdrom/preseed/kubuntu.seed boot=casper initrd=/casper/initrd.lz quiet acpi=off splash locale=bg_BG --
LABEL live-install
menu label ^Install Kubuntu
kernel /casper/vmlinuz
append file=/cdrom/preseed/kubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash locale=bg_BG --
LABEL check
menu label ^Check filesystem for defects
kernel /casper/vmlinuz
append boot=casper integrity-check initrd=/casper/initrd.lz quiet splash --
LABEL memtest
menu label ^Test memory
kernel /install/mt86plus
LABEL hd
menu label ^Boot from first hard disk
localboot 0xffff
append -
MENU BACKGROUND backg.png
ALLOWOPTIONS 1
timeout 150
menu color title 1;31;49 #eeff1010 #cc553333 std
menu color sel 7;37;40 #ffffffff #99660000 all
menu color border 30;44 #ffffffff #00000000 std
menu color pwdheader 31;47 #eeff1010 #20ffffff std
|