Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PXEブート時にカーネルパニックになる #18

Open
habuka036 opened this issue Mar 31, 2015 · 1 comment
Open

PXEブート時にカーネルパニックになる #18

habuka036 opened this issue Mar 31, 2015 · 1 comment

Comments

@habuka036
Copy link
Contributor

dracut warning no root device block /dev/mapper/live-rw

と言われて起動できない。

@habuka036
Copy link
Contributor Author

CentOS の initram は systemrescuecd のように squashfs を tftp もしくは http などで取得して root device とすることができない。
よって以下のように LiveDVD を dd して livecd-iso-to-pxeboot をかけて PXE ブート用イメージを作るという辛い回避方法しかない。

   sudo dd if=/dev/sr0 of=/dev/shm/Wakame-VDC.LiveDVD.iso
   cd /dev/shm/
   sudo /usr/bin/livecd-iso-to-pxeboot Wakame-VDC.LiveDVD.iso

もしくは、systemrescuecd の initram を真似し、squashfs でも起動できるようにする。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant