Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bootowanie linuX-gamers z GRUB2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
sq9sho
n00b
n00b


Joined: 04 Oct 2013
Posts: 4
Location: JO90NH

PostPosted: Fri Oct 04, 2013 5:56 pm    Post subject: Bootowanie linuX-gamers z GRUB2 Reply with quote

Cześć. Mam problem z bootowaniem linuX-gamers z GRUB2. Uruchamianie zatrzymuje się w momencie wyszukiwania urządzenia bootowania /dev/disk/by-label/lglive-097. Parametry kernela wyciągnąłem z obrazu *.iso. Pliki konfiguracyjne załączam poniżej.

lglive-0.9.7-i686-hybrid-big.iso
/syslinux/syslinux.cfg:

Code:
DEFAULT vesamenu.c32
PROMPT 0
MENU TITLE live.linuX-gamers 0.9.7
MENU BACKGROUND /lglive/boot/splash.png
TIMEOUT 300

F1 info.txt
F2 lanboot.txt

MENU WIDTH 78
MENU MARGIN 4
MENU ROWS 5
MENU VSHIFT 2
MENU HELPMSGROW 22
MENU HELPMSGENDROW 24

# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu

MENU COLOR border       30;44   #40ffffff #a0000000 std
MENU COLOR title        1;36;44 #90f00000 #a0000000 std
MENU COLOR sel          7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel        37;44   #50ffffff #a0000000 std
MENU COLOR help         37;40   #c0ffffff #a0000000 std
MENU COLOR timeout_msg   37;40   #80ffffff #00000000 std
MENU COLOR timeout      1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07        37;40   #90ffffff #a0000000 std
MENU COLOR tabmsg       31;40   #30ffffff #00000000 std

LABEL lglive
TEXT HELP
For general info on live.linuX-gamers, please press F1
ENDTEXT
MENU LABEL Boot live.linux-gamers
LINUX /lglive/boot/i686/vmlinuz26
APPEND initrd=/lglive/boot/i686/lglive.img lang=en locale=en_US.UTF-8 archisobasedir=lglive archisolabel=lglive-097 rw_branch_size=25%
# Next line is for PXE booting, don't uncomment or remove it.
#IPAPPEND 3

LABEL normal
MENU LABEL Normal boot
COM32 chain.c32
APPEND hd0 0

LABEL memtest
MENU LABEL Run Memtest86+ (RAM test)
LINUX /lglive/boot/memtest

LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32

LABEL poweroff
MENU LABEL Power Off
COMBOOT poweroff.com

ONTIMEOUT lglive


/etc/grub.d/40_custom:

Code:
menuentry "lglive-0.9.7-i686-hybrid-big.iso" {
   set cmdline="initrd=lglive.img lang=en locale=en_US.UTF-8 archisobasedir=lglive archisolabel=lglive-097 rw_branch_size=25%"
   loopback loop (hd0,msdos4)/image/lglive-0.9.7-i686-hybrid-big.iso
   linux  (loop)/lglive/boot/i686/vmlinuz26 $cmdline isoloop=/image/lglive-0.9.7-i686-hybrid-big.iso
   initrd (loop)/lglive/boot/i686/lglive.img
}


Dziękuję z góry za rozwiązanie mojego problemu.
Pozdrawiam Czesław SQ9SHO.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum