LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-15-2009, 05:34 PM   #1
bowserevilking
LQ Newbie
 
Registered: Aug 2009
Distribution: Puppy Linux
Posts: 9

Rep: Reputation: 0
Debian live can't find its filesystem on attempted HD install


I am trying to boot Debian Live, using Grub, from a folder on my hard drive which is basically the contents of the iso. Here is my menu.lst:

title Debian
root (hd0,4)
kernel /Debian/live/vmlinuz1 boot=live union=aufs
initrd /Debian/live/initrd1.img

However, on boot, after a while, it says boot failed. The error message it gives is: "Unable to find device with live filesystem" or something similar. How would I fix this, if it's possible to do?
 
Old 08-15-2009, 05:43 PM   #2
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
Your putting it too deep
in debian live's init or initrd is a command to look for debian under /live

you have it under /Debian
so, either extract and modify init/initrd or
get rid of the Debian folder and move everything up

also, you may have to add boot parameters to that kernel line

look in "live" folder for a file named parameters.txt or similar also
 
Old 08-15-2009, 06:14 PM   #3
bowserevilking
LQ Newbie
 
Registered: Aug 2009
Distribution: Puppy Linux
Posts: 9

Original Poster
Rep: Reputation: 0
Thank you! It worked. Never would have thought of that.
Writing from Debian Live.
 
Old 08-15-2009, 06:20 PM   #4
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
NO doubt

you running persistent?

http://live.debian.net/manual/html/persistence.html

I'm trying to remaster grml-medium at the moment and PMagic
http://multidistro.com/fluxboxp/fluxboxp.html

note that both grml and debian run persistent on a partition labeled live-rw
so, don't run both

which debian live you got?
I got the lxde one
 
Old 08-15-2009, 06:41 PM   #5
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Rep: Reputation: 30
I did not know one could boot / install "debian live". Did I miss something?
 
Old 08-15-2009, 06:49 PM   #6
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
What do you mean?

you mean like you did?

yeah, some won't play persistent though

fed11 is good too
if you got a Big usb, like 8-16gb
you start up fed11 livecd, and download "liveusb-creator"
and then you put fed11 on usb and make a BIG persistent overlay
as big as usb will hold
https://fedorahosted.org/liveusb-creator/wiki/FAQ

http://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo

and then when it's done
you move everything from usb to hd
and edit menu.lst

then you got fed11 persistent and you don't even need to make a /boot partition or ext4 partiton

NOTE: debian live, running persistent, will not boot on a hd with a ext4 partition
thats why I found the fed11 workaround

so what did you mean

Quote:
I did not know one could boot / install "debian live". Did I miss something?
 
Old 08-15-2009, 07:14 PM   #7
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Rep: Reputation: 30
linus72,

Earlier today, in a separate thread, I stated I downloaded both "debian" and "debian live". The difference from what I could gather:

a) "debian" was an install cd (version 5.02) and came with gnome
b) "debian live" was a live cd (version 5.01) and could come with either gnome or kde, but it did not have an "install" option. At least I could not find an install option. Does it have such an option that I missed?
 
Old 08-15-2009, 07:23 PM   #8
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
I think you can get the installer while running debian live

do apt-cache search installer or something

I do know that GRML can install debian from it's livecd
 
Old 08-15-2009, 07:29 PM   #9
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Rep: Reputation: 30
Quote:
Originally Posted by linus72 View Post
I think you can get the installer while running debian live

do apt-cache search installer or something

I do know that GRML can install debian from it's livecd

Do you know if I could find the installer via synaptic? Do you think getting the installer and using it would be difficult? I'm not too good at this stuff, so I try to be careful.

Thank you.
 
Old 08-15-2009, 07:35 PM   #10
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
You could combine both the livecd and the install cd maybe

check out this stuff too
http://www.linuxquestions.org/questi...-cddvd-590822/

http://wiki.debian.org/DebianCustomCD

http://www.linuxquestions.org/questi...-to-hd-647203/

http://tldp.org/LDP/LGNET/87/sunil.html
 
Old 08-15-2009, 07:37 PM   #11
lallo232
LQ Newbie
 
Registered: Jun 2008
Posts: 2

Rep: Reputation: 0
live-magic

apt-get install live-magic
 
Old 08-15-2009, 07:41 PM   #12
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Rep: Reputation: 30
Quote:
Originally Posted by lallo232 View Post
apt-get install live-magic

Will that install a debian live cd? I've never heard of it.

Thanks.
 
Old 08-16-2009, 04:17 AM   #13
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
live-magic is a graphical front-end for live-helper.
live-helper lets you create debian-live cd`s and customize them (nearly infinite).
with live-helper you might add a debian-installer to the live cd. i dont know if live-magic does that too, as i dont use it.

you may also put the live.iso manually on hardisk or usb. In other words: you may install it manually. In aint that difficult if you got a how-to.

a "usual" installation is the best way to go, if you want nothing but an installed debian system as a result. if you wanna play and learn a bit, check for live-helper; live-magic (?) or putting the iso manually on hard-disk.

to make it short: yes, one is able to install a debian-live.
greetings

ps: with remastersys it would work too...i think...
 
  


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
live status of attempted login failures kevinyeandel Linux - Newbie 1 04-14-2009 05:01 PM
Cannot boot from DSL live CD - returns: "can't find KNOPPIX filesystem, sorry" willywortel Linux - Newbie 2 10-05-2008 03:31 PM
filesystem not found ext3 Kernel Panic ! attempted to kill init strange.friend007 Linux - Newbie 4 09-11-2008 09:21 PM
Untangle Server Will Not Install, Cannot Find Filesystem blackfish Linux - Server 1 02-22-2008 02:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:38 AM.

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