Bootloader WeTab
Appearance
[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]# grub localhost grub]# cat menu.lst default=0 timeout=6 splashimage=/grub/android-x86.xpm.gz title Android-x86 2011-08-28 root (hd1,0) kernel /android-2011-08-28/kernel quiet root=/dev/ram0 androidboot_hardware=tegav2 acpi_sleep=s3_bios,s3_mode SRC=/android-2011-08-28 initrd /android-2011-08-28/initrd.img title Android-x86 2011-08-28 (Debug mode) kernel /android-2011-08-28/kernel root=/dev/ram0 androidboot_hardware=tegav2 acpi_sleep=s3_bios,s3_mode DEBUG=1 SRC=/android-2011-08-28 initrd /android-2011-08-28/initrd.img [root@localhost grub]#