User Tools

Site Tools


haborg:debinstall

This is an old revision of the document!


Debian for Háborg Install guide

Format CF card then install debian base system.

fdisk /dev/sdb
mkfs.ext2 /dev/sdb1
mkdir /mnt/cf
mount /dev/sdb1 /mnt/cf
debootstrap --arch i386 wheezy /mnt/cf http://ftp.fr.debian.org/debian

Chroot on the target OS

mount -t proc none /mnt/cf/proc
mount -t sysfs none /mnt/cf/sys
mount -o bind /dev /mnt/cf/dev/
LC_ALL=C chroot /mnt/cf /bin/bash
mount devpts /dev/pts -t devpts

Grub Reconfiguration

GRUB_CMDLINE_LINUX="console=tty1 console=ttyS0,115200n8"
GRUB_TERMINAL="serial"
GRUB_SERIAL_COMMAND="serial --port=0xf1c0 --speed=115200 --word=8 --parity=no --stop=1"
haborg/debinstall.1378798406.txt.gz · Last modified: 2013/09/10 09:33 by root

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki