Author Topic: Busybox Initramfs with Live USB  (Read 2094 times)

Zak

  • Sr. Member
  • ****
  • Posts: 45
    • View Profile
Busybox Initramfs with Live USB
« on: September 25, 2016, 12:21:06 AM »
Hello!  I have been using R9 for a few months and am trying to upgrade to R10 using the same method I used to install R9, a live usb created with Multiboot.  I get to a screen that says R10, but then the next screen shows Busybox and an Initramfs prompt.  I imagine that maybe the image didn't get loaded right to the USB and can download again, but wanted to see if anyone had any other ideas before I do that.

Thanks!

bob

  • Full Member
  • ***
  • Posts: 39
    • View Profile
Re: Busybox Initramfs with Live USB
« Reply #1 on: September 25, 2016, 12:27:54 AM »
How are you creating the bootable USB?

Windows = USBWriter.
Linux = dd bs=8M if=/your/dir of=/dev/yourusb (run as root && sync

ain't failed me yet.

Zak

  • Sr. Member
  • ****
  • Posts: 45
    • View Profile
Re: Busybox Initramfs with Live USB
« Reply #2 on: September 25, 2016, 03:06:15 AM »
Hi Bob -

thanks for the quick reply!  I used multiboot in linux.  Works great for R9 and other distros. 

One thing I noticed is that after I choose the Live option and get the R10 writing in the middle of the screen, the DVD player gets activated....as if the program is looking for info there.  Not sure if that means anything to anyone, but thought I would add the information.



bob

  • Full Member
  • ***
  • Posts: 39
    • View Profile
Re: Busybox Initramfs with Live USB
« Reply #3 on: September 25, 2016, 11:26:31 AM »
Try this:

sudo -i
login as root

dd bs=8M if=/yourwattosdir of=/dev/yourusb && sync

Try it and let us know.

billwho

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: Busybox Initramfs with Live USB
« Reply #4 on: September 25, 2016, 11:46:48 PM »
If you use:

sudo -s <enter>

you will be logged in as root, but will use your current environment.

It is useful if have defined aliases or other tools, they will be available.

Zak

  • Sr. Member
  • ****
  • Posts: 45
    • View Profile
Re: Busybox Initramfs with Live USB
« Reply #5 on: September 26, 2016, 03:18:14 AM »
Thanks guys.  I was primarily wondering if this message I was getting had a specific fix.  I went ahead and redownloaded it and did a liveUSB with MultiBootusb and all is well.  Thanks!