LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with persistent usb live (https://www.linuxquestions.org/questions/linux-software-2/problem-with-persistent-usb-live-4175592604/)

-Snake- 10-31-2016 05:07 PM

Problem with persistent usb live
 
Hello, i have a 64 GB USB and today i install busenlabs (debian based) on this USB, but on persistant mode, not live.

I did create one partition on USB /dev/sdc1 and install the distribution, after when installer ask me if install grub to MBR i did answer "NO" and i select manually grub target on "/dev/sdc1".

But, if i try boot the usb on my main computer not work, the screen is black with a white cursor, not error message, nothing, but if i try boot in my laptop, boot and work well, why? I try change boot secuence but is not that.

The only difference is that on my main computer i have two Disks 1 SSD + 1 HDD and in my laptop only one HDD.

Someone could help me?

Thanks.

Ztcoracat 10-31-2016 08:53 PM

I suspect the reason why it's not booting is because you didn't install the bootloader.

Using a program like Unetbootin to make your usb device bootable with Busenlabs on it should prove most helpful.
https://unetbootin.github.io/

Quote:

if i try boot in my laptop, boot and work well, why? I try change boot secuence but is not that.
Is your laptop a uefi machine?

BW-userx 10-31-2016 08:54 PM

did you mark the partition boot as well?

Ztcoracat 10-31-2016 08:55 PM

Installing Grub to the MBR would of been a good choice.-:)

jefro 10-31-2016 09:23 PM

Persistent isn't a real install and may have nothing to do with this issue other than it isn't a real install.

"the screen is black with a white cursor, not error message, nothing,"

When I see this I get the feeling that the way the system boots is still mixing up the way it sees the device. Should be booting off hard drive order and not usb order maybe.

Might be missing drivers for the system.

Ztcoracat 10-31-2016 09:49 PM

Quote:

Originally Posted by jefro (Post 5625442)
Persistent isn't a real install and may have nothing to do with this issue other than it isn't a real install.

"the screen is black with a white cursor, not error message, nothing,"

When I see this I get the feeling that the way the system boots is still mixing up the way it sees the device. Should be booting off hard drive order and not usb order maybe.

Might be missing drivers for the system.

Thanks! jefro:-

-Snake- 11-01-2016 07:47 AM

Quote:

Originally Posted by Ztcoracat (Post 5625433)
I suspect the reason why it's not booting is because you didn't install the bootloader.

Using a program like Unetbootin to make your usb device bootable with Busenlabs on it should prove most helpful.
https://unetbootin.github.io/


Is your laptop a uefi machine?

Both are UEFI machine, on main computer i have select "legacy and uefi boot"

Quote:

Originally Posted by BW-userx (Post 5625434)
did you mark the partition boot as well?

Yes

Quote:

Originally Posted by jefro (Post 5625442)
Persistent isn't a real install and may have nothing to do with this issue other than it isn't a real install.

"the screen is black with a white cursor, not error message, nothing,"

When I see this I get the feeling that the way the system boots is still mixing up the way it sees the device. Should be booting off hard drive order and not usb order maybe.

Might be missing drivers for the system.

Is not that, i try change the hdd priority and not work, and i can boot any USB live on my main computer well.

--------------------

thank you all but I still do not solve the problem :(

BW-userx 11-01-2016 07:56 AM

what app did you use to create this USB with?

-Snake- 11-01-2016 08:29 AM

Quote:

Originally Posted by BW-userx (Post 5625594)
what app did you use to create this USB with?

I did create live usb with "dd command" to install to other USB select the correct USB into installation.

snowday 11-01-2016 08:34 AM

You should have installed GRUB to /dev/sdc (not /dev/sdc1), HOWEVER, maybe the drive isn't called /dev/sdc on your other computer; the order of the drives might be different. Using UUID would prevent this problem: http://www.linuxquestions.org/questi...d-grub-899157/

BW-userx 11-01-2016 08:43 AM

Quote:

Originally Posted by -Snake- (Post 5625607)
I did create live usb with "dd command" to install to other USB select the correct USB into installation.

haha how funny is that? I am doing that right now as I type this. I just installed Void Linux onto a 32GB USB stick off the install of it on a different USB stick, It said grub was not installed. So now I am in FATDOG64 and I am going to attempt moving it over a bit and giving it a little bit of dos partition to install dos for grub on to it and see if I can get that to work.

it has been a while sense I've played with this dog, but I will post back if I get it running, in how I actually did it.

-Snake- 11-01-2016 09:32 AM

Quote:

Originally Posted by snowpine (Post 5625610)
You should have installed GRUB to /dev/sdc (not /dev/sdc1), HOWEVER, maybe the drive isn't called /dev/sdc on your other computer; the order of the drives might be different. Using UUID would prevent this problem: http://www.linuxquestions.org/questi...d-grub-899157/

But is strange that in my laptop works fine with grub on "/dev/sdc1" and not "/dev/sdc", i will try to reinstall all and select grub into /dev/sdc...

Thanks.

BW-userx 11-01-2016 09:38 AM

Code:

userx@voided2.what~>> sudo mount /dev/sdc2 /media/hd1
userx@voided2.what~>> cd /media/hd1/boot
userx@voided2.what/media/hd1/boot>> ls
System.map-4.5.2_1  grub                  vmlinuz-4.5.2_1
config-4.5.2_1      initramfs-4.5.2_1.img
userx@voided2.what/media/hd1/boot>> su
Password:
# mkinitrd -f initramfs-4.5.2_1.img 4.5.2_1

not done yet

-Snake- 11-01-2016 10:45 AM

Problem Solved, I had try install mbr into usb mbr and works fine!!!! Thanks to all.

BW-userx 11-01-2016 11:02 AM

Quote:

Originally Posted by -Snake- (Post 5625685)
Problem Solved, I had try install mbr into usb mbr and works fine!!!! Thanks to all.

so how did you actually do that show your commands I keep getting errors for grub installing to the USB stick.
it would help others too if they come and take a look .. sharing your how to's this is LQ not apple


All times are GMT -5. The time now is 02:14 AM.