You are not logged in.

#26 2010-08-24 06:05:39

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: BURG on Arch Linux

No need to cross post.

Works beautifully btw. I just tried it in a virtual machine. I'm going to go home and install it replacing grub2 smile

Last edited by sand_man (2010-08-24 06:55:00)


neutral

Offline

#27 2010-08-24 06:58:35

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: BURG on Arch Linux

BURG threads merged.


ᶘ ᵒᴥᵒᶅ

Offline

#28 2010-08-24 07:05:50

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: BURG on Arch Linux

@cruznick: Congratulations !! Nice work ! I'll give it a try if I find some time !

Offline

#29 2010-08-24 13:59:11

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

@sandman / @flamelab : I'm glad you like it big_smile cool

Offline

#30 2010-08-24 18:57:34

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: BURG on Arch Linux

fold does not work, i press f and it refreshes the screen, no folding

also, awesome avatar cruznick

edit1: Debian works, I think it's the lack of --group from the Arch entries that's causing the problem.

edit2: Yes, it seems to be the lack of --group from the menu entries. Here is what I changed in 10_linux,

@63
-  printf "menuentry \"${title}\" ${CLASS} {\n" "${os}" "${version}"
+  printf "menuentry \"${title}\" ${CLASS} --group group_${GRUB_DEVICE} {\n" "${os}" "${version}"

edit3: 30_os-prober depends on os-prober

Last edited by fsckd (2010-08-24 21:35:16)


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#31 2010-08-24 22:17:40

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

fsckd wrote:

fold does not work, i press f and it refreshes the screen, no folding

also, awesome avatar cruznick

edit1: Debian works, I think it's the lack of --group from the Arch entries that's causing the problem.

edit2: Yes, it seems to be the lack of --group from the menu entries. Here is what I changed in 10_linux,

@63
-  printf "menuentry \"${title}\" ${CLASS} {\n" "${os}" "${version}"
+  printf "menuentry \"${title}\" ${CLASS} --group group_${GRUB_DEVICE} {\n" "${os}" "${version}"

edit3: 30_os-prober depends on os-prober

Thanks for notice it i have to admit that the 10_linux script is a hack from the one provided by grub2 pkg that i continue working on because the one coming in burg source doesn't even recognize arch I'll fix it in a few  hours I'm i work righ now so if you have any other corrections for the script are welcome and also I think I'll ad os-prober as a optdepend because it's no really neede if you have only arch also working on memtest section any idea are welcome

edit 1 :I found the avatar searching for some roms for snes and i get in love when I see it XD
edit 2 : memtest is being kind of complicated XD

Last edited by cruznick (2010-08-24 22:21:34)

Offline

#32 2010-08-25 01:26:07

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: BURG on Arch Linux

I've added a PKGBUILD that includes three themes: fortune, vitruvio and Autumn-Refined.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#33 2010-08-25 04:34:35

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

Well I have updated the PKGBUILD thanks fsckd for helping with the folding issue and added memtest86+ support also a changelog because i want to add lvm support in a close future here I let you the change log

2010-09-24 cruznick <cruznick@archlinux.us>

    *PKGBUILD Changelog 0.1
    Well I have implemented some fixes 
    so that it could be posible too 
    run without any more fixing.
    
    10_linux script fixed:
    now folding for Archlinux boot
    entries is working (Thanks to fsckd for the help)

    20_memtest86+ for memtest config:
    Script added so now if you have 
    memtest86+ you can run it from burg
    
    Also added os-prober and memtest86+
    as optional depends
    
    Hope you like this PKGBUILD

edit1: thanks  fsckd  for the themes I will add some in this days including one I'am working on

Last edited by cruznick (2010-08-25 04:36:19)

Offline

#34 2010-08-26 13:48:48

hsa2
Member
From: Turkey
Registered: 2008-05-26
Posts: 46
Website

Re: BURG on Arch Linux

I've written wiki entry for BURG, if help is needed you can checkout wink
http://wiki.archlinux.org/index.php/Burg

Offline

#35 2010-08-26 14:40:40

sva_h4cky0
Member
From: Surabaya, Indonesia
Registered: 2009-03-25
Posts: 110
Website

Re: BURG on Arch Linux

Anyone know how to set framebuffer resolution? since "vga=xxx" not work

Thanks


"Am I not good enough for you?"

Offline

#36 2010-08-26 14:47:39

hsa2
Member
From: Turkey
Registered: 2008-05-26
Posts: 46
Website

Re: BURG on Arch Linux

sva_h4cky0 wrote:

Anyone know how to set framebuffer resolution? since "vga=xxx" not work

Thanks

If you are talking about settings burg's resolution press 'r' on burg.

Offline

#37 2010-08-26 15:13:44

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

hsa2 wrote:

I've written wiki entry for BURG, if help is needed you can checkout wink
http://wiki.archlinux.org/index.php/Burg

Thanks XD I think my PKGBUILD have kind of a hit XD but well in the wiki part of other oss recongnition the program that does that is os-prober also i think you can add that  memtest86 its also included in the pkgbuild as fsckd said before whell i think thats the only thinks that are important I want to make some changes if you don't mind to the wiki XD and thanks again  for using my pkgbuild

Last edited by cruznick (2010-08-26 15:29:08)

Offline

#38 2010-08-26 15:35:32

hsa2
Member
From: Turkey
Registered: 2008-05-26
Posts: 46
Website

Re: BURG on Arch Linux

cruznick wrote:
hsa2 wrote:

I've written wiki entry for BURG, if help is needed you can checkout wink
http://wiki.archlinux.org/index.php/Burg

Thanks XD I think my PKGBUILD have kind of a hit XD but well in the wiki part of other oss recongnition the program that does that is os-prober also i think you can add that  memtest86 its also included in the pkgbuild as fsckd said before whell i think thats the only thinks that are important I want to make some changes if you don't mind to the wiki XD and thanks again  for using my pkgbuild

I didn't try os-prober, i am planning to try and write about it after trying. But if there is someone already tried and volunteer to write, please go on smile

Edit: os-prober in AUR is out-of-date and doesn't build.

Last edited by hsa2 (2010-08-26 15:36:12)

Offline

#39 2010-08-26 16:18:43

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 749

Re: BURG on Arch Linux

Take a look at last few comments on os-prober AUR page, there is a link for an updated PKGBUILD.
As for os-prober and burg, once you install it it works out of the box.
All that needs to be done is to recreate burg.cfg with burg-mkconfig -o /boot/burg/burg.cfg .

Last edited by Xabre (2010-08-26 16:19:10)

Offline

#40 2010-08-26 16:23:10

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

With this pkgbuild os-prober should compile and I just mailed darkcoder

http://aur.pastebin.com/hciQiXpt

Offline

#41 2010-08-26 20:03:37

goran'agar
Member
From: Nothern Italy
Registered: 2009-05-19
Posts: 171

Re: BURG on Arch Linux

hsa2 wrote:

I've written wiki entry for BURG, if help is needed you can checkout wink
http://wiki.archlinux.org/index.php/Burg

Well, so simple and so useful. Good work.


Sony Vaio VPCM13M1E  - Arch Linux - LXDE

Offline

#42 2010-08-27 14:01:19

sva_h4cky0
Member
From: Surabaya, Indonesia
Registered: 2009-03-25
Posts: 110
Website

Re: BURG on Arch Linux

hsa2 wrote:
sva_h4cky0 wrote:

Anyone know how to set framebuffer resolution? since "vga=xxx" not work

Thanks

If you are talking about settings burg's resolution press 'r' on burg.

no, not burg resolution. after we choose to boot arch, then console/shell show up but only on low resolution 640x480. kdm & kde have correct resolution

here's my config, /etc/default/burg

GRUB_DEFAULT=0
GRUB_TIMEOUT=8
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Arch`
GRUB_GFXMODE=1280x800
#GRUB_GFXMODE_LINUX=1280x800
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=" vga=0x03b8"
#GRUB_LINUX16=true
GRUB_SAVEDEFAULT=true
GRUB_GFXMODE=saved
GRUB_DISABLE_LINUX_RECOVERY="true"
GRUB_THEME=saved
GRUB_FOLD=saved 

and /boot/burg/burg.cfg
http://pastebin.com/ACYNseRi
please ignore menuentry "Mac OS X", it's actually win xp big_smile

Thanks,


"Am I not good enough for you?"

Offline

#43 2010-08-27 17:09:28

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

I think you should enable Kms also 1280x800 gives me problems i also have that resolution i think you should use this one in your /etc/default/burg

GRUB_GFXMODE=1024x768x32

Edit 1:  the resolution should go in burg.cfg too

### BEGIN /etc/burg.d/00_header ###
set theme_name=burg
set gfxmode=1024x768x32

I use Fbsplash and for vga I use this one you should search wich one it supported by your card

vga=0x0318

Last edited by cruznick (2010-08-27 17:17:57)

Offline

#44 2010-08-30 14:49:40

sva_h4cky0
Member
From: Surabaya, Indonesia
Registered: 2009-03-25
Posts: 110
Website

Re: BURG on Arch Linux

cruznick wrote:

I think you should enable Kms also 1280x800 gives me problems i also have that resolution i think you should use this one in your /etc/default/burg

GRUB_GFXMODE=1024x768x32

Edit 1:  the resolution should go in burg.cfg too

### BEGIN /etc/burg.d/00_header ###
set theme_name=burg
set gfxmode=1024x768x32

I use Fbsplash and for vga I use this one you should search wich one it supported by your card

vga=0x0318

unfortunately it's not work, btw im not using kms or fbsplash since my vga card is VIA chrome9 big_smile


"Am I not good enough for you?"

Offline

#45 2010-11-14 12:01:56

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: BURG on Arch Linux

RambJoe wrote:

[root@joe joe]# /usr/local/sbin/burg-install /dev/sda

That just hangs. sad

+1 for me.  None of the threads shemz posted seem to contain info that helps...

Either of the following commands hang for me:

# burg-mkconfig -o /boot/burg/burg.cfg
# burg-install /dev/sda

Last edited by graysky (2010-11-14 12:31:49)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#46 2010-11-14 14:03:15

Caspian
Member
Registered: 2007-05-22
Posts: 263

Re: BURG on Arch Linux

I too would like the answer to this question...

Offline

#47 2010-11-14 14:46:26

dunz0r
Member
From: Sweden
Registered: 2009-03-30
Posts: 258
Website

Re: BURG on Arch Linux

Can't grub2 already do this, with backgrounds and crap?


RTFM or GTFO
hax0r.se

Offline

#48 2010-11-14 16:07:16

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: BURG on Arch Linux

@dun - it's susposed to but I've never been able to get it working properly.  This package has support for more sophisticated visualizations.

@all - Has anyone on x86_64 been able to run this package?  I'm on x86_64 and noticed that after the ./autogen.sh step it will build an i386-pc platform... could this be causing my problem?

BURG will be compiled with following components:
Platform: i386-pc
With memory debugging: No
efiemu runtime: Yes
grub-fstest: Yes
grub-mkfont: Yes

Also, there are a ton of warnings that flash by about genmk.rb

genmk.rb:375: warning: shadowing outer local variable - util
genmk.rb:376: warning: shadowing outer local variable - program

See the complete log here:  http://pastebin.com/CnuZ7XaX

Last edited by graysky (2010-11-14 16:08:11)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#49 2010-11-14 17:04:48

Caspian
Member
Registered: 2007-05-22
Posts: 263

Re: BURG on Arch Linux

I didn't have any problems with building of this package (i686). But I would like to know is there a way to set the framebuffer resolution for console (like VGA=795 in grub)? It is easy to change the burg resolution, but I didn't find the way to change framebuffer resolution for console.

Offline

#50 2010-11-14 20:14:24

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: BURG on Arch Linux

Got it!  It's the 'noexec' flag in my /etc/fstab for /tmp!

none    /tmp    tmpfs    nodev,nosuid,nodiratime,noatime,noexec,size=2000M,mode=1777    0    0


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB