LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can i boot from the live cd demo and then switch to hard drive files (https://www.linuxquestions.org/questions/linux-newbie-8/can-i-boot-from-the-live-cd-demo-and-then-switch-to-hard-drive-files-596928/)

jessica_lilly 11-03-2007 04:55 PM

can i boot from the live cd demo and then switch to hard drive files
 
hi

i have the ubuntu 7.10 live demo CD disk and i have ubuntu 7.10 on my hard drive installed is it posable to boot from the live demo CD and then take the cd out and use the hard drive.

Larry Webb 11-03-2007 07:38 PM

I presume you mean to boot the hd from the live cd. If so I do not understand, why? Install grub on the hd and boot on start up.

jessica_lilly 11-03-2007 07:53 PM

well on the live demo cd thingy my network works. but when i use the copy on my hard drive it dose not work dont know why but it dosnt

Hitboxx 11-03-2007 07:56 PM

No, it doesn't work that way. When you're live, you're live! By network, what do you mean, the internet or your local LAN?

jessica_lilly 11-03-2007 08:44 PM

local LAN i use wireless and thanks for your help i feel so dumb thinking i could change to my hard drive from live

syg00 11-03-2007 09:11 PM

You'll never find out if you don't ask.
Sounds like a driver issue - odd for Ubuntu. From your liveCD enter this command from a terminal (enter your password when prompted)
Code:

sudo lshw -C network
In the segment for wireless, look for the driver name.
Do the same on your disk based system. If the driver is missing, try this
Code:

modprobe <driver-name>
where <driver-name> is what you got from the liveCD.
Else post back what you got at each stage, and see if anyone can help.


All times are GMT -5. The time now is 08:09 AM.