Replies: 4 comments 15 replies
-
What is the exact command you are using to |
Beta Was this translation helpful? Give feedback.
-
I've rolled my updates into the master repos. Please do a Also, if that system has a serial port (115200 bps, 8 data bits, 1 stop bit, no parity) you should see the following output:
|
Beta Was this translation helpful? Give feedback.
-
On proper boot up there would be 4 dots. Your system has completed the 64-bit init and the bus init. As there was no third dot it is stuck trying to initialize the storage. I'll do some checking. |
Beta Was this translation helpful? Give feedback.
-
Please try the following: Comment out https://github.com/ReturnInfinity/BareMetal/blob/d9d0695b02a301342f24af41d8d8cb7361a92fd6/src/init/storage.asm#L37 with a This will disable initialization of the NVMe controller if one was found. |
Beta Was this translation helpful? Give feedback.
-
Im struggling to create a working usb pendrive to boot the kernel in real hardware on Ubuntu. I dd if=baremetalos.img to the unit in ubuntu, but the booting fails.
It will be amazing if we have detailed instructions saying not only the commands, but also bios configuration in real hardware like secureboot and legacy boot settings and common mistakes like having a legacy boot record in the pendrive.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions