Hi all,
I'm trying to upgrade my VB 2.3 running on an old 32 bit machine to 2.4
running on a HP AMD Dual Core Mini Silent PC (ex thin client), 4GB RAM,
16GB SSD, USB3 3TB Drive for the music.
I have successfully installed LUBUNTU on it so I know it should be
possible. However I am having problems creating a bootable USB stick
following the 'wiki'
(http://https://wiki.vortexbox.org/linux_installation_instructions) on
the vortexbox site. I'm using a Ubuntu Mate laptop to create the USB
Image.

1. I can follow the wiki in a terminal running as root (sudo -i) on
Ubuntu Mate all the way to step 3 which fails at the
./makeboot.sh /dev/sdb1 with the error permission denied. This is
because makeboot.sh is not executable I think and i can't change it with
chmod as it's fat32.
So I can't boot from it.

2. I have tried running the windows makeboot utility under windows but
the target PC doesn't recognise it as a bootable media.

3. I have tried burning the ISO image to the USB but that isn't
recognised either,

4. I tried skipping step 3 from the wiki and running accessories>disks
from the GUI and setting the USB to bootable there. This appeared to
work but the target machine failed it's post and just gave a continuous
beep-beep until I powered it off.

Here is the terminal output that I get for info..

Code:
--------------------
    
  
  clive@HP-ProBook-4740s:~$ sudo -i
  [sudo] password for clive:
  root@HP-ProBook-4740s:~# fdisk -l
  Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
  Units: sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 4096 bytes
  I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  Disklabel type: dos
  Disk identifier: 0x0df34a5a
  
  Device Boot Start End Sectors Size Id Type
  /dev/sda1 * 2048 1457002495 1457000448 694.8G 83 Linux
  /dev/sda2 1457004542 1465147391 8142850 3.9G 5 Extended
  /dev/sda5 1457004544 1465147391 8142848 3.9G 82 Linux swap / Solaris
  
  Partition 2 does not start on physical sector boundary.
  
  Disk /dev/sdb: 59.6 GiB, 64016220160 bytes, 125031680 sectors
  Units: sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disklabel type: dos
  Disk identifier: 0x5acb7baf
  root@HP-ProBook-4740s:~# fdisk /dev/sdb
  
  Welcome to fdisk (util-linux 2.27.1).
  Changes will remain in memory only, until you decide to write them.
  Be careful before using the write command.
  
  Command (m for help): d
  No partition is defined yet!
  Could not delete partition 140037349443457
  
  Command (m for help): q
  
  root@HP-ProBook-4740s:~# dd if=/dev/zero of=/dev/sdb bs=1M count=1010+0 
records in
  10+0 records out
  10485760 bytes (10 MB, 10 MiB) copied, 1.11393 s, 9.4 MB/s
  root@HP-ProBook-4740s:~# fdisk /dev/sdb
  
  Welcome to fdisk (util-linux 2.27.1).
  Changes will remain in memory only, until you decide to write them.
  Be careful before using the write command.
  
  Device does not contain a recognised partition table.
  Created a new DOS disklabel with disk identifier 0x74004536.
  
  Command (m for help): n
  Partition type
  p primary (0 primary, 0 extended, 4 free)
  e extended (container for logical partitions)
  Select (default p):
  
  Using default response p.
  Partition number (1-4, default 1):
  First sector (2048-125031679, default 2048):
  Last sector, +sectors or +size{K,M,G,T,P} (2048-125031679, default 125031679):
  
  Created a new partition 1 of type 'Linux' and of size 59.6 GiB.
  
  Command (m for help): t
  Selected partition 1
  Partition type (type L to list all types): b
  Changed type of partition 'Linux' to 'W95 FAT32'.
  
  Command (m for help): w
  The partition table has been altered.
  Calling ioctl() to re-read partition table.
  Synching disks.
  
  root@HP-ProBook-4740s:~# mkdosfs -F 32 -I /dev/sdb1mkfs.fat 3.0.28 
(2015-05-16)
  root@HP-ProBook-4740s:~# cp -Rp /home/clive/Downloads/vortexbox/BootUSB/. 
/media/clive/4189-9543
  root@HP-ProBook-4740s:~#
  
--------------------


This all appears to run fine and I get the files on the USB in the right
place. My problems come when I try step 3 in the wiki "Make the USB key
bootable".


Code:
--------------------
    mount /dev/sdb1 /mnt
  cd /mnt/utils/linux/
  ./makeboot.sh /dev/sdb1
--------------------


This fails at the ./makeboot.sh /dev/sdb1 line. It returns the error
"Permission Denied" as described in 1 above.

I'm stumped :confused:, can anyone help?

Any advice greatly appreciated.



Logitech Media Server Version: 7.8.0 - 1395395852 @ Fri Apr 18 13:29:51
EDT 2014
Operating system: Vortexbox 2.3 (Fedora20 Heisenbug)
Squeezebox Touch: Firmware: 7.7.1-r9561
Squeezeplay 7.5.3 - r0
Squeezeslave
2 x RPI3 piCorePlayer 3.01
------------------------------------------------------------------------
cliver's Profile: http://forums.slimdevices.com/member.php?userid=43289
View this thread: http://forums.slimdevices.com/showthread.php?t=108690

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to