LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-04-2015, 11:39 PM   #1
james frankham
LQ Newbie
 
Registered: Nov 2012
Posts: 29

Rep: Reputation: Disabled
I am trying to create a Fedora live USB using Ubuntu 14.04 but it's not so easy


Unetbootin does not do it and nor does startup disk creator. I the forums are described other ways but too complicated for me. I did find this, with simple instructions


https://ifireball.wordpress.com/2011...tor-on-ubuntu/


sudo aptitude install python-parted isomd5sum python-pyisomd5sum python-urlgrabber extlinux python-qt4 python-qt4-dbus tar


That command should install these packages but all I get is sudo: aptitude: command not found.

isomd5sum
python-parted
python-pyisomd5sum
python-urlgrabber
extlinux
python-qt4
python-qt4-dbus
tar



Does anybody know a simple way to make a Fedora live USB using ubuntu. I was planing to try their Fedora Workstation 22
 
Old 06-05-2015, 12:43 AM   #2
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
For the command, just replace aptitude with apt-get

For creating the Live USB, best way is still to use 'dd' command.

sudo dd if=Fedora-Live-xxxx.iso of=/dev/sdX bs=8M

The critical thing is getting the right X. This can be done by sticking in the USB key & running 'dmesg' to find out the device it got assigned, i.e. sdg. Don't include any number behind that.

Last edited by ongte; 06-05-2015 at 12:49 AM. Reason: Answer the real question.
 
Old 06-05-2015, 01:27 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
did you READ the fedora 22 insstall guide?
the instructions are in it
http://docs.fedoraproject.org/en-US/...oot-media.html


Procedure 3.5. Creating USB Media on the Linux command line


and grab one of the LIVE images using a torrent client
https://torrents.fedoraproject.org/
 
Old 06-05-2015, 01:00 PM   #4
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
I've been using
Code:
dd if=Fedora-xxx.iso of=/dev/sdX bs=4M
. Works well with all distros.
 
Old 06-09-2015, 12:54 AM   #5
james frankham
LQ Newbie
 
Registered: Nov 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
So I had no luck with Live USB-Creator, in the when I tried to run it, terminal said it was not supported.



So back to doing it through the terminal. I really dont know so much about this stuff but I'm straggling with the big X


dd if=Fedora-/home/james/Downloads/Fedora-Live-Workstation-x86_64-22/Fedora-Live-Workstation-x86_64-22-3.iso of=/dev/sdX bs=4M


this is the readout I get when I put in the USB and run 'dmesg'


[ 1.019300] ata2: DUMMY
[ 1.028218] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.028237] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 1.034534] r8169 0000:03:00.0: irq 105 for MSI/MSI-X
[ 1.034778] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc90000656000, c4:54:44:a0:d3:a5, XID 0c000800 IRQ 105
[ 1.034782] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.210469] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[ 1.228091] usb 1-2: New USB device found, idVendor=05e3, idProduct=0608
[ 1.228097] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.228101] usb 1-2: Product: USB2.0 Hub
[ 1.228743] hub 1-2:1.0: USB hub found
[ 1.228982] hub 1-2:1.0: 4 ports detected
[ 1.338564] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.343069] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[ 1.374652] ata1.00: ATA-8: ST500LT012-1DG142, 0001SDM1, max UDMA/133
[ 1.374659] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.380079] usb 1-4: New USB device found, idVendor=04f2, idProduct=b47f
[ 1.380085] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.380089] usb 1-4: Product: VGA Webcam
[ 1.380092] usb 1-4: Manufacturer: Chicony Electronics Co.,Ltd.
[ 1.380096] usb 1-4: SerialNumber: 0x0001
[ 1.503692] usb 1-2.1: new full-speed USB device number 4 using xhci_hcd
[ 1.505922] ata1.00: configured for UDMA/133
[ 1.506441] scsi 0:0:0:0: Direct-Access ATA ST500LT012-1DG14 0001 PQ: 0 ANSI: 5
[ 1.506784] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.506789] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.506800] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.506934] sd 0:0:0:0: [sda] Write Protect is off
[ 1.506939] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.506993] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.521200] usb 1-2.1: New USB device found, idVendor=0489, idProduct=e078
[ 1.521206] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.595066] usb 1-2.2: new high-speed USB device number 5 using xhci_hcd
[ 1.601784] sda: sda1 sda2 sda3
[ 1.602375] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.616167] usb 1-2.2: New USB device found, idVendor=13fe, idProduct=3600
[ 1.616173] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.616177] usb 1-2.2: Product: USB DISK 2.0
[ 1.616180] usb 1-2.2: Manufacturer:
[ 1.616182] usb 1-2.2: SerialNumber: 079A0200640ACE1D
[ 1.621180] usb-storage 1-2.2:1.0: USB Mass Storage device detected
[ 1.621285] scsi2 : usb-storage 1-2.2:1.0
[ 1.621388] usbcore: registered new interface driver usb-storage
[ 1.690894] usb 1-2.3: new full-speed USB device number 6 using xhci_hcd
[ 1.709663] usb 1-2.3: New USB device found, idVendor=046d, idProduct=c52b
[ 1.709669] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.709673] usb 1-2.3: Product: USB Receiver
[ 1.709676] usb 1-2.3: Manufacturer: Logitech
[ 1.718635] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.726253] usbcore: registered new interface driver usbhid
[ 1.726258] usbhid: USB HID core driver
[ 1.730828] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2.3/input2
[ 1.798793] tsc: Refined TSC clocksource calibration: 2166.666 MHz
[ 2.002313] psmouse serio2: synaptics: queried max coordinates: x [..5662], y [..4728]
[ 2.028527] psmouse serio2: synaptics: queried min coordinates: x [1322..], y [1190..]
[ 2.078154] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd40123/0x840300/0x126800, board id: 2991, fw id: 1626681
[ 2.109820] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input11
[ 2.265194] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.621026] scsi 2:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 6
[ 2.621355] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 2.622096] sd 2:0:0:0: [sdb] 7811072 512-byte logical blocks: (3.99 GB/3.72 GiB)
[ 2.622267] sd 2:0:0:0: [sdb] Write Protect is off
[ 2.622272] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 2.622442] sd 2:0:0:0: [sdb] No Caching mode page found
[ 2.622446] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 2.624488] sd 2:0:0:0: [sdb] No Caching mode page found
[ 2.624492] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 2.625563] sdb: sdb1
[ 2.626865] sd 2:0:0:0: [sdb] No Caching mode page found
[ 2.626869] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 2.626873] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 2.799953] Switched to clocksource tsc
[ 3.120794] random: nonblocking pool is initialized
[ 10.393614] Adding 4072444k swap on /dev/sda3. Priority:-1 extents:1 across:4072444k FS
[ 10.440847] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.594140] systemd-udevd[273]: starting version 204
[ 10.687664] lp: driver loaded but no devices found
[ 10.697253] ppdev: user-space parallel port driver
[ 10.781531] wmi: Mapper loaded
[ 10.850905] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[ 10.900800] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 10.901081] [drm] Initialized drm 1.1.0 20060810
[ 10.972454] cfg80211: Calling CRDA to update world regulatory domain
[ 10.989932] [drm] Memory usable by graphics device = 2048M
[ 10.989939] checking generic (80000000 408000) vs hw (80000000 10000000)
[ 10.989942] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
[ 10.989972] Console: switching to colour dummy device 80x25
[ 11.001446] Bluetooth: Core ver 2.17
[ 11.001476] NET: Registered protocol family 31
[ 11.001479] Bluetooth: HCI device and connection manager initialized
[ 11.001491] Bluetooth: HCI socket layer initialized
[ 11.001494] Bluetooth: L2CAP socket layer initialized
[ 11.001502] Bluetooth: SCO socket layer initialized
[ 11.038582] usbcore: registered new interface driver btusb
[ 11.062834] i915 0000:00:02.0: irq 106 for MSI/MSI-X
[ 11.062853] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 11.062855] [drm] Driver supports precise vblank timestamp query.
[ 11.072600] ath: phy0: Set BT/WLAN RX diversity capability
[ 11.080011] ath: phy0: Enable LNA combining
[ 11.081932] ath: phy0: ASPM enabled: 0x42
[ 11.081939] ath: EEPROM regdomain: 0x6c
[ 11.081942] ath: EEPROM indicates we should expect a direct regpair map
[ 11.081945] ath: Country alpha2 being used: 00
[ 11.081947] ath: Regpair used: 0x6c
[ 11.091578] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 11.092103] ieee80211 phy0: Atheros AR9565 Rev:1 mem=0xffffc90004800000, irq=17
[ 11.177366] type=1400 audit(1433713379.728:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=337 comm="apparmor_parser"
[ 11.177378] type=1400 audit(1433713379.728:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=337 comm="apparmor_parser"
[ 11.177386] type=1400 audit(1433713379.728:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=337 comm="apparmor_parser"
[ 11.178345] type=1400 audit(1433713379.728:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=337 comm="apparmor_parser"
[ 11.178359] type=1400 audit(1433713379.728:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=337 comm="apparmor_parser"
[ 11.179000] type=1400 audit(1433713379.732:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=337 comm="apparmor_parser"
[ 11.254549] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+memwns=io+mem
[ 11.255024] usbcore: registered new interface driver ath3k
[ 11.406169] usb 1-2.1: USB disconnect, device number 4
[ 11.519525] Linux video capture interface: v2.00
[ 11.583898] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 11.583998] acer_wmi: Function bitmap for Communication Button: 0x801
[ 11.584671] acer_wmi: Brightness must be controlled by acpi video driver
[ 11.597032] uvcvideo: Found UVC 1.00 device VGA Webcam (04f2:b47f)
[ 11.607775] input: VGA Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input14
[ 11.607884] usbcore: registered new interface driver uvcvideo
[ 11.607887] USB Video Class driver (1.1.1)
[ 11.615099] usb 1-2.1: new full-speed USB device number 7 using xhci_hcd
[ 11.626711] acer_wmi: Enabling Launch Manager failed: 0xe4 - 0x0
[ 11.627543] input: Acer WMI hotkeys as /devices/virtual/input/input15
[ 11.628940] input: Acer BMA150 accelerometer as /devices/virtual/input/input16
[ 11.632229] usb 1-2.1: New USB device found, idVendor=0489, idProduct=e078
[ 11.632235] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 11.827970] cfg80211: World regulatory domain updated:
[ 11.827976] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 11.827980] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 11.827982] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 11.827985] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 11.827987] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 11.827990] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 12.235238] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[ 12.695904] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 12.827805] [drm] Enabling RC6 states: RC6 off, RC6p off, RC6pp off
[ 12.831727] [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4
[ 13.000089] fbcon: inteldrmfb (fb0) is primary device
[ 15.618232] Console: switching to colour frame buffer device 170x48
[ 15.623916] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 15.623918] i915 0000:00:02.0: registered panic notifier
[ 15.655249] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 15.660542] acpi device:3e: registered as cooling_device2
[ 15.661951] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input17
[ 15.662926] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 15.663176] snd_hda_intel 0000:00:1b.0: irq 107 for MSI/MSI-X
[ 15.735921] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[ 15.773004] init: failsafe main process (579) killed by TERM signal
[ 16.268766] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.268773] Bluetooth: BNEP filters: protocol multicast
[ 16.268787] Bluetooth: BNEP socket layer initialized
[ 16.300697] Bluetooth: RFCOMM TTY layer initialized
[ 16.300715] Bluetooth: RFCOMM socket layer initialized
[ 16.300728] Bluetooth: RFCOMM ver 1.11
[ 16.960107] type=1400 audit(1433713385.508:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=742 comm="apparmor_parser"
[ 16.960121] type=1400 audit(1433713385.508:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=742 comm="apparmor_parser"
[ 16.961024] type=1400 audit(1433713385.508:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=742 comm="apparmor_parser"
[ 17.099803] init: cups main process (744) killed by HUP signal
[ 17.099825] init: cups main process ended, respawning
[ 17.183709] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.186901] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.269379] r8169 0000:03:00.0 eth0: link down
[ 17.269444] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.270544] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 18.174312] wlan0: authenticate with 9c:c1:72:c1:c0:64
[ 18.189119] wlan0: send auth to 9c:c1:72:c1:c0:64 (try 1/3)
[ 18.192121] wlan0: authenticated
[ 18.196298] wlan0: associate with 9c:c1:72:c1:c0:64 (try 1/3)
[ 18.201868] wlan0: RX AssocResp from 9c:c1:72:c1:c0:64 (capab=0x411 status=0 aid=1)
[ 18.201926] wlan0: associated
[ 18.201966] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 18.555992] type=1400 audit(1433713387.100:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=841 comm="apparmor_parser"
[ 18.556006] type=1400 audit(1433713387.100:12): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=841 comm="apparmor_parser"
[ 18.556013] type=1400 audit(1433713387.100:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=841 comm="apparmor_parser"
[ 18.557443] type=1400 audit(1433713387.104:14): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=841 comm="apparmor_parser"
[ 18.557457] type=1400 audit(1433713387.104:15): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=841 comm="apparmor_parser"
[ 18.558016] type=1400 audit(1433713387.104:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=841 comm="apparmor_parser"
[ 18.562816] type=1400 audit(1433713387.108:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=840 comm="apparmor_parser"
[ 22.025543] init: plymouth-upstart-bridge main process ended, respawning
[ 22.048807] init: plymouth-upstart-bridge main process ended, respawning
[ 30.010096] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 42.465582] input: Logitech Unifying Device. Wireless PID:4009 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.2/0003:046D:C52B.0003/input/input19
[ 42.473737] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:4009] on usb-0000:00:14.0-2.3:1
[ 47.140808] audit_printk_skb: 141 callbacks suppressed
[ 47.140814] type=1400 audit(1433713417.156:65): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1958 comm="apparmor_parser"
[ 47.140827] type=1400 audit(1433713417.156:66): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=1958 comm="apparmor_parser"
[ 47.141787] type=1400 audit(1433713417.156:67): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=1958 comm="apparmor_parser"
[ 87.024048] [drm:vlv_set_rps_idle] *ERROR* timed out waiting for Punit
[25518.679694] [drm:vlv_set_rps_idle] *ERROR* timed out waiting for Punit
[26134.179978] [drm:vlv_set_rps_idle] *ERROR* timed out waiting for Punit
[33909.597876] perf samples too long (2512 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[38255.941954] cfg80211: Calling CRDA to update world regulatory domain
[38255.949432] cfg80211: World regulatory domain updated:
[38255.949438] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[38255.949442] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[38255.949444] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[38255.949447] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[38255.949449] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[38255.949452] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[38271.429030] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[38278.471834] init: anacron main process (2676) killed by TERM signal
[38279.081686] PM: Syncing filesystems ... done.
[38279.333859] PM: Preparing system for mem sleep
[38279.334067] Freezing user space processes ... (elapsed 0.001 seconds) done.
[38279.336055] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[38279.337311] PM: Entering mem sleep
[38279.338088] Suspending console(s) (use no_console_suspend to debug)
[38279.338622] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[38279.338910] sd 0:0:0:0: [sda] Stopping disk
[38279.823891] PM: suspend of devices complete after 485.115 msecs
[38279.840181] PM: late suspend of devices complete after 16.268 msecs
[38279.840533] r8169 0000:03:00.0: System wakeup enabled by ACPI
[38279.871904] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[38279.887716] PM: noirq suspend of devices complete after 47.493 msecs
[38279.887750] ACPI: Preparing to enter system sleep state S3
[38279.888152] PM: Saving platform NVS memory
[38279.903530] Disabling non-boot CPUs ...
[38279.904950] kvm: disabling virtualization on CPU1
[38280.007777] smpboot: CPU 1 is now offline
[38280.008594] ACPI: Low-level resume complete
[38280.008663] PM: Restoring platform NVS memory
[38280.014111] CPU0: Thermal monitoring handled by SMI
[38280.014152] Enabling non-boot CPUs ...
[38280.014203] x86: Booting SMP configuration:
[38280.014205] smpboot: Booting Node 0 Processor 1 APIC 0x2
[38280.029890] CPU1: Thermal monitoring handled by SMI
[38280.029915] kvm: enabling virtualization on CPU1
[38280.032388] CPU1 is up
[38280.036171] ACPI: Waking up from system sleep state S3
[38280.153888] acpi LNXPOWER:01: Turning OFF
[38280.201825] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[38280.250030] PM: noirq resume of devices complete after 96.045 msecs
[38280.314169] PM: early resume of devices complete after 64.044 msecs
[38280.314708] snd_hda_intel 0000:00:1b.0: irq 107 for MSI/MSI-X
[38280.314797] ath: phy0: ASPM enabled: 0x42
[38280.314809] r8169 0000:03:00.0: System wakeup disabled by ACPI
[38280.337104] dpm_run_callback(): pnp_bus_resume+0x0/0xa0 returns -19
[38280.337107] PM: Device 00:04 failed to resume: error -19
[38280.606958] usb 1-2: reset high-speed USB device number 2 using xhci_hcd
[38280.623514] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa00b00
[38280.734732] usb 1-4: reset high-speed USB device number 3 using xhci_hcd
[38280.767698] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa00b80
[38280.903859] usb 1-2.3: reset full-speed USB device number 6 using xhci_hcd
[38280.920492] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa6d4c0
[38280.920495] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa6d380
[38280.920498] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa6d2c0
[38280.991317] usb 1-2.1: reset full-speed USB device number 7 using xhci_hcd
[38281.007355] usb 1-2.1: device firmware changed
[38281.247824] psmouse serio2: synaptics: queried max coordinates: x [..5662], y [..4728]
[38281.274397] psmouse serio2: synaptics: queried min coordinates: x [1322..], y [1190..]
[38281.927362] [drm] Enabling RC6 states: RC6 off, RC6p off, RC6pp off
[38282.631979] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[38282.697504] ata1.00: configured for UDMA/133
[38282.719908] sd 0:0:0:0: [sda] Starting disk
[38288.871754] PM: resume of devices complete after 8550.622 msecs
[38288.872151] PM: Finishing wakeup.
[38288.872153] Restarting tasks ... done.
[38288.884088] video LNXVIDEO:01: Restoring backlight state
[38288.893581] usb 1-2.1: USB disconnect, device number 7
[38288.894311] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88017797a240
[38288.894317] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88017797a2c0
[38288.894321] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88017797a280
[38288.894324] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800709738c0
[38288.894327] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880070973880
[38288.969124] usb 1-2.1: new full-speed USB device number 8 using xhci_hcd
[38288.986220] usb 1-2.1: New USB device found, idVendor=0489, idProduct=e078
[38288.986226] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[38289.043867] usb 1-2.2: USB disconnect, device number 5
[38289.254951] init: anacron main process (2930) killed by TERM signal
[38289.282602] usb 1-2.1: USB disconnect, device number 8
[38289.458707] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[38289.485544] usb 1-2.1: new full-speed USB device number 9 using xhci_hcd
[38289.502706] usb 1-2.1: New USB device found, idVendor=0489, idProduct=e078
[38289.502711] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[38289.515767] r8169 0000:03:00.0 eth0: link down
[38289.515925] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[38337.615804] systemd-hostnamed[3080]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[39071.492315] systemd-hostnamed[3110]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[39358.735191] psmouse serio2: TouchPad at isa0060/serio2/input0 lost sync at byte 4
[39358.736409] psmouse serio2: TouchPad at isa0060/serio2/input0 lost sync at byte 1
[39360.148158] init: anacron main process (3223) killed by TERM signal
[39360.727623] PM: Syncing filesystems ... done.
[39360.967220] PM: Preparing system for mem sleep
[39360.967422] Freezing user space processes ... (elapsed 0.002 seconds) done.
[39360.969465] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[39360.970699] PM: Entering mem sleep
[39360.971463] Suspending console(s) (use no_console_suspend to debug)
[39360.972105] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[39360.984368] sd 0:0:0:0: [sda] Stopping disk
[39361.461255] PM: suspend of devices complete after 489.106 msecs
[39361.476856] PM: late suspend of devices complete after 15.583 msecs
[39361.477114] r8169 0000:03:00.0: System wakeup enabled by ACPI
[39361.508883] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[39361.524724] PM: noirq suspend of devices complete after 47.825 msecs
[39361.524762] ACPI: Preparing to enter system sleep state S3
[39361.525157] PM: Saving platform NVS memory
[39361.540934] Disabling non-boot CPUs ...
[39361.542271] kvm: disabling virtualization on CPU1
[39361.644803] smpboot: CPU 1 is now offline
[39361.645649] ACPI: Low-level resume complete
[39361.645717] PM: Restoring platform NVS memory
[39361.651415] CPU0: Thermal monitoring handled by SMI
[39361.651450] Enabling non-boot CPUs ...
[39361.651504] x86: Booting SMP configuration:
[39361.651506] smpboot: Booting Node 0 Processor 1 APIC 0x2
[39361.667190] CPU1: Thermal monitoring handled by SMI
[39361.667215] kvm: enabling virtualization on CPU1
[39361.669685] CPU1 is up
[39361.673646] ACPI: Waking up from system sleep state S3
[39361.791127] acpi LNXPOWER:01: Turning OFF
[39361.839091] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[39361.887279] PM: noirq resume of devices complete after 96.056 msecs
[39361.951281] PM: early resume of devices complete after 63.908 msecs
[39361.955374] snd_hda_intel 0000:00:1b.0: irq 107 for MSI/MSI-X
[39361.955456] ath: phy0: ASPM enabled: 0x42
[39361.955468] r8169 0000:03:00.0: System wakeup disabled by ACPI
[39361.971419] dpm_run_callback(): pnp_bus_resume+0x0/0xa0 returns -19
[39361.971421] PM: Device 00:04 failed to resume: error -19
[39362.244187] usb 1-2: reset high-speed USB device number 2 using xhci_hcd
[39362.261525] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa00b00
[39362.428202] usb 1-4: reset high-speed USB device number 3 using xhci_hcd
[39362.461722] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa00b80
[39362.544727] usb 1-2.1: reset full-speed USB device number 9 using xhci_hcd
[39362.560786] usb 1-2.1: device firmware changed
[39362.632567] usb 1-2.3: reset full-speed USB device number 6 using xhci_hcd
[39362.650715] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa6d4c0
[39362.650727] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa6d380
[39362.650736] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff88003fa6d2c0
[39362.869444] psmouse serio2: synaptics: queried max coordinates: x [..5662], y [..4728]
[39362.895651] psmouse serio2: synaptics: queried min coordinates: x [1322..], y [1190..]
[39363.812787] [drm] Enabling RC6 states: RC6 off, RC6p off, RC6pp off
[39364.265148] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[39364.330646] ata1.00: configured for UDMA/133
[39364.353140] sd 0:0:0:0: [sda] Starting disk
[39368.869041] PM: resume of devices complete after 6912.129 msecs
[39368.869450] PM: Finishing wakeup.
[39368.869452] Restarting tasks ... done.
[39368.874666] video LNXVIDEO:01: Restoring backlight state
[39368.885349] usb 1-2.1: USB disconnect, device number 9
[39368.888735] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8801756460c0
[39368.888761] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880175646140
[39368.888765] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880175646100
[39368.888769] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8801683ab6c0
[39368.888772] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8801683ab680
[39368.965292] usb 1-2.1: new full-speed USB device number 10 using xhci_hcd
[39368.982228] usb 1-2.1: New USB device found, idVendor=0489, idProduct=e078
[39368.982252] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[39369.094582] init: anacron main process (3456) killed by TERM signal
[39369.129763] usb 1-2.1: USB disconnect, device number 10
[39369.304851] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[39369.333369] usb 1-2.1: new full-speed USB device number 11 using xhci_hcd
[39369.350855] usb 1-2.1: New USB device found, idVendor=0489, idProduct=e078
[39369.350863] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[39369.359230] r8169 0000:03:00.0 eth0: link down
[39369.359299] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[39371.101279] wlan0: authenticate with 9c:c1:72:c1:c0:64
[39371.120338] wlan0: send auth to 9c:c1:72:c1:c0:64 (try 1/3)
[39371.125025] wlan0: authenticated
[39371.126597] wlan0: associate with 9c:c1:72:c1:c0:64 (try 1/3)
[39371.131764] wlan0: RX AssocResp from 9c:c1:72:c1:c0:64 (capab=0x411 status=0 aid=1)
[39371.131888] wlan0: associated
[39371.131976] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[39371.145574] wlan0: deauthenticating from 9c:c1:72:c1:c0:64 by local choice (reason=2)
[39371.156016] wlan0: authenticate with 9c:c1:72:c1:c0:64
[39371.170965] wlan0: send auth to 9c:c1:72:c1:c0:64 (try 1/3)
[39371.171277] cfg80211: Calling CRDA to update world regulatory domain
[39371.173098] wlan0: authenticated
[39371.174827] wlan0: associate with 9c:c1:72:c1:c0:64 (try 1/3)
[39371.175314] cfg80211: World regulatory domain updated:
[39371.175319] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[39371.175322] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[39371.175325] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[39371.175328] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[39371.175331] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[39371.175333] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[39371.179191] wlan0: RX AssocResp from 9c:c1:72:c1:c0:64 (capab=0x411 status=0 aid=1)
[39371.179283] wlan0: associated
[41908.139420] systemd-hostnamed[3973]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
 
Old 06-09-2015, 08:03 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Somewhere I saw that you had what seemed to be a usb mounted. Pretty sure you need to unmount it to use dd. Someone may double check me on that.
 
Old 06-12-2015, 10:04 AM   #7
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
What you need to find is what device node (i.e. /dev/sdb) was assigned to the USB key. The best way to do it is to plug in the key while the system is up & running, then run 'dmesg' right after plugging it in, and you should see the USB Mass Storage device detected near the end of the dmesg output. This should tell you the device node (sdX). From your output above, it looks like sdb, but this can change, so please make sure you find the right one, because using the wrong one on the dd command could wipe out a hard drive if you are not careful.
 
1 members found this post helpful.
Old 06-12-2015, 10:26 AM   #8
james frankham
LQ Newbie
 
Registered: Nov 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
Thanks, sorted now.
 
Old 06-12-2015, 09:14 PM   #9
Jeepty
LQ Newbie
 
Registered: Jun 2015
Location: California, USA
Distribution: linuxmint
Posts: 1

Rep: Reputation: Disabled
If you are looking for a good gui usb image writer, usb-imagewriter works like charm. I run linuxmint, and in mint the package is 'mintstick' and can be installed via

apt-get install mintstick

or you can find the source package at launchpad.net as usb-imagewriter.

I have used this simple gui to write many different bootable images: debian, fedora, lmde2, Lubuntu, etc. i have never had it fail.

Worth a shot.
 
Old 06-15-2015, 05:10 PM   #10
james frankham
LQ Newbie
 
Registered: Nov 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
I managed to get the fedora stick written wit the dd command using ubuntu 14.04. thanks

Now I am trying to write a bootable tails 1.4 and it's not working. I've tried the dd command with no luck.
 
Old 06-15-2015, 06:58 PM   #11
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
I'd assume it isn't a "hybrid" iso.
 
Old 06-16-2015, 08:02 AM   #12
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
If the Tails-1.4 iso is not a hybrid, you can convert it to a hybrid using the isohybrid utility (which is part of the syslinux package)
 
  


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
Running 12.04, Need to know how to create a live USB from within ubuntu XRzero4 Linux - Newbie 1 03-15-2013 08:42 PM
How to create bootable USB for OpenSUSE Live KDE(or Live Gnome)? glock356 SUSE / openSUSE 1 06-14-2012 06:20 AM
it will very help if: I download CentOS and create live CDROM and live usb stick lse123 Linux - Server 2 09-24-2011 11:21 AM
Trying to Create a Live USB of Fedora 13 Using Ubuntu 10.04.1 9876543210 Linux - General 5 10-20-2010 03:03 PM
[SOLVED] Can not create live usb for OpenSuse using Live USB creater :( PrinceCruise Linux - General 4 09-23-2009 02:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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