intel / intel/mOS

Can i run on virtual machine environment centos7?

Open
#9 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
146
Forks
26
PR merge metrics
No merged PRs in 30d

Description

Hello, i want to run the mos 0.9 version, because we only have current resource setting.

Resource detailed list :

virtual machine : vmware workstation 16 Pro 16.2.2 build-19200509

linux distribution and grub version : centos 7 + grub2

1、we compiled the most source code , generated the kernel-5.10.46.0.9.mos.x86_64.rpm file, and used "rpm -ivh --force " command to install the kernel rpm file.

2、we updated the "etc/default/grub" file content:
`GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8 selinux=0 rd.lvm.lv=centos/root rd.lvm.lv=centos/swap intel_pstate=disable nmi_watchdog=0 kernelcore=2G nohz_full=1-3` , and excuted the grub2-mkconfig operation code order:

`sudo grub2-mkconfig -o /boot/grub2/grub.cfg`

3、reboot.

Alought we can saw the grub menu item windows and selected it, system dracut mode(emergency fault mode ) was entered.

The picture was showed below:

![8ee60a06998bd90e895d229c0271eb4](https://user-images.githubusercontent.com/49016162/197337099-99c16c7e-311a-45af-bc73-6880ee1fd6f0.jpg)

![1666438354120](https://user-images.githubusercontent.com/49016162/197336775-4cbdde4a-8a9e-46ab-a549-bf9912ed3bb2.png)

we compared the original linux kernel upgrade operation. For example, we upgraded centos7 linux kernel version and grubed successfully the system. But, with the same operation, The clicked and selected mos-v0.9 system item entered the emergency mode(dracut mode). It's not worked.

how we can solve the problem. we have searched the whole online solutions, but the problem is still difficult.

Thank you very much~

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.