Bootloader WeTab: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
(Created page with "[pvdmatten@localhost ~]$ sudo su [sudo] password for pvdmatten: [root@localhost pvdmatten]# cat /etc/extlinux.conf prompt 1 timeout 5000 default vesamenu.c32 menu autoboot men...")
 
No edit summary
Line 1: Line 1:
<pre>
[pvdmatten@localhost ~]$ sudo su
[pvdmatten@localhost ~]$ sudo su
[sudo] password for pvdmatten:  
[sudo] password for pvdmatten:  

Revision as of 19:18, 4 October 2011

[pvdmatten@localhost ~]$ sudo su
[sudo] password for pvdmatten: 
[root@localhost pvdmatten]# cat /etc/extlinux.conf 
prompt 1
timeout 5000
default vesamenu.c32

menu autoboot
menu hidden
menu master passwd $1$psPEZQzt$FckzDRpSCbSdUsTDwk22f1

menu title Welcome to WeTab!
menu resolution 1024 768
menu background splash1024.png
menu color border      0 #ffffffff #00000000
menu color sel         7 #ffffffff #ffffcc00
menu color title       0 #ffffffff #00000000
menu color tabmsg      0 #ffffffff #00000000
menu color unsel       0 #ffffffff #00000000
menu color hotsel      0 #ffffffff #ffffcc00
menu color hotkey      7 #ffFFCC00 #00000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0     #ffffffff #00000000
menu color cmdline 0     #ffffffff #00000000
menu color cmdmark     0 #ffffcc00 #00000000
menu color pwdborder   0 #ffffcc00 #00000000
menu color pwdheader   0 #ff393837 #ffffcc00
menu color pwdentry    0 #ffffcc00 #00000000
label wetab-os
	menu label ^WeTab OS
	kernel vmlinuz
	append ro root=/dev/sda3 quiet vga=current console=ttyUSB99
	menu default

label pvdm
	menu label ^PvdM
	kernel chain.c32
	append boot 6

label android
	menu label ^Android
	kernel android-2011-08-28/kernel
#	append ro root=/dev/sda6 quiet vga=current console=ttyUSB99
	append initrd=android-2011-08-28/initrd.img root=/dev/sda6 rw 
#	menu default

label bios
	menu label ^BIOS Update
	menu hide
	kernel memdisk
	append initrd=biosup.img floppy c=8 s=32 h=64

[root@localhost pvdmatten]#