[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wheezy on UEFI




12.07.2012, 00:36, "Martin Steigerwald" <Martin@lichtvoll.de>:
> Am Mittwoch, 11. Juli 2012 schrieb Darren Baginski:
>

> I tried that with the ThinkPad T520 here and failed back then.
>
> But then I missed the modprobe efivars and efibootmgr steps. I understand
> the first one, but what do you mean by remove/edit boot entries with
> `efibootmgr -B -b NNNNN`?
>

`efibootmgr -B -b NNNNN `
is used to delete boot entries at the uefi boot list, something like it was boot from c: or boot from d:
For some reason managing non-windows boot entries is not possible/limited from the UEFI BIOS itself.
Therefore you need to use efibootmgr to add/edit/remove those entries.
I have to delete Windows boot entry
`efibootmgr` without parameters shows UEFI boot entries like
Boot0000* Windows
Boot0001* Debian1
and then delete Windows boot entry
 `efibootmgr -B -b Boot0000`
after that Debian booted just fine.


Reply to: