LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-20-2009, 07:21 PM   #16
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470

Oh
you mean at boot?

mmm...
uh....mmm

does it show a menu at boot?

here's my syslinux.cfg
modified by me


Code:
default /syslinux/vesamenu.c32
timeout 0

menu background /syslinux/splash.jpg
menu title Welcome to lxde-fedora-11!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
menu hidden
menu hiddenrow 5
label linux0
  menu label Boot
  kernel /syslinux/vmlinuz0
  append initrd=/syslinux/initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet  rhgb 
menu default

label check0
  menu label Verify and Boot
  kernel /syslinux/vmlinuz0
  append initrd=/syslinux/initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet  rhgb check

label memtest
  menu label Memory Test
  kernel /syslinux/memtest

label local
  menu label Boot from local drive
  localboot 0xffff
the only things I changed was the "timeout 0"
setting it to 0 it will just boot, no menu

to set which one to boot use "menu default"
see how it has the first entry as "menu default"?

and I gave full path to kernel/initrd/splash.jpg
which is in the "syslinux" folder
so just add /syslinux/
before them as above

please explain more about the freezing?
does it say
"assuming drive cache write thru"
or something like that?
 
Old 07-20-2009, 07:26 PM   #17
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by linus72 View Post
Oh
you mean at boot?

mmm...
uh....mmm

does it show a menu at boot?

here's my syslinux.cfg
modified by me


Code:
default /syslinux/vesamenu.c32
timeout 0

menu background /syslinux/splash.jpg
menu title Welcome to lxde-fedora-11!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
menu hidden
menu hiddenrow 5
label linux0
  menu label Boot
  kernel /syslinux/vmlinuz0
  append initrd=/syslinux/initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet  rhgb 
menu default

label check0
  menu label Verify and Boot
  kernel /syslinux/vmlinuz0
  append initrd=/syslinux/initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet  rhgb check

label memtest
  menu label Memory Test
  kernel /syslinux/memtest

label local
  menu label Boot from local drive
  localboot 0xffff
the only things I changed was the "timeout 0"
setting it to 0 it will just boot, no menu

to set which one to boot use "menu default"
see how it has the first entry as "menu default"?

and I gave full path to kernel/initrd/splash.jpg
which is in the "syslinux" folder
so just add /syslinux/
before them as above

please explain more about the freezing?
does it say
"assuming drive cache write thru"
or something like that?
Go to the following link:
http://www.linuxquestions.org/questi...ything-741529/
 
Old 07-20-2009, 07:27 PM   #18
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
So do I change my syslinux.cfg to what you posted above?
 
Old 07-20-2009, 07:34 PM   #19
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
Don't forget to go to new thread
 
Old 07-20-2009, 07:35 PM   #20
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
yes
try changing it to that

Quote:
default linux0
timeout 0
it should just start booting
 
Old 07-20-2009, 07:43 PM   #21
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
I tried it, but look:
Code:
Default vesamenu.c32
timeout 100
that's what it looked like, maybe that was the problem
but I changed it to
Code:
Default linux0
      timeout 0
but when I tried booting, it froze at the loader saying the syslinux copyright

Last edited by FedoraLinuxLover; 07-20-2009 at 07:45 PM.
 
Old 07-20-2009, 07:49 PM   #22
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
did you try also editing the syslinux.cfg
so it says

Quote:
/syslinux/vmlinuz0
/syslinux/initrd0.img
just add the /syslinux/
in front of where it says kernel and initrd
like

Quote:
kernel /syslinux/vmlinuz0
append initrd=/syslinux/initrd0.img
try that
 
Old 07-20-2009, 07:50 PM   #23
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OH
it's not freezing maybe
just not showing the kernel, etc booting

try letting it load up
if the light is blinking on usb while it's booting
then it's ok
see if it loads up
give it like a min or so...
 
Old 07-20-2009, 07:52 PM   #24
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by linus72 View Post
did you try also editing the syslinux.cfg
so it says



just add the /syslinux/
in front of where it says kernel and initrd
like



try that
OK I'll be back in a minute, 'tell you results
 
Old 07-20-2009, 08:01 PM   #25
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
Following Errors

Quote:
Originally Posted by FedoraLinuxLover View Post
OK I'll be back in a minute, 'tell you results
Man!
I got something like the following errors (sadly I can't use a screen capturer during something like this)
It took a while to load
when loaded I saw the little fedora loader thing
then it said something like "wrong fs" than it said stuff and it said Good Luck! and showed fields that begun with #bash
 
Old 07-20-2009, 08:03 PM   #26
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by linus72 View Post
OH
it's not freezing maybe
just not showing the kernel, etc booting

try letting it load up
if the light is blinking on usb while it's booting
then it's ok
see if it loads up
give it like a min or so...
ok what were the old settings supposed to be like, I'll try them again but make sure there's not the 100. Do you know the old stuff in the .cfg file?
 
Old 07-20-2009, 08:15 PM   #27
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
that's the original

Quote:
default vesamenu.c32
timeout 100

menu background splash.jpg
menu title Welcome to lxde-fedora-11!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
menu hidden
menu hiddenrow 5
label linux0
menu label Boot
kernel vmlinuz0
append initrd=initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet rhgb
menu default
label check0
menu label Verify and Boot
kernel vmlinuz0
append initrd=initrd0.img root=UUID=45674521-df38-44d1-8f8d-ec264870efbe rootfstype=ext3 rw liveimg overlay=UUID=45674521-df38-44d1-8f8d-ec264870efbe quiet rhgb check
label memtest
menu label Memory Test
kernel memtest
label local
menu label Boot from local drive
localboot 0xffff
so, it's saying can't find liveimg?
 
Old 07-20-2009, 08:16 PM   #28
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by linus72 View Post
that's the original



so, it's saying can't find liveimg?
It might be, I don't remember, but let me try again, but don't leave the forum please.
 
Old 07-20-2009, 08:22 PM   #29
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
I notice there is an extra zero, but it means 10. Because when there is only one zero there's only 1 second time out. But the 1 still froze.
 
Old 07-20-2009, 08:26 PM   #30
FedoraLinuxLover
Member
 
Registered: Jul 2009
Distribution: Fedora 11
Posts: 76

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by FedoraLinuxLover View Post
I notice there is an extra zero, but it means 10. Because when there is only one zero there's only 1 second time out. But the 1 still froze.
Let me try something else. Hey the Linux0 does the zero mean anything like 0 timeout?

Last edited by FedoraLinuxLover; 07-20-2009 at 08:28 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] autologin fedora-11 live-usb schneidz Fedora 1 06-18-2009 01:47 PM
Fedora 9 Live USB pradeep2002gs Linux - Newbie 0 05-27-2008 11:53 AM
ssh not working from Putty, but works fine from Live CD (Suse of Fedora) jspeed43 Linux - Networking 6 04-29-2008 09:30 AM
Fedora 8 Live works on HP dv6780se Infinity Linux - Laptop and Netbook 1 01-28-2008 03:03 PM
Fedora 8 Live USB Keys available here itex Linux - Newbie 2 12-30-2007 04:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration