|
2010-07-29
, 17:43
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#92
|
Does multiboot keep a log file?
I have set up multiboot to boot Titan's Power Kernel, NITDroid kernel and Fedora 12. The power and NIT kernels work fine but the Fedora one doesnt.
At the boot select screen, if I select Fedora, it appears to flash the kernel and reboot, bit then it goes back to the kernel select screen instead of booting further. The text moves too quickly for me to see what is going on, so I was wondering if I could log the output to file.
Any way of doing this?
ITEM_NAME="Fedora 12 on SD p4" ITEM_KERNEL=2.6.28-fedora ITEM_MODULES=ext3 mbcache jbd ITEM_DEVICE=${EXT_CARD}p4 ITEM_FSTYPE=ext3 ITEM_FSOPTIONS=noatime,rw
|
2010-07-29
, 22:31
|
Posts: 52 |
Thanked: 17 times |
Joined on Jun 2010
@ United Kingdom....for now.
|
#93
|
did you try my suggestion from the other thread?
the red text is the kernel you have in /boot/multiboot so I think this is what it should be trying to boot. (just realised I had typed it wrong previously)Code:ITEM_NAME="Fedora 12 on SD p4" ITEM_KERNEL=2.6.28-fedora ITEM_MODULES=ext3 mbcache jbd ITEM_DEVICE=${EXT_CARD}p4 ITEM_FSTYPE=ext3 ITEM_FSOPTIONS=noatime,rw
if the kernel is 2.6.28-framebuffer1 then you need this kernel in /boot/multiboot
|
2010-07-30
, 02:30
|
Posts: 165 |
Thanked: 78 times |
Joined on Jun 2010
|
#94
|
echo bq27x00_battery >> /etc/modules
modprobe bq27x00_battery
# # modules.boot # # List of modules the bootloader (multiboot) shall load. # bq27x00_battery
|
2010-08-01
, 11:33
|
Posts: 52 |
Thanked: 17 times |
Joined on Jun 2010
@ United Kingdom....for now.
|
#95
|
|
2010-08-01
, 22:59
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#96
|
The Following User Says Thank You to Coffee For This Useful Post: | ||
|
2010-08-02
, 07:48
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#97
|
Guys,
Could anyone assist?
Using Multiboot for my NITDroid install and works perfectly. I have since been following a thread:
http://talk.maemo.org/showthread.php?t=59374
Swapping the rootfs and need to use the dual boot to load the copied root. Could someone assist by advising how to get Multiboot to load this?
Stephen
The Following User Says Thank You to mornage For This Useful Post: | ||
|
2010-08-02
, 09:31
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#98
|
|
2010-08-02
, 11:20
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#99
|
mornage,
thanks for your reply mate. Whilst talk was about loading it off an sd card, I am pretty sure, no, I know it has just swapped the rootfs location to the /home folder on internal hard drive. These are the new folders:
/home/bin
/home/boot
/home/cdrom
/home/dev
/home/etc
/home/floppy
/home/initrd
/home/lib
/home/proc
/home/root
/home/sbin
/home/src
/home/sys
/home/syspart
/home/usr (usr - not user! /home/user is OK)
/home/var
/home/mnt
/home/tmp
/home/media
/home/home.
From what I understand, he has simply relocated the folder/ files and made a few tweaks to make all work as it should (what that entails?)
I don't understand how the Multiboot works, well any of it actually, lol.
I know enough that the Multiboot has files for the Nitdroid in both /etc/multiboot.d and /home/boot/multiboot/. I assume the .item file in the multiboot.d folder tells the multiboot what to load, where etc. I don't know what the vmlinuzp file does and wonder if I also need something else here to make it work?
The Following User Says Thank You to mornage For This Useful Post: | ||
|
2010-08-02
, 13:46
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#100
|
I have set up multiboot to boot Titan's Power Kernel, NITDroid kernel and Fedora 12. The power and NIT kernels work fine but the Fedora one doesnt.
At the boot select screen, if I select Fedora, it appears to flash the kernel and reboot, bit then it goes back to the kernel select screen instead of booting further. The text moves too quickly for me to see what is going on, so I was wondering if I could log the output to file.
Any way of doing this?