All pastes #1962474 Raw Edit

atv linux boot script

public text v1 · immutable
#1962474 ·published 2010-10-14 21:11 UTC
rendered paste body
#!/bin/bash

mkdir ubuntu
mount -r /dev/sda6 ubuntu
kexec --load ubuntu/boot/vmlinuz-2.6.24-28-generic --initrd=ubuntu/boot/initrd.img-2.6.24-28-generic --command-line="root=/dev/sda6 ro quiet vesa video=vesafb"
kexec -e