|
2013-08-03
, 15:26
|
Posts: 21 |
Thanked: 27 times |
Joined on Jul 2013
@ Czechia
|
#2
|
ITEM_NAME="Arch Linux ARM" ITEM_KERNEL="/boot/uImage" ITEM_DEVICE="${EXT_CARD}p1" ITEM_FSTYPE="ext4" ITEM_OMAPTAG="1" ITEM_CMDLINE="root=/dev/mmcblk0p1 rootwait init=/usr/lib/systemd/systemd omapfb.vram=0:3M,1:3M,2:3M"
Chroot into your new Alarm install
Before we can boot to the fresh system, we need to do some trivial work in chroot.
See Chroot.
Update and configure system
Choose local mirror for pacman
Add my repository to /etc/pacman.confCode:[n900-base] SigLevel = Never Include = /etc/pacman.d/alarm-n900 [n900-extra] SigLevel = Never Include = /etc/pacman.d/alarm-n900Install packages necessary to boot, and upgrade your system:Code:echo "Server = http://alarm-n900.org/\$repo" > /etc/pacman.d/alarm-n900Code:pacman -Syu linux-omap-n900 linux-headers-omap-n900 n900-firmware n900-integration
|
2013-08-03
, 15:56
|
Posts: 59 |
Thanked: 22 times |
Joined on Jan 2013
|
#3
|
ITEM_NAME="Arch" ITEM_KERNEL="/boot/uImage" ITEM_DEVICE="${INT_CARD}p5" ITEM_FSTYPE="ext3" ITEM_OMAPATAG="1" ITEM_CMDLINE="root=/dev/mmcblk0p5 rootwait init=/bin/systemd omapfb.vram=0:3M,1:3M,2:3M quiet"
|
2013-08-03
, 16:18
|
Posts: 21 |
Thanked: 27 times |
Joined on Jul 2013
@ Czechia
|
#4
|
mount | grep p5
ITEM_CMDLINE="root=/dev/mmcblk1p5 rootwait init=/usr/lib/systemd/systemd omapfb.vram=0:3M,1:3M,2:3M"
|
2013-08-03
, 17:10
|
Posts: 59 |
Thanked: 22 times |
Joined on Jan 2013
|
#5
|
Now I’m not sure. As you see, my Arch on µSD lies in /dev/mmcblk0p1 (this path is taken by the Arch kernel from the bootloader config). In Maemo it is /dev/mmcblk1p1 for a change.
Is your Arch partition mounted, in Maemo? What does this command output? (You don’t need to chroot.)
Personally, I’m happy with Arch on µSD, it is easier to troubleshoot and play with. If you still have a swap partition/file on your EMMC, you could use it from Arch to improve performance.Code:mount | grep p5
Anyway, would you mind changing your config line to this?
Dunno if it helps.Code:ITEM_CMDLINE="root=/dev/mmcblk1p5 rootwait init=/usr/lib/systemd/systemd omapfb.vram=0:3M,1:3M,2:3M"
|
2013-08-03
, 17:13
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#6
|
|
2013-08-03
, 17:40
|
Posts: 59 |
Thanked: 22 times |
Joined on Jan 2013
|
#7
|
|
2013-08-03
, 18:38
|
Posts: 21 |
Thanked: 27 times |
Joined on Jul 2013
@ Czechia
|
#8
|
ITEM_NAME="Arch Linux ARM" ITEM_KERNEL="/opt/boot/uImage" ITEM_DEVICE="${INT_CARD}p2" ITEM_FSTYPE="ext3" ITEM_OMAPTAG="1" ITEM_CMDLINE="root=/dev/mmcblk1p5 rootwait init=/usr/lib/systemd/systemd omapfb.vram=0:3M,1:3M,2:3M"
|
2013-08-03
, 19:28
|
Posts: 59 |
Thanked: 22 times |
Joined on Jan 2013
|
#9
|
ITEM_NAME="Arch" ITEM_KERNEL="uImage" ITEM_DEVICE="${INT_CARD}p5" ITEM_FSTYPE="ext3" ITEM_OMAPATAG="1" ITEM_CMDLINE="root=/dev/mmcblk0p5 rootwait init=/bin/systemd omapfb.vram=0:3M,1:3M,2:3M quiet"
|
2013-08-03
, 20:12
|
Posts: 21 |
Thanked: 27 times |
Joined on Jul 2013
@ Czechia
|
#10
|
ITEM_NAME="Arch" ITEM_KERNEL="uImage" (or "/uImage" maybe?) ITEM_DEVICE="${INT_CARD}p1" ITEM_FSTYPE="vfat" (or just "fat") ITEM_OMAPATAG="1" ITEM_CMDLINE="root=/dev/mmcblk0p5 rootwait init=/usr/lib/systemd/systemd omapfb.vram=0:3M,1:3M,2:3M quiet"
so i followed the guid for installing the arch linux on n900 but when i run u-boot-update-bootmenu i get this message
Configuration file : /etc/bootmenu.d/21-arch.item
Error : kernel image '/boot/uImage' was not found in /boot or /opt/boot
so i tryed to copy the uImage to those directories but i still get the same error
Help me plz