Difference between revisions of "InstallationFromUSBstick: retired from v.10 on, left for reference"

From SME Server
Jump to navigationJump to search
(how to create an USB stick with SME server software)
 
m (→‎Creating USB stick: fix formating error)
Line 19: Line 19:
 
copy the file /images/boot.iso, and renamed to SMEboot.iso.
 
copy the file /images/boot.iso, and renamed to SMEboot.iso.
  
On USB edit the menu.lst to include this
+
On USB edit the menu.lst to include this <br>
[code]
+
 
 +
<pre>
 
title find and load SMEboot.iso
 
title find and load SMEboot.iso
 
fallback 7
 
fallback 7
Line 28: Line 29:
 
chainloader (0xff)
 
chainloader (0xff)
 
savedefault --wait=2
 
savedefault --wait=2
[code]
+
<pre>

Revision as of 18:23, 1 December 2011

Problem

Imagine you have a server that wont boot from USB CDROM drive or have no internal CDROM drive. Or even you prefer to install from a USB stick instead a physical media.

Solution

Create a USB stick with SME software on it

Requirements

You'll need a stick with more than XXX

Format it as XXXX

mount SME server image on a linux machine:

mount /path/to/image/SME8b7.iso /mnt/pendrive

Creating USB stick

copy the file /images/boot.iso, and renamed to SMEboot.iso.

On USB edit the menu.lst to include this

title find and load SMEboot.iso
fallback 7
find --set-root /SMEboot.iso
map /ubcd.iso (0xff) || map --mem /SMEboot.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2