1. 程式人生 > >rr2640 + Xen 3.4 hangs at boot [SOLVED]

rr2640 + Xen 3.4 hangs at boot [SOLVED]

Finally, I have boot up the xen hypervisor with the Highpoint RocketRAID 2640x4 SAS/SATA controller card.   1.  compile the dom0 kernel with rr26xx module built in.  Or another way to say it, "using the driver as a kernel patch".  I tested in kernel 2.6.18.8-xen.   Download the rr26xx driver source, uncompress it to rr2640-linux-src-v1.xx/.  If it is v1.5 driver, you need to uncomment out two lines in inc/linux/Makefile.def, otherwise it couldn't find the make target "patchkernel":     patchkernel:
           @sh $(HPT_ROOT)/osm/linux/patch.sh Follow the driver's README to patch the kernel:      # cd rr2640-linux-src-v1.xx/product/rr2640/linux/
    # make patchkernel KERNELDIR=<kernel-source-dir>      # cd /usr/src/linux-2.6.24

    # make menuconfig
     # make
    # make modules_install
    # make install Note:  This approach assumes that you will cd into kernel src (i.e., /usr/src/linux-2.6.24) to run "make menuconfig".  If you have the kernel build in a separate directory, and hit "make" in that directory, it will NOT WORK. 

2. In the /boot/grub/menu.lst, I need to provide the parameter:      kernel /boot/xen-3.4.0.gz edd=off

相關推薦

rr2640 + Xen 3.4 hangs at boot [SOLVED]

Finally, I have boot up the xen hypervisor with the Highpoint RocketRAID 2640x4 SAS/SATA controller card.   1.  compile the dom0 kerne

Spring-Boot 整合 MongoDB 3.4 實現簡單物件儲存與查詢

搜尋spring-boot依賴的mongodb的包 點進去 以上教大家如何根據一項技術,去搜索其在Spring-Boot專案中對應的依賴 一、專案目錄結構圖 怎麼簡潔怎麼來,Control

2017.5.3 4.全排列

col font ace urn color span 順序輸出 所有 一個 題目描述 給定N(N<10),按照字典序輸出所有的N排列。 輸入 第一行輸入N。 樣例輸入 3 輸出 輸出1到N的全排列,一行一個排列,按照字典序順序輸出。

在Sql中將 varchar 值 '1,2,3,4,5,6' 轉換成數據類型 int

給定 序列 顯示 結果 空格 sel -方法 一個表 affect --問題:將aa轉換為Int類型失敗 string aa="3,5,11,56,88,45,23"; select * from ERPBuMen where ID in(aa) ; --方法sel

3.4 針對中文檢索的問題

合成詞 -h smart 人類 引擎 也有 信息 不同 應該 相對於英文檢索,中文檢索有兩個特別要考慮的問題:編碼問題和中文分詞問題。 一、編碼問題 1. 為了解決中文編碼問題,我們在網頁結構化信息預處理的時候統一采用utf-8編碼; 2. 在Lucene創建索引的時候,構

loadrunner-3-4創建目標場景

font img size 結果 目標 場景 cnblogs 技術分享 runner 定義:創建一個運行目標,通過Controller的自動加載功能進行自動化負載,如果測試的結果達到目標,說明系統的性能符合測試目標,否則就提示無法達到目標。 loadrunner-3-4創建

ABP官方文檔翻譯 3.4 領域服務

con 自然 應用服務 ati 不可見 個人 應該 主目錄 依賴註入 領域服務 介紹 IDomainService接口和DomainService類 示例 創建接口 服務實現 使用應用服務 一些探討 為什麽只有應用服務? 如何強制使用領域服務? 介紹   領域

GRPC 1.3.4 發布,Google 高性能 RPC 框架(Java C++ Go)

框架 9.png 高性能 修復 git ogl arch bsp 版本 GRPC 1.3.4 發布了,GRPC 是一個高性能、開源、通用的 RPC 框架,面向移動和 HTTP/2 設計,是由谷歌發布的首款基於 Protocol Buffers 的 RPC 框架。 GRPC

詳細圖解mongodb 3.4.1 win7x64安裝

個數 問題 存在 vertica ext 安裝服務 img value 數據庫管理 詳細圖解,記錄 win7 64 安裝mongo數據庫的過程。安裝的版本是 MongoDB-win32-x86_64-2008plus-ssl-3.4.1-signed。 我下載的源文件:m

求 1-2+3-4+5-6+7-8....M 的結果算法

次數 pre blog spa rgs static console line span 1 static void Main(string[] args) 2 { 3 /** 4 * 算法題: 5 * 求 1-2+3-4+5-6+7

centos 7.2 安裝mongodb 3.4.4免編譯

mongodb nbsp linux fas .org code data mage 獲取 /根目錄下: 獲取命令: wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.4.tgz 解壓命令:

在CentOS 7上使用Yum源安裝和卸載 MongoDB 3.4

enabled 1.配置Yum源1vim /etc/yum.repos.d/mongodb-org-3.4.repo[mongodb-org-3.4] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$relea

C語言代碼編程題匯總:顯示表達式1*2+3*4+...+99*100的表示形式(采取交互的形式)

stdio.h tdi input 字符型 6.0 tro vc++6.0 text class 顯示表達式1*2+3*4+...+99*100的表示形式(采取交互的形式) 程序源代碼如下: 1 /* 2 2017年6月8日08:03:38 3 功能

C語言代碼編程題匯總:顯示表達式1*2+3*4+...+9*10的表示形式

clas ron urn ++ class align int c語言代碼 程序 顯示表達式1*2+3*4+...+9*10的表示形式 源程序代碼如下: 1 /* 2 2017年6月7日22:54:51 3 功能:實現1*2+3*4+...+9*10

Cocos2d-x 3.4 之 消滅星星 &gt; 第三篇(終) &lt;

周期 ack ini 顏色 博客 ec2 width pri mp3格式 ***************************************轉載請註明出處:http://blog.csdn.net/lttree************************

2014-3-4 大規模無縫水陸導航圖

技術 做了 自己 時間 fill sdn b2c term 起點 說實話,為了搞定大規模無縫地圖,我做了太多工作,譬如所配套的大規模無縫水陸兩棲導航圖的自己主動生成和使用. 這兩天在搞戰鬥時,發現曾經做的導航圖有些瑕疵,抽時間改進了一下.以下做個總結: 1.導航圖的

SQL PROMPT5.3.4.1的一些設置選項

param 存儲 過程 f11 彈出 stand val fur -s 摘自:http://www.cnblogs.com/furenjian/p/4519426.html sql prompt這個工具安裝好之後就可以在SSMS裏使用代碼提示功能 園子裏非常多的文章:例如

安裝 Dubbo 註冊中心(Zookeeper-3.4.6)

store port -s 端口 作者 tin 內容 send 輸出信息 安裝 Dubbo 註冊中心(Zookeeper-3.4.6) Dubbo 建議使用 Zookeeper 作為服務的註冊中心。 註冊中心服務器(192.168.3.71)配置,安裝 Zookeep

泛泰A820L (高通MSM8660 cpu) 3.4內核的CM10.1(Android 4.2.2) 測試版第二版

卸載 反饋 span lin clas wan 系統分區 漢化 sof 歡迎關註泛泰非盈利專業第三方開發團隊 VegaDevTeam (本team 由 syhost suky zhaochengw(z大) xuefy(大星星) tenfar(R大師) loogeo

練習:求1+2+3+4+5...100的和

hid 技術 one brush src log display 分享 code 求1+2+3+4+5...100的和方法一 count = 1 s1 = 0 while count <= 100: