LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 07-04-2007, 07:36 AM   #1
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Rep: Reputation: 15
After completing LFS convert on to LIVE CD


Hi

Now I have recently completed my LFS and BLFS.
Therefore I have converted this into ISO image with the help of using live script (www.linux-live.org).
But when I was burn on disk and boot then I have faced some problem
:-
Booting correctly but after that screen is still dark and nothing is happened
I am trying many times but every time still same problem.
Any idea…
 
Old 07-06-2007, 07:51 PM   #2
icmp_request
Member
 
Registered: Jun 2007
Location: São Paulo - Brazil
Distribution: Linux Mint
Posts: 54

Rep: Reputation: 15
Hello calling_u3, maybe you missed support for framebuffer console on your kernel configuration? If you are booting into framebuffer mode, please check this out.
 
Old 07-07-2007, 09:30 PM   #3
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Hello icmp_request.

That's mean i have to build a fresh new kernel for this.
Actually i am using Latest stable kernel 2.6.21.5

Will u explain in detail....
 
Old 07-07-2007, 10:12 PM   #4
icmp_request
Member
 
Registered: Jun 2007
Location: São Paulo - Brazil
Distribution: Linux Mint
Posts: 54

Rep: Reputation: 15
Hello calling_u3. I'm sorry but I don't know what you mean. Would you like instructions about recompiling your kernel to enable framebuffer support if you don't have it?
 
Old 07-08-2007, 11:13 PM   #5
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Hi icmp_request
yes exactly
I want to know some instruction that how to enable the frame buffer when i will be recompiled my kernel.
 
Old 07-09-2007, 01:28 AM   #6
mujie
LQ Newbie
 
Registered: Jul 2007
Location: Palangkaraya, Kalteng, Indonesia
Distribution: Slackware, Debian, Xubuntu
Posts: 7

Rep: Reputation: 0
Hi calling_u3, from your kernel source, do :

make menuconfig
then, choose
Device Drivers -> Graphics support -> <*> Support for frame buffer devices
Device Drivers -> Graphics support -> Console display driver support ->[*] VGA text console
Device Drivers -> Graphics support -> Console display driver support -> <*> Framebuffer Console support

and then recompile your kernel like usual.
 
Old 07-09-2007, 11:04 PM   #7
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Hello

Now i have do this according to your instruction but i have faced another problem

My LFS system booting well in starting but at last it is give error.

code:
Quote:
input: ImPS/2 Generic Wheel Mouse as /class/input/input2
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 396k freed
starting Linux Live scripts <http://www.linux-live.rog/>
* starting loop device support
* starting cdrom filesystem support
* starting squashfs support
* starting aufs support with brs=1
* starting vfat support
* starting ntfs support
* starting /dev entries for block devices
mount: mounting /dev/loop0 on /usr failed
* starting PCMCIA CardBus support
* looking for data directory
* Using redeye data from /mnt/hdc_cdrom/redeye
* Setting up directory for changes
* setup union directory (using aufs, with udba=none)
mount: mounting aufs on union failed
Fatal error occured - can't setup union (aufs)
* Something went wrong and we can't countiue. This should never happen.
* Please reboot your computer with Ctrl+Alt+Delete ...
#
I have restart many times but no any solution...
......
 
Old 07-09-2007, 11:14 PM   #8
mujie
LQ Newbie
 
Registered: Jul 2007
Location: Palangkaraya, Kalteng, Indonesia
Distribution: Slackware, Debian, Xubuntu
Posts: 7

Rep: Reputation: 0
Please EDIT your .config first at linux-live script directory, likes MKMOD="bin etc home bla bla bla.... , and make sure dev directory included.
 
Old 07-10-2007, 01:39 AM   #9
icmp_request
Member
 
Registered: Jun 2007
Location: São Paulo - Brazil
Distribution: Linux Mint
Posts: 54

Rep: Reputation: 15
* Something went wrong and we can't countiue. This should never happen.

It was told that this should never happen so you're not supposed to be having this error; the best thing you can do is believe it's not happening!

Hehehehe seriously now, well...I haven't any Live CD experience but try doing what mujie told you.
 
Old 07-10-2007, 03:45 AM   #10
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Hello Mujie

Now recenlty i have edit the .config file and add dev according to your instruction.
But when i was boot with the help of pen drive again it is give same error..

code:
Quote:
input: ImPS/2 Generic Wheel Mouse as /class/input/input2
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 396k freed
starting Linux Live scripts <http://www.linux-live.rog/>
* starting loop device support
* starting cdrom filesystem support
* starting squashfs support
* starting aufs support with brs=1
* starting vfat support
* starting ntfs support
* starting /dev entries for block devices
mount: mounting /dev/loop0 on /usr failed
* starting PCMCIA CardBus support
* looking for data directory
* Using redeye data from /mnt/hdc_cdrom/redeye
* Setting up directory for changes
* setup union directory (using aufs, with udba=none)
mount: mounting aufs on union failed
Fatal error occured - can't setup union (aufs)
* Something went wrong and we can't countiue. This should never happen.
* Please reboot your computer with Ctrl+Alt+Delete..
#
After # symbol some commands were working so when i have to mounted manually
#mount /dev/loop0 /usr then give error failed.
....

Last edited by calling_u3; 07-10-2007 at 03:46 AM.
 
Old 07-10-2007, 07:32 AM   #11
icmp_request
Member
 
Registered: Jun 2007
Location: São Paulo - Brazil
Distribution: Linux Mint
Posts: 54

Rep: Reputation: 15
# ls -al /dev

?
 
Old 07-10-2007, 11:25 PM   #12
calling_u3
Member
 
Registered: Feb 2007
Posts: 54

Original Poster
Rep: Reputation: 15
Hello

Its Show all the loop,tty,and dev
Like:

Quote:
crw-rw---- 1 0 0 3, 175 jul 10 9:30 ttyzf
crw-rw---- 1 0 0 1, 9 jul 10 9:30 urandom
crw-rw---- 1 0 0 254, 4 jul 10 9:30 usbdev1.2_ep82
crw-rw---- 1 0 0 7, 0 jul 10 9:30 vcs
crw-rw---- 1 0 0 1, 5 jul 10 9:30 zero
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Mandriva One Live install not completing Toxinstem Mandriva 3 06-19-2006 05:57 AM
new to LFS live CD abhishekgedam Linux From Scratch 5 12-09-2005 01:46 PM
BLFS using LFS Live CD? AxXium Linux From Scratch 6 07-25-2005 07:15 PM
Lfs Live Cd?? win32sux Linux From Scratch 7 02-13-2005 11:12 AM
How to convert xml version of LFS-5.1.1 book to txt format? jml75 Linux From Scratch 1 06-18-2004 06:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 03:47 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