Bugs item #808870, was opened at 2003-09-18 14:28
Message generated for change (Comment added) made by dannf
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=380273&aid=808870&group_id=24006

Category: Boot Loaders
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Erik Jacobson (erikj1)
Assigned to: Nobody/Anonymous (nobody)
Summary: efibootmgr call makes bad entries

Initial Comment:
Hi there.



systemconfigurator, when called with --runboot, runs

efibootmgr in a way that creates bad entries that won't

boot, at least on my one test machine.



I was looking at how to fix it but I'm a bit confused

about what the efibootmgr command that is run is trying

to do.  I don't want to break anything.



The following command, for example, works fine for me

and is what I'll do manually for now in the

systemimager autoinstall scripts.



efibootmgr -c -L "erikj-SuSE" -d /dev/sdb -p 1 -l

\efi\SuSE\elilo.efi -w



In this case, I wanted to add an entry for elilo on the

2nd root drive, first partition. 



If you'd like me to investigate a fix and can explain a

bit why the efibootmgr command that was produced is

used, I'd be happy to look in to this. 

----------------------------------------------------------------------

Comment By: dann frazier (dannf)
Date: 2003-09-22 23:32

Message:
Logged In: YES 
user_id=146718

systemconfigurator works for redhat systems, and i don't

think suse is much different.

you can see exactly what it is trying to run by running

systemconfigurator in verbose mode, but it should end up

calling something like this:

efibootmgr -c -d /dev/sda -p 1 -w -l

\efi\redhat\elilo.efi -u -- elilo -C

\efi\redhat\elilo.conf



the only real difference i see is the part after the "--",

which shows

efibootmgr how to call elilo.efi.



i'd suggest that you:

 - verify the efibootmgr command that sc will try to use by

running it in verbose mode

 - verify that the -- bit is what's breaking you

 - see what's different - does the elilo.conf file

referenced exist on suse where SC is looking?  are you using

a new enough efibootmgr, etc, etc

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=380273&aid=808870&group_id=24006


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to