Editing Mer/Documentation/Making x86 Mer Bootable

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
{{Mer}}
 
-
 
== Making a x86 Mer bootable ==
== Making a x86 Mer bootable ==
Partition your boot device, make a ext3 partition. In the following, sda1 is your ext3 partition and sda is your boot device. Only install this on a USB stick or whatever that you want to have possibly destroyed.  
Partition your boot device, make a ext3 partition. In the following, sda1 is your ext3 partition and sda is your boot device. Only install this on a USB stick or whatever that you want to have possibly destroyed.  
-
mkdir -p /mnt/mer
+
* mkdir -p /mnt/mer
-
mkfs.ext3 /dev/sda1
+
* mkfs.ext3 /dev/sda1
-
mount -t ext3 /dev/sda1 /mnt/mer
+
* mount -t ext3 /dev/sda1 /mnt/mer
-
* Grab a release <code>x86-generic tar.gz</code> and put in <code>/mnt/mer</code>, <code>tar pzvxf</code> it from within <code>/mnt/mer</code> ''or'' use the imager from above and <code>sh imager targets/mer-x86-generic-only-fs /mnt/mer</code>.
+
* Grab a release x86-generic tar.gz and put in /mnt/mer, tar pzvxf it from within /mnt/mer OR Use imager from above and sh imager targets/mer-x86-generic-only-fs /mnt/mer
-
grub-install --no-floppy --recheck --root-directory=/mnt/mer /dev/sda
+
* grub-install --no-floppy --recheck --root-directory=/mnt/mer /dev/sda
-
chroot /mnt/mer update-grub
+
* chroot /mnt/mer update-grub
-
* Verify your <code>/mnt/mer/boot/grub/menu.lst</code> looks correct
+
* verify your /mnt/mer/boot/grub/menu.lst looks correct
-
* <code>umount /mnt/mer</code> (if you can)
+
* umount /mnt/mer (if you can)

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: