13. Create the
/ (root)
partition on the
/dev/rssdX
device node, as well as any other
mount points such as
<swap>
,
/home
, or
/opt
. If desired, create a separate /boot
partition on the drive (otherwise it will be created as part of the / (root) partition).
14. At the end of the installation, an error message "Installation step failed" appears.
Ignore the error message and continue with the next step.
15. Press
ALT+F2
to return to a shell prompt. If you are installing 12.04.3 or later, or if
you are installing on a P320h drive, go to step 18.
16. Insert the USB drive again and mount the file system:
# mount -t ext2 /dev/sda1 /mnt
17. Copy the mtip32xx driver binary file into the kernel driver directory and then un-
mount and remove the USB drive:
#cp -f /mnt/mtip32xx-<version>/mtip32xx.ko /target/lib/modules/'uname -r' /
kernel/drivers/block/mtip32xx
# unmount /mnt
18. Get a chrooted bash environment:
# chroot /target
# bash
If you are installing 12.04.3 or later, or if you are installing a P320h drive, go to step
20.
19. Resolve module dependencies and rebuild initramfs:
# depmod -a
# mkinitramfs -o/boot/initrd.img-'uname-r'
20. Install legacy grub and dkms:
#mkdir -p /boot/grub
# apt-get update
# apt-get install grub dkms
Press
Y
to proceed, if prompted.
21. Create or edit
/boot/grub/device.map
such that it contains this entry only:
(hd0) /dev/rssda
22. If present, edit
/etc/default/grub
and comment out
GRUB_DISABLE_LI-
NUX_UUID
23. Update grub:
# update-grub -y
24. Install grub in
/dev/rssda:
# grub-install /dev/rssda
If this fails with The file /boot/grub/stage1 not read correctly error message, perform
the following steps:
a. Run grub directly:
# grub --boot-drive=/dev/rssda --device-map=/boot/grub/device.map
b. At the grub prompt, enter the following commands:
1.
find /boot/grub/stage1
This command should print (hd0,0) or similar. If an error occurs, you may
have a GPT partition on the drive already. That partition must be cleared and
the process started again at step 4.
2.
root (hd0,0)
Where (hd0,0) was copied from step 1 in this section.
3.
setup (hd0)
You may need to press enter several times until the prompt returns.
4.
quit
25. Type
exit
and press
Enter
twice to return to the top-level console.
26. Press
ALT+F1
, select
Continue
>
Continue without boot loader
.
Ignore the warning No boot loader installed and continue.
P420m/P320h HHHL PCIe SSD Installation Guide
Using the P420m or P320h as a Boot Drive
PDF: 09005aef8497e00a
P420m_P320h_HHHL_installation_guide.pdf - Rev. V 12/14 EN
31
Micron Technology, Inc. reserves the right to change products or specifications without notice.
©
2012 Micron Technology, Inc. All rights reserved.