Gui tool in lubuntu -> preferences -> Disks. (chose format USB disk as win95 fat32)
( Bootable usb write protected.
$sudo mount -o,rw /dev/sdb1 /media/gyang/test
or
$mount -o remount,rw /media/gyang/test
or
$sudo hdparm -r0 /dev/sdb
Not solving the issues.)
Windows Way:
You Tube Intro
Win32 Disk Imager
superuser how to put USB back to original full size
Win32 Disk Imager to burn *.iso to USB flash drive.
Then, reboot from USB from UEFI enabled laptop. Should work. (Live CD has limitation as most new laptop no longer have CD drive.)
To restore USB flash drive. Follow step 5 in uTube video.
To restore bootable USB drive to its original size.
- Run CMD as Administrator
- Type
DISKPART
list disk
select disk 1
(if your usb drive mine was 1)clean
create partition primary
active
- Choose a format:
- FAT32 is the standard for USBs:
format fs=fat32 quick
- NTFS is more modern, but isn't as widely supported:
format fs=ntfs quick
- FAT32 is the standard for USBs:
assign
exit
exit
No comments:
Post a Comment