Skip to main content

Bootloader WeTab

huidig 14 okt 2011

default=0
timeout=6
root (hd0,5)
splashimage=/grub/android-x86.xpm.gz

title Android-x86 2011-08-28
    kernel /android-2011-08-28/kernel quiet root=/dev/ram0 androidboot_hardware=tegav2 SRC=/android-2011-08-28
#   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 Wetab OS
    root (hd0,0)
    kernel /extlinux/vmlinuz quiet root=/dev/sda3 ro   

title KDE Plasma Active
        root (hd0,4)
    kernel /boot/vmlinuz-2.6.38.2-8.26-adaptation-pinetrail quiet root=/dev/sda5 
    

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

ter info

[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

label Meego
        kernel vmlinuz-2.6.38.2-8.26-adaptation-pinetrail
        append ro root=/dev/sda5 quiet vga=current
        menu default

grub

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 Wetab Os
        root (hd0,0)
        kernel /extlinux/vmlinuz root=/dev/sda3 ro

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