How can I boot from a root filesystem (maybe squashfs or dd image)?
|
2017-10-02, 00:35
Post: #6
|
|||
|
|||
RE: How can I boot from a root filesystem (maybe squashfs or dd image)?
(2017-10-01 22:42)ajr Wrote: Here is what happens with only the kernel and boot options: https://i.imgur.com/Jhssl4q.png Good so the kernel boots on its own now add initrd as well, note that I replaced module in your script with initrd, should be compatible but initrd is more clear. Code: #!ipxe and now reading thru it again I see why you get a "blank screen" the console part redirects all output to serial, so removing that should give you output to work with. (probably some kind of error message) And i think all your other arguments are script specific, so depending on your initrd and it's script you might want to remove them as well, and then test them one by one. You will need some way of getting your squashfs into your system, either via initrd, or some fetch equivalent scripting. - as such you will "have to care". To get this working, you will have to understand, or learn all aspects of this (mostly from scratch). If you aren't prepared for that or don't want to, then I would suggest to use some other already working live distro. Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)