Difference between revisions of "Install From USB"
From SME Server
Jump to navigationJump to search (Created page with "{{Level|Medium}} == Requirements == * Bootable USB Disk - 2GB is sufficient * SME Image - SME 8 - download it * USB Disk Creation Software ** http://www.pendrivelinux.com/ *** U...") |
(→Using) |
||
Line 24: | Line 24: | ||
# Select Install from Hard Disk | # Select Install from Hard Disk | ||
# Choose Partition | # Choose Partition | ||
− | #* Mine was ''/dev/sdb1'' | + | #* Mine was ''/dev/sdb1'' when there was a partition - it was ''/dev/sda1'' when no partition |
− | #* It will want to know where your .iso image is, enter | + | #* It will want to know where your .iso image is, I just hit enter (because it was in the root of my usb) |
+ | |||
+ | === Write Grub === | ||
+ | # When it booted I had to write Grub (see: http://wiki.centos.org/HowTos/GrubInstallation) | ||
+ | ## find /grub/stage1 | ||
+ | ## root (hd0,0) | ||
+ | ## setup (hd0) | ||
+ | ## reboot | ||
''Long Live SME ...'' | ''Long Live SME ...'' | ||
Line 32: | Line 39: | ||
* http://www.pendrivelinux.com/ | * http://www.pendrivelinux.com/ | ||
* [http://forums.contribs.org/index.php?topic=48479.0 ''SME Server USB installer'' topic in the Contribs forums] | * [http://forums.contribs.org/index.php?topic=48479.0 ''SME Server USB installer'' topic in the Contribs forums] | ||
− | + | * [http://wiki.centos.org/HowTos/GrubInstallation] | |
---- | ---- | ||
[[Category:Howto]] | [[Category:Howto]] |
Revision as of 07:41, 28 December 2012
Requirements
- Bootable USB Disk - 2GB is sufficient
- SME Image - SME 8 - download it
- USB Disk Creation Software
- http://www.pendrivelinux.com/
- Universal USB Installer
- http://www.pendrivelinux.com/
Note: I'm using Windows 7 - Assume rest of World is too
Creating USB stick
- USB Disk In
- Run the Universal USB Installer
- Point to the ISO
ALSO:
- Copy the SME ISO you downloaded onto the USB disk
- SME Installation requires this image, simply copy the iso image to the USB Drive
Using
In your new Hardware ...
- Boot from USB
- Select Install from Hard Disk
- Choose Partition
- Mine was /dev/sdb1 when there was a partition - it was /dev/sda1 when no partition
- It will want to know where your .iso image is, I just hit enter (because it was in the root of my usb)
Write Grub
- When it booted I had to write Grub (see: http://wiki.centos.org/HowTos/GrubInstallation)
- find /grub/stage1
- root (hd0,0)
- setup (hd0)
- reboot
Long Live SME ...