You are not logged in.
Pages: 1
Is there anyway to use the remaining space on my 4GB usb stick after dd-ing the 700mb core image? I try adding a partition for the remaining space (using fdisk), but the usb stick won't boot any more.
Cheers!
M
Offline
1.With dd I don't think you can.
2.U can try unetbootin to reserve some space and use that space.
Last edited by hadrons123 (2012-05-11 01:22:13)
Offline
Following approach might work:
* create 2 partitions: first of 750mb; second of remaining space;
* dd core image to sdx1 rather than sdx (substitute sdx for your device, most likely sdb)
* Install grub files on sdx2 (in /boot/grub/ folder there); install grub on sdx
* In the menu.lst in /boot/grub/ folder add an entry:
title Arch installer on usb
root (hd0,0)
chainloader +1
* Then boot the usb drive.
(Take all precautions with commands while partitioning and while using dd)
Last edited by rnarch (2012-05-12 13:08:55)
Offline
Pages: 1