Re: solved: pmbr: Boot loader too large

2013-01-23 Thread Daniel Braniss
't have room to be but so smart. It can't parse a filesystem, so > it > just loads a raw partition assuming that the partition is the boot loader. > The 545k bit has to do with where it is loaded. The boot loader has to live > in the lower 640k, but it starts at 0x7c00 (the

Re: solved: pmbr: Boot loader too large

2013-01-22 Thread John Baldwin
reebsd-ufs (2.0G) > > 4196386 12582912 3 freebsd-swap (6.0G) > >16779298 959993837 4 freebsd-zfs (457G) > > > > I also did: > > gpart bootcode -b /boot/pmbr ada0 > > > > I'm trying to boot and get > > Boot loade

Re: pmbr: Boot loader too large

2013-01-22 Thread Andrey V. Elsukov
On 22.01.2013 16:41, Daniel Braniss wrote: > the source pmbr.s seems to say different - 545K, but since gptboot is 15k ... > someone should mention it in the gpart(8) man page. It is already documented in the gpart(8) man page, twice. -- WBR, Andrey V. Elsukov ___

Re: pmbr: Boot loader too large

2013-01-22 Thread Daniel Braniss
> > > 4196386 12582912 3 freebsd-swap (6.0G) > > > 16779298 959993837 4 freebsd-zfs (457G) > > >=20 > > > I also did: > > > gpart bootcode -b /boot/pmbr ada0 > > >=20 > > > I'm trying to boot and get &g

Re: pmbr: Boot loader too large

2013-01-22 Thread Trond Endrestøl
reebsd-boot (1.0M) > >20824194304 2 freebsd-ufs (2.0G) > > 4196386 12582912 3 freebsd-swap (6.0G) > >16779298 959993837 4 freebsd-zfs (457G) > > > > I also did: > > gpart bootcode -b /boot/pmbr ada0 > > > >

Re: solved: pmbr: Boot loader too large

2013-01-22 Thread Daniel Braniss
sd-zfs (457G) > > I also did: > gpart bootcode -b /boot/pmbr ada0 > > I'm trying to boot and get > Boot loader too large > > not matter if I boot from disk or pxe. > The pmbr is 512 bytes, so what causes it to overshoot? > I don't know x86 assembl

Re: pmbr: Boot loader too large

2013-01-22 Thread Trond Endrestøl
wap (6.0G) >16779298 959993837 4 freebsd-zfs (457G) > > I also did: > gpart bootcode -b /boot/pmbr ada0 > > I'm trying to boot and get > Boot loader too large > > not matter if I boot from disk or pxe. > The pmbr is 512 bytes, so what ca

pmbr: Boot loader too large

2013-01-22 Thread Daniel Braniss
0 I'm trying to boot and get Boot loader too large not matter if I boot from disk or pxe. The pmbr is 512 bytes, so what causes it to overshoot? I don't know x86 assembler (nor want to :-), but the comment says: 545k should be enough so what's going on?

Re: [PATCH] Fix kenv(1) output in w/respect to new boot loader variables

2011-12-29 Thread Sergey Kandaurov
lto:devin.te...@fisglobal.com] >> Sent: Tuesday, December 27, 2011 5:24 PM >> To: 'freebsd-hackers@freebsd.org' >> Cc: Garrett Cooper; devin.te...@fisglobal.com >> Subject: [PATCH] Fix kenv(1) output in w/respect to new boot loader variables >> >> G

RE: [PATCH] Fix kenv(1) output in w/respect to new boot loader variables

2011-12-27 Thread Devin Teske
; Cc: Garrett Cooper; devin.te...@fisglobal.com > Subject: [PATCH] Fix kenv(1) output in w/respect to new boot loader variables > > Garrett Cooper and a few others have requested that I write a patch to fix a > regression w/respect to kenv(1) output in FreeBSD-9.0 and HEAD. > > The issu

[PATCH] Fix kenv(1) output in w/respect to new boot loader variables

2011-12-27 Thread Devin Teske
Garrett Cooper and a few others have requested that I write a patch to fix a regression w/respect to kenv(1) output in FreeBSD-9.0 and HEAD. The issue is with the new boot loader menu. It adds many loader variables including ones that contain ANSI color escapes. Obviously, these ANSI codes don&#

Re: [RELEASE] New Boot-Loader Menu bugs?

2011-07-19 Thread John Baldwin
the same as the previous loader (module_path was /boot/kernel.GENERIC;/boot/kernel;/boot/modules), so I think the new boot loader menus work fine in this regard. How exactly are you reproducing your broken case Doug? Do you have any settings in /boot/loader.conf or /boot/loader.conf

Re: [RELEASE] New Boot-Loader Menu bugs?

2011-07-18 Thread Doug Barton
On 07/17/2011 20:40, Devin Teske wrote: > What release are you running? Recent HEAD -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) h

Re: [RELEASE] New Boot-Loader Menu bugs?

2011-07-17 Thread Devin Teske
Hi Doug, On Jul 17, 2011, at 5:08 PM, Doug Barton wrote: > There also seems to be a bug with the new boot loader that if you bounce > out to the prompt and do 'boot kernel.other' the kern.module_path sysctl > is not updated. It still lists /boot/kernel first; but that shou

Re: [RELEASE] New Boot-Loader Menu bugs?

2011-07-17 Thread Devin Teske
On Jul 17, 2011, at 5:08 PM, Doug Barton wrote: > There also seems to be a bug with the new boot loader that if you bounce > out to the prompt and do 'boot kernel.other' Hmmm... The last change to the FICL word "boot" was 10 years, 9 months ago, by dcs in version 1.1

Re: FW: [RELEASE] New Boot-Loader Menu bugs?

2011-07-17 Thread Doug Barton
There also seems to be a bug with the new boot loader that if you bounce out to the prompt and do 'boot kernel.other' the kern.module_path sysctl is not updated. It still lists /boot/kernel first; but that should be replaced by /boot/kernel.other. -- Nothin' ever does

FW: [RELEASE] New Boot-Loader Menu bugs?

2011-07-17 Thread Teske, Devin
-Original Message- From: Devin Teske [mailto:dte...@vicor.com] Sent: Sunday, July 17, 2011 4:45 PM To: 'Andrey Fesenko'; 'freebsd-hackers@freebsd.org' Cc: Julian Elischer; Teske, Devin (devin.te...@fisglobal.com) Subject: RE: [RELEASE] New Boot-Loader Menu bugs? >

[RELEASE] New Boot-Loader Menu bugs?

2011-07-17 Thread Andrey Fesenko
Last Changed Rev: 224125 Not update share/examples/bootforth/* any files old version loader. file sys/boot/forth/loader.conf ## ### Loader settings ##

Re: [RELEASE] New Boot-Loader Menu

2011-05-29 Thread Devin Teske
On May 29, 2011, at 6:08 PM, Julian Elischer wrote: > On 5/29/11 2:53 PM, Devin Teske wrote: >> On May 4, 2011, at 8:57 AM, Devin Teske wrote: >> >>> On May 3, 2011, at 9:06 PM, Jason Hellenthal wrote: >>> Devin, On Sat, Apr 30, 2011 at 08:45:14PM -0700, Devin Teske wrote:

Re: [RELEASE] New Boot-Loader Menu

2011-05-29 Thread Julian Elischer
On 5/29/11 2:53 PM, Devin Teske wrote: On May 4, 2011, at 8:57 AM, Devin Teske wrote: On May 3, 2011, at 9:06 PM, Jason Hellenthal wrote: Devin, On Sat, Apr 30, 2011 at 08:45:14PM -0700, Devin Teske wrote: On Apr 30, 2011, at 8:11 PM, Jason Hellenthal wrote: Devin, On Sat, Apr 30, 2011

Re: [RELEASE] New Boot-Loader Menu

2011-05-29 Thread Devin Teske
On May 4, 2011, at 8:57 AM, Devin Teske wrote: > > On May 3, 2011, at 9:06 PM, Jason Hellenthal wrote: > >> >> Devin, >> >> >> On Sat, Apr 30, 2011 at 08:45:14PM -0700, Devin Teske wrote: >>> >>> On Apr 30, 2011, at 8:11 PM, Jason Hellenthal wrote: >>> Devin, On

[RELEASE] New Boot-Loader Menu -- version 1.6

2011-05-19 Thread Devin Teske
Hi Hackers, I'm pleased to announce version 1.6 of my new boot loader menu software. NOTE: Version 1.6 has the same look and feel as version 1.5. No new screenshots needed. This is a general cleanup with the below notable changes: 1. Change chkpassword.4th to query "password&qu

Re: [RELEASE] New Boot-Loader Menu -- version 1.5

2011-05-16 Thread Tom Evans
On Mon, May 16, 2011 at 1:50 PM, Andriy Gapon wrote: > on 16/05/2011 14:34 Tom Evans said the following: >> I disagree entirely, the boot loader knows nothing of kernels > > Eh?  Maybe I misunderstand what you are saying, but: > > set kernel=kernel.old > boot > > IM

Re: [RELEASE] New Boot-Loader Menu -- version 1.5

2011-05-16 Thread Andriy Gapon
on 16/05/2011 14:34 Tom Evans said the following: > I disagree entirely, the boot loader knows nothing of kernels Eh? Maybe I misunderstand what you are saying, but: set kernel=kernel.old boot IMHO, it shows that you can tell the loader about kernels. Having a kernel-choice sub-menu would

Re: [RELEASE] New Boot-Loader Menu -- version 1.5

2011-05-16 Thread Tom Evans
On Sat, May 14, 2011 at 9:36 PM, Mehmet Erol Sanliturk wrote: > My main idea is that the present Boot-Loader Menu -- version 1.5 is a very > good menu . Instead of destroying its elegant structure , the already > available FreeBSD Boot Loader ( actually Kernel selection ) menu could be &

Re: [RELEASE] New Boot-Loader Menu -- version 1.5

2011-05-14 Thread Mehmet Erol Sanliturk
7;d like > to see this functionality pushed to a later SVN rev -- perhaps after MFC of > the current rev planned for the current state. > > > Many of the Unix/Linux operating systems are utilizing a Kernel Selection ( > let's call it Selection instead of Loader ) menu , such

Re: [RELEASE] New Boot-Loader Menu -- version 1.5

2011-05-14 Thread Devin Teske
VN rev -- perhaps after MFC of the current rev planned for the current state. > Many of the Unix/Linux operating systems are utilizing a Kernel Selection ( > let's call it Selection instead of Loader ) menu , such as GRUB or LILO , or , > in FreeBSD , when Kernel Selection menu is

Re: [RELEASE] New Boot-Loader Menu -- version 1.5

2011-05-14 Thread Mehmet Erol Sanliturk
ng directly from boot sector . Actually , a Kernel Selection menu in front of the Boot Loader menu is a more flexible method : First select kernel , then select its booting structure with the above described Boot Loader menu . My opinion is that , they should NOT be COMBINED into one single menu

Re: [RELEASE] New Boot-Loader Menu -- version 1.5

2011-05-14 Thread Michael Reifenberger
Hi, this looks very promising! While you are working on the loader front currently, would it be possible to implement a "Boot kernel.old" menue item that unloads all current loaded modules and re-loads everithing from /boot/kernel.old? Its difficult to handle manually in the loader (esp. handlin

RE: [RELEASE] New Boot-Loader Menu -- version 1.5

2011-05-13 Thread Devin Teske
lischer (jelisc...@fusionio.com); 'Warner > Losh' > Subject: [RELEASE] New Boot-Loader Menu -- version 1.5 > > Happy to bring to you version 1.5 of my loader_menu package. This version > incorporates the suggestions first made by Lan Qing and then re-affirmed by (in- > o

[RELEASE] New Boot-Loader Menu -- version 1.5

2011-05-13 Thread Devin Teske
Happy to bring to you version 1.5 of my loader_menu package. This version incorporates the suggestions first made by Lan Qing and then re-affirmed by (in-order) Alexander Leidinger, Dieter BSD, and Julian Elischer (whom brings word from the devsummit as well as Warner Losh): you guys want to separa

Re: [UPDATE] New Boot-Loader Menu -- version 1.3

2011-05-12 Thread Julian Elischer
On 5/12/11 2:14 PM, Devin Teske wrote: On May 4, 2011, at 1:37 AM, Emanuel Haupt wrote: Devin Teske wrote: Hey all, Proud to bring you version 1.3 which completes the followup suggestions made by Olivier Smedts (use autoboot_delay instead of loader_menu_timeout and change dc_seconds to loade

Re: [UPDATE] New Boot-Loader Menu -- version 1.3

2011-05-12 Thread Warner Losh
On May 12, 2011, at 2:14 PM, Devin Teske wrote: >> On May 4, 2011, at 1:37 AM, Emanuel Haupt wrote: >> >>> Devin Teske wrote: >>> >>> Hey all, >>> >>> Proud to bring you version 1.3 which completes the followup >>> suggestions made by Olivier Smedts (use autoboot_delay instead of >>> loader_m

RE: [UPDATE] New Boot-Loader Menu -- version 1.3

2011-05-12 Thread Devin Teske
> On May 4, 2011, at 1:37 AM, Emanuel Haupt wrote: > >> Devin Teske wrote: >> >> Hey all, >> >> Proud to bring you version 1.3 which completes the followup >> suggestions made by Olivier Smedts (use autoboot_delay instead of >> loader_menu_timeout and change dc_seconds to loader_delay) and a >>

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-10 Thread Lars Engels
Kris Moore CC'ed On Mon, May 09, 2011 at 10:41:40AM -0700, Devin Teske wrote: > > -Original Message- > > From: Lars Engels [mailto:lars.eng...@0x20.net] > > Sent: Monday, May 09, 2011 2:19 AM > > To: Devin Teske > > Cc: FreeBSD Hackers > > S

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-09 Thread Warren Block
On Mon, 9 May 2011, Alexander Leidinger wrote: IMO it's either - change now or - no change, never ever or - change if special variable is set In case it hasn't already been suggested... Just make the loader read a template file that defines the menu. The port or base system can include a st

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-09 Thread Alexander Leidinger
On Sun, 8 May 2011 13:45:55 -0700 Devin Teske wrote: > On May 8, 2011, at 12:13 PM, Alexander Leidinger wrote: > > > On Sun, 8 May 2011 10:48:55 -0700 Devin Teske > > wrote: > > > >> I would like to see general consensus from the community for > >> separating the items before moving ahead with

RE: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-09 Thread Devin Teske
> -Original Message- > From: Lars Engels [mailto:lars.eng...@0x20.net] > Sent: Monday, May 09, 2011 2:19 AM > To: Devin Teske > Cc: FreeBSD Hackers > Subject: Re: [UPDATE] New Boot-Loader Menu -- version 1.4 > > On Thu, May 05, 2011 at 01:20:43AM -0700, Devin Teske

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-09 Thread Lars Engels
On Thu, May 05, 2011 at 01:20:43AM -0700, Devin Teske wrote: > Hello fellow -hackers, > > I'm so very proud to offer the latest update to my new boot loader > menu -- version 1.4 -- addressing ACPI detection, bringing it in-line > with HEAD. > > It took some work an

Re: [RELEASE] New Boot-Loader Menu

2011-05-08 Thread Dieter BSD
> There's really only room for one or two more menu items. Perhaps some items could be moved to a 2nd level menu? 1) boot multiuser mode ( default ) 2) boot single user mode 3) menu to set boot options 4) help Would be nice: a fix for having to lean on a key autorepeating for a couple

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-08 Thread Alexander Leidinger
On Sun, 8 May 2011 10:48:55 -0700 Devin Teske wrote: > I would like to see general consensus from the community for > separating the items before moving ahead with such a non-trivial > change. IMO: - I agree that there are two different types of actions - having 2 distinct blocks looks like a

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-08 Thread Devin Teske
On May 8, 2011, at 12:13 PM, Alexander Leidinger wrote: > On Sun, 8 May 2011 10:48:55 -0700 Devin Teske wrote: > >> I would like to see general consensus from the community for >> separating the items before moving ahead with such a non-trivial >> change. > > IMO: > - I agree that there are tw

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-08 Thread Devin Teske
I would like to see general consensus from the community for separating the items before moving ahead with such a non-trivial change. I thank you for your suggestion and appreciate the effort you put into it. -- Cheers, Devin > > At 2011-05-05 16:20:43,"Devin Teske" wrote: >

Re:[UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-07 Thread 兰清
rs, > >I'm so very proud to offer the latest update to my new boot loader menu -- >version 1.4 -- addressing ACPI detection, bringing it in-line with HEAD. > >It took some work and a few days, but I got it! Have a look below for six >different displays (three different scen

RE: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-06 Thread Devin Teske
> -Original Message- > From: Warner Losh [mailto:i...@bsdimp.com] > Sent: Friday, May 06, 2011 8:31 AM > To: Devin Teske > Cc: 'Ivan Voras'; freebsd-hackers@FreeBSD.org > Subject: Re: [UPDATE] New Boot-Loader Menu -- version 1.4 > > > On May 5

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-06 Thread Warner Losh
g >> Subject: Re: [UPDATE] New Boot-Loader Menu -- version 1.4 >> >> On 05/05/2011 15:40, Warren Block wrote: >>> On Thu, 5 May 2011, Devin Teske wrote: >>> >>>> Running on i386-compatible hardware supporting ACPI: >>>> B&W

RE: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-05 Thread Devin Teske
> -Original Message- > From: owner-freebsd-hack...@freebsd.org [mailto:owner-freebsd- > hack...@freebsd.org] On Behalf Of Ivan Voras > Sent: Thursday, May 05, 2011 8:00 AM > To: freebsd-hackers@freebsd.org > Subject: Re: [UPDATE] New Boot-Loader Menu -- version 1.4 >

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-05 Thread Ivan Voras
On 05/05/2011 15:40, Warren Block wrote: On Thu, 5 May 2011, Devin Teske wrote: Running on i386-compatible hardware supporting ACPI: B&W (standard): http://twitpic.com/4tlsin Color (loader_color=YES): http://twitpic.com/4tlt6l Looks nice. Options 3, 4, and 5 could be changed to 3. Safe Mode

Re: [UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-05 Thread Warren Block
On Thu, 5 May 2011, Devin Teske wrote: Running on i386-compatible hardware supporting ACPI: B&W (standard): http://twitpic.com/4tlsin Color (loader_color=YES): http://twitpic.com/4tlt6l Looks nice. Options 3, 4, and 5 could be changed to 3. Safe Mode 4. Single User Mode 5. Verbose On/

[UPDATE] New Boot-Loader Menu -- version 1.4

2011-05-05 Thread Devin Teske
Hello fellow -hackers, I'm so very proud to offer the latest update to my new boot loader menu -- version 1.4 -- addressing ACPI detection, bringing it in-line with HEAD. It took some work and a few days, but I got it! Have a look below for six different displays (three different scen

Re: [UPDATE] New Boot-Loader Menu -- version 1.3

2011-05-04 Thread Jason Hellenthal
Devin, On Wed, May 04, 2011 at 08:38:07AM -0700, Devin Teske wrote: > >On May 3, 2011, at 8:45 PM, Jason Hellenthal wrote: > >> >> Devin, >> >> >> On Mon, May 02, 2011 at 08:57:05PM -0700, Devin Teske wrote: >> [...] >>> >>> loader_brand="..." >>> >>> Selects the BSD brand to display. V

Re: [RELEASE] New Boot-Loader Menu

2011-05-04 Thread Devin Teske
On May 3, 2011, at 9:06 PM, Jason Hellenthal wrote: > > Devin, > > > On Sat, Apr 30, 2011 at 08:45:14PM -0700, Devin Teske wrote: >> >> On Apr 30, 2011, at 8:11 PM, Jason Hellenthal wrote: >> >>> >>> Devin, >>> >>> >>> On Sat, Apr 30, 2011 at 04:00:47PM -0700, Devin Teske wrote: >>>

Re: [UPDATE] New Boot-Loader Menu -- version 1.3

2011-05-04 Thread Devin Teske
On May 3, 2011, at 8:45 PM, Jason Hellenthal wrote: > > Devin, > > > On Mon, May 02, 2011 at 08:57:05PM -0700, Devin Teske wrote: > [...] >> >> loader_brand="..." >> >> Selects the BSD brand to display. Valid values are "fbsd" (displays >> "FreeBSD") and "dbsd" (displays "DruidBSD"

Re: [UPDATE] New Boot-Loader Menu -- version 1.3

2011-05-04 Thread Emanuel Haupt
Devin Teske wrote: > Hey all, > > Proud to bring you version 1.3 which completes the followup > suggestions made by Olivier Smedts (use autoboot_delay instead of > loader_menu_timeout and change dc_seconds to loader_delay) and a > couple other minor enhancements/fixes. > > I think that brings ev

Re: [RELEASE] New Boot-Loader Menu

2011-05-03 Thread Jason Hellenthal
Devin, On Sat, Apr 30, 2011 at 08:45:14PM -0700, Devin Teske wrote: > >On Apr 30, 2011, at 8:11 PM, Jason Hellenthal wrote: > >> >> Devin, >> >> >> On Sat, Apr 30, 2011 at 04:00:47PM -0700, Devin Teske wrote: >>> Would be nice: "uname -v" of the kernel it will boot. >>> >>> That's a bi

Re: [UPDATE] New Boot-Loader Menu -- version 1.3

2011-05-03 Thread Jason Hellenthal
Devin, On Mon, May 02, 2011 at 08:57:05PM -0700, Devin Teske wrote: [...] > >loader_brand="..." > > Selects the BSD brand to display. Valid values are "fbsd" (displays > "FreeBSD") and "dbsd" (displays "DruidBSD"). An invalid value (such as > "none") will disable the display of

Re: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread John Baldwin
On Tuesday, May 03, 2011 5:22:20 pm Devin Teske wrote: > > -Original Message- > > From: John Baldwin [mailto:j...@freebsd.org] > > Sent: Tuesday, May 03, 2011 2:01 PM > > To: Devin Teske > > Cc: freebsd-hackers@freebsd.org > > Subject: Re: [UPDATE]

RE: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread Devin Teske
> -Original Message- > From: John Baldwin [mailto:j...@freebsd.org] > Sent: Tuesday, May 03, 2011 2:01 PM > To: Devin Teske > Cc: freebsd-hackers@freebsd.org > Subject: Re: [UPDATE] New Boot-Loader Menu -- version 1.1 > > On Tuesday, May 03, 2011 4:47

Re: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread John Baldwin
On Tuesday, May 03, 2011 4:47:26 pm Devin Teske wrote: > > -Original Message- > > From: John Baldwin [mailto:j...@freebsd.org] > > Sent: Tuesday, May 03, 2011 1:36 PM > > To: Devin Teske > > Cc: freebsd-hackers@freebsd.org > > Subject: Re: [UPDATE]

RE: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread Devin Teske
> -Original Message- > From: John Baldwin [mailto:j...@freebsd.org] > Sent: Tuesday, May 03, 2011 1:36 PM > To: Devin Teske > Cc: freebsd-hackers@freebsd.org > Subject: Re: [UPDATE] New Boot-Loader Menu -- version 1.1 > > On Tuesday, May 03, 2011 4:17

Re: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread John Baldwin
On Tuesday, May 03, 2011 4:17:23 pm Devin Teske wrote: > > -Original Message- > > From: John Baldwin [mailto:j...@freebsd.org] > > Sent: Tuesday, May 03, 2011 12:20 PM > > To: Devin Teske > > Cc: freebsd-hackers@freebsd.org > > Subject: Re: [UPDATE]

RE: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread Devin Teske
> -Original Message- > From: John Baldwin [mailto:j...@freebsd.org] > Sent: Tuesday, May 03, 2011 12:20 PM > To: Devin Teske > Cc: freebsd-hackers@freebsd.org > Subject: Re: [UPDATE] New Boot-Loader Menu -- version 1.1 > > On Tuesday, May 03, 2011 2:57:34 pm Devin

Re: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread John Baldwin
On Tuesday, May 03, 2011 2:57:34 pm Devin Teske wrote: > > From: John Baldwin [mailto:j...@freebsd.org] > > Sent: Tuesday, May 03, 2011 10:33 AM > > To: Devin Teske > > Cc: freebsd-hackers@freebsd.org; Olivier SMEDTS > > Subject: Re: [UPDATE] New Boot-Loader Menu --

RE: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread Devin Teske
> From: John Baldwin [mailto:j...@freebsd.org] > Sent: Tuesday, May 03, 2011 10:33 AM > To: Devin Teske > Cc: freebsd-hackers@freebsd.org; Olivier SMEDTS > Subject: Re: [UPDATE] New Boot-Loader Menu -- version 1.1 > > On Tuesday, May 03, 2011 12:31:14 pm Devin Teske wrote: &

Re: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread John Baldwin
h > >> FreeBSD in that it detects whether ACPI is enabled (truth be told, I > >> actually > >> re-used the "acpienabled?" function verbatim from /boot/beastie.4th by > >> Scott > >> Long and Aleksander Fafula). The ACPI detection of my boot loade

Re: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread Devin Teske
tually >> re-used the "acpienabled?" function verbatim from /boot/beastie.4th by Scott >> Long and Aleksander Fafula). The ACPI detection of my boot loader (version >> 1.1 >> or higher) should be identical to the detection of the current boot-loader. Ugh. By "curr

Re: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread John Baldwin
t/beastie.4th by Scott > Long and Aleksander Fafula). The ACPI detection of my boot loader (version 1.1 > or higher) should be identical to the detection of the current boot-loader. > > I would be willing to bet that your workstation -- while running the default > boot loader -- dis

Re: [UPDATE] New Boot-Loader Menu -- version 1.3

2011-05-03 Thread Olivier Smedts
2011/5/3 Devin Teske : > Hey all, > Proud to bring you version 1.3 which completes the followup suggestions made > by Olivier Smedts (use autoboot_delay instead of loader_menu_timeout and > change dc_seconds to loader_delay) and a couple other minor > enhancements/fixes. > I think that brings every

Re: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-03 Thread Olivier Smedts
to-boot (listed below), all > of > which involve more time than just "another 10 seconds" gained by resetting the > timer: > > 1. Slow readers (of which I am guilty of) > 2. People that just want to bask in the glory of the boot-loader (also guilty) > 3. Hackers that

[UPDATE] New Boot-Loader Menu -- version 1.3

2011-05-02 Thread Devin Teske
ional paragraph added to the end about loader_delay): loader_menu is a modern boot loader for the FreeBSD Operating System. The following options can be added to loader.conf(5) to customize the behavior and/or appearance of the boot menu/process: autoboot_delay="N" Timeout in se

RE: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-02 Thread Devin Teske
bsd.org; > dam...@freebsd.org; fleur...@freebsd.org; zhi...@freebsd.org; > y...@freebsd.org; p...@freebsd.org; schenkev...@freebsd.org; > meh...@freebsd.org; e...@freebsd.org; sanlit...@freebsd.org; > d...@freebsd.org; robi...@freebsd.org > Subject: Re: [UPDATE] New Boot-Loader Menu

Re: [UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-02 Thread Olivier Smedts
> > Things are moving fast and nimble here. With over 1,000 lines of code changed > (in one single 24-hour period), I'd like to announce an update to my advanced > boot-loader menu. This version (1.1) attempts to address all community > requests. > > You can grab

[UPDATE] New Boot-Loader Menu -- version 1.1

2011-05-02 Thread Devin Teske
0 lines of code changed (in one single 24-hour period), I'd like to announce an update to my advanced boot-loader menu. This version (1.1) attempts to address all community requests. You can grab the updated code here: http://druidbsd.sourceforge.net/ or http://druidbsd.sourcefor

Re: [RELEASE] New Boot-Loader Menu

2011-04-30 Thread Devin Teske
On Apr 30, 2011, at 8:11 PM, Jason Hellenthal wrote: > > Devin, > > > On Sat, Apr 30, 2011 at 04:00:47PM -0700, Devin Teske wrote: >> >>> Would be nice: "uname -v" of the kernel it will boot. >> >> That's a bit more technically challenging. I'll have another look at the >> FICL words availab

Re: [RELEASE] New Boot-Loader Menu

2011-04-30 Thread Devin Teske
On Apr 30, 2011, at 6:10 PM, Dieter BSD wrote: >> Already on the to-do list is to support ``loader_logo=...'' in >> /boot/loader.conf > > Including an option for no logo? (For consoles that are slow and/or > small, and for people that just don't like the logos.) The current behavior -- with wha

Re: [RELEASE] New Boot-Loader Menu

2011-04-30 Thread Jason Hellenthal
Devin, On Sat, Apr 30, 2011 at 04:00:47PM -0700, Devin Teske wrote: > >> Would be nice: "uname -v" of the kernel it will boot. > >That's a bit more technically challenging. I'll have another look at the >FICL words available, but I don't recall if there was a way to crawl the >object space of th

Re: [RELEASE] New Boot-Loader Menu

2011-04-30 Thread Dieter BSD
> Already on the to-do list is to support ``loader_logo=...'' in > /boot/loader.conf Including an option for no logo? (For consoles that are slow and/or small, and for people that just don't like the logos.) >> Putting brackets around letters (and numbers) sounds good. >> If there is room, perhap

RE: [RELEASE] New Boot-Loader Menu

2011-04-30 Thread Devin Teske
> -Original Message- > From: owner-freebsd-hack...@freebsd.org [mailto:owner-freebsd- > hack...@freebsd.org] On Behalf Of Dieter BSD > Sent: Saturday, April 30, 2011 12:28 PM > To: freebsd-hackers@freebsd.org > Subject: Re: [RELEASE] New Boot-Loader Menu > >

Re: [RELEASE] New Boot-Loader Menu

2011-04-30 Thread Dieter BSD
[ attempt #2 - grumble - sorry about the blank message, hope it works this time - grumble- ] > I hope that works for serial console.  VT100 may be a reasonable > default in that case, but it would be good to make sure that menu > works even on a dumb terminal. Perhaps we should put 'key' letter >

Re: [RELEASE] New Boot-Loader Menu

2011-04-30 Thread Dieter BSD
___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: [RELEASE] New Boot-Loader Menu

2011-04-30 Thread Alexander Leidinger
On Fri, 29 Apr 2011 16:55:12 -0700 "Devin Teske" wrote: > > -Original Message- > > From: Alexander Leidinger [mailto:alexan...@leidinger.net] > > Sent: Friday, April 29, 2011 1:34 PM > > To: Devin Teske > > Cc: 'Mike Meyer'; 'Free

Re: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Artem Belevich
On Fri, Apr 29, 2011 at 8:37 PM, Doug Barton wrote: > On 04/29/2011 20:34, Warren Block wrote: >> >> On Fri, 29 Apr 2011, Devin Teske wrote: >> >>> I'm still leaning toward just making the "V" in "Verbose" and "S" in >>> "Single >>> User" bolded. >> >> Why not just underline hotkey characters? Tha

Re: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Doug Barton
On 04/29/2011 20:34, Warren Block wrote: On Fri, 29 Apr 2011, Devin Teske wrote: I'm still leaning toward just making the "V" in "Verbose" and "S" in "Single User" bolded. Why not just underline hotkey characters? That's already a well-known standard in lots of places. Agreed, that's a much

RE: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Warren Block
On Fri, 29 Apr 2011, Devin Teske wrote: I'm still leaning toward just making the "V" in "Verbose" and "S" in "Single User" bolded. Why not just underline hotkey characters? That's already a well-known standard in lots of places. ___ freebsd-hacker

Re: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Alexander Leidinger
On Fri, 29 Apr 2011 12:02:03 -0700 "Devin Teske" wrote: > I was thinking that what we ought to do is support *both* numbers > *and* letters. Sounds good to me. > I envision the menuitem numbers remaining unchanged (1-7), allowing > those familiar with the numbers to use them. > > However, as f

RE: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Devin Teske
> -Original Message- > From: Olivier SMEDTS [mailto:oliv...@gid0.org] > Sent: Friday, April 29, 2011 4:09 PM > To: Devin Teske > Cc: Freddie Cash; FreeBSD Hackers > Subject: Re: [RELEASE] New Boot-Loader Menu > > Le 29 avr. 2011 à 21:17, Devin Teske a écrit

RE: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Devin Teske
> -Original Message- > From: Alexander Leidinger [mailto:alexan...@leidinger.net] > Sent: Friday, April 29, 2011 1:34 PM > To: Devin Teske > Cc: 'Mike Meyer'; 'FreeBSD Hackers' > Subject: Re: [RELEASE] New Boot-Loader Menu > > On Fri, 29 Ap

Re: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Olivier SMEDTS
Le 29 avr. 2011 à 21:17, Devin Teske a écrit : >> -Original Message- >> From: Freddie Cash [mailto:fjwc...@gmail.com] >> Sent: Friday, April 29, 2011 11:20 AM >> To: Devin Teske >> Cc: FreeBSD Hackers >> Subject: Re: [RELEASE] New Boot-Loader Menu >

RE: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Devin Teske
> -Original Message- > From: Mike Meyer [mailto:m...@mired.org] > Sent: Friday, April 29, 2011 12:24 PM > To: Devin Teske > Cc: 'FreeBSD Hackers' > Subject: Re: [RELEASE] New Boot-Loader Menu > > On Fri, 29 Apr 2011 12:02:03 -0700 > "Devin

Re: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Mike Meyer
currently the boot menu does not > support such letters. I think this new loader menu is the perfect place to > implement them. This seemed like a good time to change it if we were going to to me. > On another note, I have one other change that I'd like to get in... I noticed >

RE: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Devin Teske
> -Original Message- > From: Freddie Cash [mailto:fjwc...@gmail.com] > Sent: Friday, April 29, 2011 11:20 AM > To: Devin Teske > Cc: FreeBSD Hackers > Subject: Re: [RELEASE] New Boot-Loader Menu > > Very nice and functional, without adding a lot of extra verbosit

RE: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Devin Teske
> -Original Message- > From: Mike Meyer [mailto:m...@mired.org] > Sent: Friday, April 29, 2011 10:08 AM > To: Devin Teske > Cc: FreeBSD Hackers > Subject: Re: [RELEASE] New Boot-Loader Menu > > On Sun, 24 Apr 2011 18:53:11 -0700 > Devin Teske wrote:

Re: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Freddie Cash
Very nice and functional, without adding a lot of extra verbosity or steps. I really appreciated the clean install via binary package. Well done. Only question I have is whether it's possible to use the Beastie ASCII image instead of the pointy-eared blob? The beastie.4th file is still present u

Re: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Warner Losh
Why not both? Warner On Apr 29, 2011, at 11:08 AM, Mike Meyer wrote: > On Sun, 24 Apr 2011 18:53:11 -0700 > Devin Teske wrote: > >> Hello fellow hackers, >> >> I'd love to finally release (under the BSD license) my code for the revamped >> Fre

Re: [RELEASE] New Boot-Loader Menu

2011-04-29 Thread Mike Meyer
On Sun, 24 Apr 2011 18:53:11 -0700 Devin Teske wrote: > Hello fellow hackers, > > I'd love to finally release (under the BSD license) my code for the revamped > FreeBSD boot loader menu. > > Here's a detailed discussion of the release complete with pictures:

Re: [RELEASE] New Boot-Loader Menu

2011-04-25 Thread Eitan Adler
> I'd love to finally release (under the BSD license) my code for the revamped > FreeBSD boot loader menu. Woot! Community contributions under a useful license :-) > Here's the download: > http://druidbsd.sourceforge.net/download/loader_menu-1.0.tgz Painless installation

Re: [RELEASE] New Boot-Loader Menu

2011-04-25 Thread Devin Teske
On Apr 25, 2011, at 8:30 AM, Eitan Adler wrote: >> I'd love to finally release (under the BSD license) my code for the revamped >> FreeBSD boot loader menu. > > Woot! Community contributions under a useful license :-) > >> Here's the download: >&g

Re: [RELEASE] New Boot-Loader Menu

2011-04-25 Thread Gary Jennejohn
On Sun, 24 Apr 2011 18:53:11 -0700 Devin Teske wrote: > I'd love to finally release (under the BSD license) my code for the > revamped FreeBSD boot loader menu. > > Here's a detailed discussion of the release complete with pictures: > http://devinteske.com/new

Re: New Boot-Loader

2011-04-24 Thread Devin Teske
ase is, I've actually got plans to one day release our ISOLINUX based boot loader configuration that we use to do this very thing. We use the vesamenu.c32 module to present a menu containing memtest86 and many many other tools and at the top of that menu is our entry for chain-loa

[RELEASE] New Boot-Loader Menu

2011-04-24 Thread Devin Teske
Hello fellow hackers, I'd love to finally release (under the BSD license) my code for the revamped FreeBSD boot loader menu. Here's a detailed discussion of the release complete with pictures: http://devinteske.com/new-freebsd-boot-loader-menu Here's the

  1   2   3   >