How to use limine-deploy(solved)

Moderator: BarryK

Post Reply
Thanos
Posts: 76
Joined: Wed Mar 29, 2023 6:02 am
Has thanked: 2 times
Been thanked: 14 times

How to use limine-deploy(solved)

Post by Thanos »

There is a limine-deploy.exe in this page:

Code: Select all

https://github.com/limine-bootloader/limine/tree/v4.x-branch-binary

In order to install Limine on a MBR device (which can just be a raw image file), run limine-deploy as such:

limine-deploy <path to device/image>

Use limine-deploy to install Limine on a usb disk in linux:

Code: Select all

limine-deploy /dev/sda

Use limine-deploy.exe to install Limine on a usb disk in windows:

Code: Select all

limine-deploy.exe \\.\PhysicalDrive1
deploy.zip
(204.84 KiB) Downloaded 13 times
Last edited by Thanos on Wed Jun 07, 2023 11:10 pm, edited 3 times in total.
User avatar
stemsee
Posts: 656
Joined: Sun Jul 26, 2020 8:11 am
Location: lattitude 0
Has thanked: 160 times
Been thanked: 104 times
Contact:

Re: How to use limine-deploy?

Post by stemsee »

I compiled limine yesterday, bootstrap.sh > .configre > make > make install ... I got no limine-deploy to play with@mintsuki!

User avatar
BarryK
Posts: 2273
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 93 times
Been thanked: 564 times

Re: How to use limine-deploy?

Post by BarryK »

stemsee wrote: Mon May 15, 2023 10:36 am

I compiled limine yesterday, bootstrap.sh > .configre > make > make install ... I got no limine-deploy to play with@mintsuki!

You need to provide configure options. Have a look at the OpenEmbedded recipe used to compile it for Easy:

https://github.com/bkauler/oe-qky-kirks ... 30503.0.bb

Thanos
Posts: 76
Joined: Wed Mar 29, 2023 6:02 am
Has thanked: 2 times
Been thanked: 14 times

Re: How to use limine-deploy?

Post by Thanos »

What are you talking about, can you see my question?

User avatar
stemsee
Posts: 656
Joined: Sun Jul 26, 2020 8:11 am
Location: lattitude 0
Has thanked: 160 times
Been thanked: 104 times
Contact:

Re: How to use limine-deploy?

Post by stemsee »

sorry @Thanos BarrK is addressing my compilation issue! Sorry to off-topic your thread!

Caramel
Posts: 321
Joined: Sun Oct 02, 2022 6:25 pm
Location: France
Has thanked: 78 times
Been thanked: 51 times

Re: How to use limine-deploy?

Post by Caramel »

Thanos wrote: Mon May 15, 2023 2:52 am

There is a limine-deploy.exe in this page:
https://github.com/limine-bootloader/li ... nch-binary

...

I can use limine-deploy in easyos, but how can I use limine-deploy.exe to install Limine on a usbdisk in windows?

...

What is the "path to device" in windows?

Perhaps an answer here :
https://community.silabs.com/s/article/ ... evice-path

It seems much more complicated than with linux

Thanos
Posts: 76
Joined: Wed Mar 29, 2023 6:02 am
Has thanked: 2 times
Been thanked: 14 times

Re: How to use limine-deploy?

Post by Thanos »

Caramel wrote: Tue May 16, 2023 4:59 pm
Thanos wrote: Mon May 15, 2023 2:52 am

There is a limine-deploy.exe in this page:
https://github.com/limine-bootloader/li ... nch-binary

...

I can use limine-deploy in easyos, but how can I use limine-deploy.exe to install Limine on a usbdisk in windows?

...

What is the "path to device" in windows?

Perhaps an answer here :
https://community.silabs.com/s/article/ ... evice-path

It seems much more complicated than with linux

I have found the correct way:

Code: Select all

limine-deploy.exe \\.\PhysicalDrive1

The "path to device" in windows is "\\.\PhysicalDrive1" for the first usb disk.

2023-06-08 065555.png
2023-06-08 065555.png (22.42 KiB) Viewed 188 times
Post Reply

Return to “EasyOS”