Debian Installation :: Creating A Live USB (Not Booting On EeePc)

Apr 8, 2016

I'm trying to rebuild an old laptop, EeePc 1001PX and I've issues to boot on the usb on it.

I've followed [URL] .... and the only way I manage to make a usb key that will boot is by hd-media/boot.img.gz:

Code: Select all# zcat boot.img.gz > /dev/sdb
# mount /dev/sdb /media/usb
# cp /tmp/debian-8.4.0-i386-CD-1.iso /media/usb
# sync
# umount /media/usb

I managed to install Debian using this technique to build the usb key.

However I'm having an issue on the laptop with the wifi card (Atheros AR9285) and after a night trying to make it work I'd like to check if I'd would have the same issue Ubuntu.

So I've been desperately trying to make a bootable usb key with Ubuntu on it.... It boots on my laptop but not on this EeePc...

I've tried:

Code: Select allcat /tmp/myimage.iso > /dev/sdb
Code: Select alldd if=/tmp/myimage.iso of=/dev/sdb && sync

I've installed multibootusb [URL] ... and liveUsb install [URL] .... which doesn't work on my EeePc...

Wh only this technique of using is hd-media/boot.img.gz is working on that laptop?

I'd like to try to install Ubuntu via grub using a partition [URL] .... but I need to create 2 partitions and so to boot on a external system.

I've downloaded gparted-live-0.25.0-3-i686.iso but like with Ubuntu I don't manage to create a bootable USB key for this crappy EeePc.

View 5 Replies


ADVERTISEMENT

Debian Installation :: Creating And Booting Jessie Installer

Aug 15, 2015

I am installing Jessie to a dual-boot Dell Inspiron 1150 laptop currently booting Windows XP + Ubuntu 9.04. I downloaded the small installation image:

Code:
Select all//cdimage.debian.org/debian-cd/8.1.0/i386/iso-cd/debian-8.1.0-i386-netinst.iso
and created a live dvd using growisofs.

The Jessie install documentation says: "If you downloaded an iso image, check that the md5sum of that image matches the one listed for the image in the MD5SUMS file that should be present in the same location as where you downloaded the image from." For the downloaded image this produced the result

Code:
Select all~$ md5sum debian-8.1.0-i386-netinst.iso
095a83b715e1b74b6d30b2259275f4af  debian-8.1.0-i386-netinst.iso

There is no MD5SUMS file in the download directory. There is an md5sum.txt file included in the iso image: this lists the md5sum of every file in the image, but not that of the image itself. The check for the burned dvd was successful :

Code:
Select all~$ dd if=/dev/cdrom | head -c `stat --format=%s debian-8.1.0-i386-netinst.iso` | md5sum
645120+0 records in
645120+0 records out
330301440 bytes (330 MB) copied, 1.28047 s, 258 MB/s
095a83b715e1b74b6d30b2259275f4af  -

Is this a documentation error ? I next booted the laptop from the live installer dvd. After generating a number of messages, it stopped displaying a message along the lines of: "Invalid video mode - press Enter to select a mode".

I assumed it would wait for me but it soon rushed on, producing screeds of segmentation fault error messages, eventually slowing down to a rythmic display of:

Code: Select all*** Error in Xorg:free() invalid pointer: 0xb7101ce3

***Surely it should have waited for me to press Enter?

View 3 Replies View Related

Ubuntu Installation :: 11.04 Live-USB With A Space To Save Changes On Eeepc 900?

Apr 23, 2011

I trying 11.04 live-USB with a space to save changes on my eeepc 900. I wonder if i can install with this changes, so I don't need to do I again when I will install on my hdd? On my hdd I have separate /home/ partition.

View 4 Replies View Related

Fedora Installation :: Live User On Asus EeePC - No Wireless Networking?

Mar 12, 2011

On a new ASUS eee PC 1015P, the Windows 7 o/s supplied works fine. Experimenting with a Fedora 14 Linux o/s, currently just booting to a Live User system on a USB Stick, there is no wireless networking. In case it is relevant, the wireless LAN Card details (as reported from lspci) are: Ralink RT3090 802.11n 1T/1R Wireless LAN Card Driver Version 3.1.6.1 Should I be expecting wireless to be working on the USB version, do I need to do a full install to get wireless or is it maybe a drivers problem?

View 3 Replies View Related

Debian :: Creating A Debian Live CD For The Base System

Feb 10, 2010

I am thinking about creating a Debian Live CD with only the base system. I would like to know how to make the CD bootable so that it can load the kernel and continue with the booting sequence.

View 12 Replies View Related

Debian :: Creating Live .iso Image (without Remastersys)

Jul 12, 2011

i feel like this is a stupid question as i have seen many different ways to make a debian live cd, but the only way i understand is remastersys.i am trying to make a snapshot of my own debian unstable (sid) to be capable of re-distribution. remastersys will ONLY work on ubuntu, lenny, and squeeze.if anyone knows of any relatively simple tools i could use or could write an easy how too that would be very much appreciated. i am attempting to stray away from ubuntu and ubuntu based distros and use debian instead, although i cant find any distribution based on debian that i really like (maybe linux mint debian edition based on debian testing), but i really want the software right out of unstable (sid) and i would like to be able to make a distribute-able snapshot for myself and others that may be interested. (xfce + compiz + others, hopefully plymouth, out of the box). i have made some very good headway on this, but i dont know how to make a live cd out of an installed system without remastersys.

View 14 Replies View Related

Debian Configuration :: Creating A Custom Live CD

Feb 24, 2016

I'd like to create my own custom Debian live CD — the idea being to have my own rescue CD with my favorite Debian tools installed. I read about bootcd and was going to give that a try, after creating the ideal system in a qemu virtual machine.

How much exactly can you install on a system so that bootcd can still fit it on a CD? I'm presuming there is some kind of compression involved. When I tried to create my VM, I coudln't get Jessie + LXDE to install onto a 2GB virtual drive (net install) so naturally I'm wondering what I'm going to be able to put on a 700MB CD.

View 7 Replies View Related

Debian :: Creating Custom Live DVD Including All Packages

Apr 23, 2010

I want to create a LiveDVD with lots of packages that do not exist in repos. Stuff that I built from source...

OpenFOAM with my own customized solvers and utilities, Tetgen, Netgen ,GMSH with OpenCascade support, BRL-CAD, Code-Aster, Salome Platform, Code Saturne, FreeMat, K3d...

Some of these apps have been compiled with Intel development toolbox, icc/ifort/mkl. Mainly scientific/Engineering stuff. How do I include all these packages in a custom Live Build...?

View 7 Replies View Related

Debian Installation :: Dual Boot Problem Windows 7 And EeePC?

Feb 1, 2011

I have used dual boot systems using various versions of windows and Debian for many years and have encountered no problems. However, I have a problem with installing Debian on a EeePC (ASUS PC1201) which uses Winows 7. I can not even get started because I can not understand the information that I have on my hard drive partitions. Windows 7 says that I have the following :

Local Disk(C:) 78.1 GB free of 99.9GB
Local Disk(D:) 49.8 GB free of 83.8.GB
NewVolume(G:) 948 KB of 0.99 GB
Local Disk(F:) 37.9 GB free of 38..0 GB
(Originally the ASUS only had two partitions C: and D: I used Gparted to genetate F: and G:)
gparted-live-0.7.1.5 says that I have the following :-
/dev/sda1 ntfs 992.5 KB
/devf/sda2 ntfs 100.00 GB with 66.09GB unused
/dev/sda3 ntfs 132.88GB with 129.88 GB unused
unallocated 1.00 GB

Debian Squeeze (the net install version) will not install. G was the result of trying to provide some swap space. How do I prepare the hard drive so that Squeeze it will install on F: ?

View 5 Replies View Related

Ubuntu Installation :: Creating A Live CD That Refers To Repository Mirrors?

Feb 25, 2010

OK. I've successfully mirrored the Karmic Koala repositories. Now I have, and will have as time goes on, various computers I'll want to install Ubuntu on and point at the repository mirrors (Karmic now, Lucid later). Can I create a modified Live CD that will set up out computers from the beginning with /etc/apt/sources.list pointing at our mirrors, so we don't have to edit it later or tell people to edit it later? I've looked around and not found instructions on how to do it so far.

View 1 Replies View Related

Fedora Installation :: Booting F14 From Live USB ?

Nov 10, 2010

This is my first attempt at using Fedora (the only other distro i've used is Ubuntu), and I'm having trouble booting from a USB device created using the LiveUSB Creator utility, containing the Fedora-14-i686-Live-Desktop disc image. After selecting my USB device from the startup menu, I see a black screen with the following information:

Code:

With a blinking cursor. I cannot enter any input, but my keyboard has lights on as normal, so I assume it's working.

The following is a list of my hardware:

Processor: Intel Core2 Duo E6750
Motherboard: MSI nForce 650i P6N SLI-FI
Graphics: nVidia GeForce GT 240
HDD: Western Digital Raptor 150 GB
USB: Memorex Mini TravelDrive 2GB

I am trying to create a dual-boot system, and currently have Windows 7 Ultimate 32-bit installed.

View 2 Replies View Related

Ubuntu Installation :: 11.04 Live CD Not Booting?

Jul 2, 2011

I am not too new to the Linux scene, I mainly use CentOS on a day to day basis on my server, however, I would like to start using Ubuntu on a full time basis, I am sick of how slow Win7 can be and all of the bulk. Sooo, I downloading ubuntu, burned it, verified it, y'know, the usual.Backed up everything I needed and restarted pc. The purple splash screen came up and started to load. After about 3 minutes I see a very distorted version of my Win7 desktop! I am then unable to Ctrl+Alt+F1 as my keyboard becomes unresponsive. I have disabled my graphics card (Nvidia 240 GT (I think)) and just used the on board Intel chipset but still this happens. What is going on? I am desperate to use it and I am finding this really frustrating.Also I did manage to ctrl alt f1 at one point and I tried to restart gdm but it errored out on me

View 3 Replies View Related

Software :: Make Asus Eeepc Automatically Auto Play Radio On Booting?

Feb 18, 2010

I'm trying to set up Asus Eeepc for a my friend so she can listen to midwest irish radio,without me being there to switch it on . she can only switch the notebook on and off,that all she can manage.So i thought there must be a way to switch the notebook it does the rest for you.I know there is people out there who can work this out in no time at all.I do not know much about linux,just the basic,there must be (as in windows)a macro program that records and replays back actions

View 2 Replies View Related

Debian :: Booting From A Live USB - Screens Turn To Garbled Static And It Just Hangs There

Aug 2, 2015

I am trying to make a live usb drive with persistents and so far I have used win32DiskImager to write the debian-live-8.1.0-i386-gnome-desktop image to a usb drive. (im using a windows machine to get this set up) and it all went fine. The problem shows itself when i boot from the drive however. it boots fine and i select the live option when prompted. then i get the debian loading screen and once it finishes loading both my screens turn to garbled static and it just hangs there.

View 2 Replies View Related

Ubuntu Installation :: Error Booting From Any Live CD Or USB?

Oct 28, 2010

i have laptop Toshiba Satellite A500 with Intel i5 processor and Intel Graphics Media Accelerator HD , i am having this problem when booting from any live CD or USB when i choose "run from USB or Live CD " or even "install Ubuntu..." i got large list of error lines (as i think) and after that , no response until i manually switch laptop off. attached two photos and a small video that i could took as it is very quick .

View 5 Replies View Related

Installation :: Flicker While Booting From FC10 LIVE?

Feb 9, 2009

I am getting a flicker when FC10 Live boots and then it just freezes. I am guessing that the video driver which is loaded when X starts is not the right one I have an nVidia GForce 7025.

View 5 Replies View Related

Ubuntu Installation :: Booting Non-Live From A USB Flash Drive?

Mar 15, 2010

I have an 8GB Sandisk Cruzer, which reportedly works just fine booting Linux. It does have U3 still present on one of the partitions, but this should not pose any problems either. I also have a 2GB FAT32 partition for storing Windows stuff. The rest (5.7GB) I have reserved for Ubuntu. Windows reports this as an active partition, and the Ubuntu boot CD reports this partition as dev/sdb5. I have installed Ubuntu from the Desktop CD to the USB partition using the guided install (largest continuous free space) and selected the boot (grub) location on the same partition (sdb5), as I'd rather not modify my existing windows bootloader. A 300MB swap partition also exists on the drive. When I attempt to boot the USB drive from either my laptop (Inspiron 1505) or desktop (Abit IP35 Pro), only a blinking dash (or underscore) appears with no LED activity on the flash drive. Could it be that the MBR of the flash drive needs to be aware that the grub install is located at sdb5?

View 1 Replies View Related

Ubuntu Installation :: Booting Live Cd - Just A Blinking Cursor ?

Jun 22, 2011

I'm unable to boot into my Windows OS so Im trying to install Ubuntu 11.04 on a separate partition, so I can somehow get access to the files on Windows.

I made a live cd and a flash USB, both of which when I try to boot from, will go straight to a blinking cursor and nothing else, it won't allow me to type and there are no error messages. So I can't even get the install started.

I made sure both the cd and flash USB are bootable from another pc from inside Windows.

View 1 Replies View Related

Ubuntu Installation :: Failed - Unrecoverable Error When Booting From The 10.04 Live CD - 10.04

Jun 28, 2010

I'm getting the following error when booting from the 10.04 live CD: Installation Failed. The installer encountered an unrecoverable error. A desktop session will now be run so that you may investigate the problem or try installing again.

I checked the CD for defects, and even tried re-downloading/burning to a new disc, but got the same problem. I tried booting in to the LIVE session then installing from the desktop but I still got the same error. I have had 9.10 running on here fine, and after running a Kubuntu 9.10 disc I had to hand to check it would work, that installed fine (hence the auto-partitions you will see in my info dump below). Here is some information about my system, let me know if I've missed anything. I've also included a copy of the syslog below.

[Code]....

View 6 Replies View Related

Ubuntu Installation :: Blinking Line On Screen When Booting From Live USB

Nov 7, 2010

I am trying to run Ubuntu from a live USB, everything seems to be great until I get to the part where the GUI should come up. Then I get this screen. It's a little hard to see, but it's basically a white bar at the top and black underneath. The black is flickering a lot and the flickering can stay for a short while (30-120 seconds) even after I have rebooted into windows. Sometimes the bar at the top is another solid color (purple,blue, orange, usually white though), I think it is putting my monitor in a strange version of it's self test.

When it is unplugged the monitor while cycle through full screens of different colors. I have tried Ubuntu 10.10 Desktop AMD64, 10.10 i386, and the latest Fedora to see if another distro had different results. I have also tried 2 other USB drives. I am using Universal USB Installer 1.8.0.8 to make the drives. My own searches have found some problems with graphic drivers for the GeForce 8800 GTX, but they a bit dated. I have tried adding vga=vesa to the boot arguments, I am not sure if I did it right or not, but it resulted in a black screen with a blinking line instead and no flickering.

System specs:
AMD Phenom II 740BE (unlocked to Quad Core @ 3.4Ghz)
ASRock Extreme3 870
WD Caviar Black 640GB 7200RPM 6.0Gb/s
GSkill 4GB PC1600
GeForce 8800 GTX
Dell 3007WFP

View 1 Replies View Related

Ubuntu Installation :: Booting From Live CD Fails - Initramfs Error

Jan 22, 2011

Put together a PC using the following:

Foxconn M61PMP-K AM3 NVIDIA MCP61P Micro ATX AMD Motherboard
AMD Athlon II X2 240 Regor 2.8GHz Socket AM3 65W Dual-Core Processor ADX240OCGQBOX
Patriot 2GB 240-Pin DDR3 SDRAM DDR3 1333 (PC3 10600) Desktop Memory Model PSD32G13332
HITACHI Deskstar 7K1000.C HDS721010CLA332 (0F10383) 1TB 7200 RPM SATA 3.0Gb/s 3.5" Internal Hard Drive -Bare Drive

Plus an old case and PSU and an old 18gb IDE drive, and an old CD-RW drive

I put the CD in and boot the machine. The initial Ubuntu screen comes up ("Ubuntu" with the line of dots below it) for a few seconds, and then it disappears and I see this text:

(initramfs) mount: mounting /dev/loop0 on //filesystem.squashfs failed: Input/output error
Can not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs

At that point it hangs and will proceed no further. I've tried this with the latest Mythbuntu Live CD and the latest Ubuntu Desktop Edition Live CD. Both were x64 versions.

View 1 Replies View Related

Ubuntu Installation :: Booting From BIOS Or From Live CD 'first Hard Drive'?

May 8, 2011

If an old bios and mainboard is being used, such that it cannot handle the large size of HD, then is it useful to say use a live CD and from its initial menu (pressed a key), choose 'Boot From First Hard Disk'? Would this be similar in getting around a bios and disk size limitation I wonder - like - does the use of a live CD in this way avoid using the bios to point to the active partition??

The reason for asking is that a friend has a couple of quality old rack mounted server machines and wants to use Ubuntu having now fitted 80 GB empty drives. Live CD seems ok, and 11.04 install goes ok but on boot up grub comes back with an error.

I recall that early machines cannot see larger(?) HDs for booting purposes even though installs go ok in very large HDs. I wondered if a live CD to boot up temporarily - trouble shooting - would be worth trying for this reason, or am I way off?

View 8 Replies View Related

Ubuntu Installation :: Booting 11.04 From Live Usb - System Does Not See Hard Drive

May 21, 2011

I have a dual boot machine with WinXP/Linux Mint on it. I am looking to erase both of them and put up Ubuntu 11.04.

I have chosen to go with a live USB install for this. The live USB boots fine and everything seems usable. However, when I tried to install it would tell me that I do not have 4GB available for the install which seemed a bit weird since I have a 160GB Maxtor HDD.

After digging around a bit I realized that the system does not see my hard drive. Running fdisk -l would only show the USB drive that I am booting from and not the main HDD.

I tried to have a look in /dev to see if my HDD is there and not mounted. But aside from sda which is the USB I did not find an sdb or hd entry.

Has anyone encountered a similar problem while trying to install Ubuntu 11.04?

P.S.: The HDD works fine, I can see it in BIOS and in the other 2 OS-es that I have installed.

View 5 Replies View Related

General :: Booting Live Cd Of Fedora 15 / Change Argument During Booting Mode?

Jun 1, 2011

I am in a situation to boot fedora 15 live cd in to command line mode, not graphical mode, for some testing purpose. how to change argument during booting mode

View 4 Replies View Related

Ubuntu Installation :: Vista Only Booting Into Recovery Mode After Installing From A Live USB?

Sep 4, 2010

So I decided to try Ubuntu from a live USB drive 10.04 LTS on my Toshiba laptop as the windows Vista SP2 was running really slow. I liked it and clicked on the install icon. From there I set it for duel boot and off it went. The install worked great. I then downloaded the startup manager and changed the start up to be default of windows loader. Now when it boots into windows it goes to the windows recovery thing and won't start windows.

View 9 Replies View Related

Ubuntu Installation :: Make DVD With Kubuntu And Xubuntu To Choose One To Start Live Session When Booting From Disc

May 22, 2010

I want to make a DVD with Ubuntu, Kubuntu, and Xubuntu so i can choose one to start a live session when booting from the disc. I'd like to introduce linux to friends and having a few variations might make it easier to transition.

View 3 Replies View Related

Ubuntu Installation :: "Boot Error" Booting From Live USB / Resolve This?

Nov 27, 2010

I have intel motherboard(d102ggc2) and 4Gb flash drive.
I've created live USB using usb-creator-gtk(ubuntu 10.04)
There is no option "all fixed disks" in BIOS settings
(http://ubuntuforums.org/showthread.php?t=1616610)
Drive is formatted into FAT32 using GParted
(http://ubuntuforums.org/showthread.php?t=1167803)

Target
I'm tying to install ubuntu 10.10 or 10.04

Problem
I get "Boot error" when booting using live USB.
There are only two words(please let me know if i can get any other logs).
Issue is not reproducible on other env(hp625 and other desktop).

View 7 Replies View Related

Fedora :: Creating DSL Live-USB In 14

Feb 27, 2011

I'm wanting to make a DSL live boot to run on an ancient laptop. I can't find a live USB creator that will do this for me in Fedora.

View 2 Replies View Related

Debian Installation :: Creating Disk From ISO?

Feb 16, 2010

I have downloaded 4.37 gigs of Debian yesterday and have unzipped it. How do I create a bootable disk?

View 5 Replies View Related

Debian :: Install On The Eeepc 1005ha?

Sep 28, 2010

i just installed debian on my base unit and now i would like to install debian on my eeepc 1005ha.

what debian supports the ath9k wireless?

also can i down load an installer iso and unetbootin the usb to intstall from the stick?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved