Debian Desktop off SD?
#11
(11-03-2019, 12:48 PM)Wizzard Wrote: Maybe you should just try dd method like when installing Ubuntu. I used this way and booted Debian without problem.

I don't think the problem is with the Pine64 installer.  I also don't think this problem applies when you have Ubuntu installed on the eMMC.
#12
I edited the extlinux.conf on the boot partition of the microsd and changed  "root=PARTUUID=deedbeef-02" to the device holding the root partition on the microsd "root=/dev/mmcblk0p2".  After that it booted.

Matthew
#13
(11-03-2019, 12:43 PM)zaius Wrote: I just used the Pine64 installer to flash the SD.

According to someone on Discord, he needed to "edit the extlinux.conf to correct the partition UUID's" to get it to work.

Yes, this has been confirmed in this thread:

https://forum.pine64.org/showthread.php?...1#pid51491

I intend test this out tomorrow.
#14
(11-03-2019, 10:36 PM)hmuller Wrote:
(11-03-2019, 12:43 PM)zaius Wrote: I just used the Pine64 installer to flash the SD.

According to someone on Discord, he needed to "edit the extlinux.conf to correct the partition UUID's" to get it to work.

Yes, this has been confirmed in this thread:

https://forum.pine64.org/showthread.php?...1#pid51491

I intend test this out tomorrow.

This worked for me but what steps can I take to re-image my machine so I don't need to boot from the SD all the time?
#15
(11-05-2019, 01:36 PM)xircledev Wrote:
(11-03-2019, 10:36 PM)hmuller Wrote:
(11-03-2019, 12:43 PM)zaius Wrote: I just used the Pine64 installer to flash the SD.

According to someone on Discord, he needed to "edit the extlinux.conf to correct the partition UUID's" to get it to work.

Yes, this has been confirmed in this thread:

https://forum.pine64.org/showthread.php?...1#pid51491

I intend test this out tomorrow.

This worked for me but what steps can I take to re-image my machine so I don't need to boot from the SD all the time?

I put a copy of the image on a usb flash drive, booted the SD and then dd'd the image from the usb drive to the eMMC .  But just to be safe, after the dd finished, I mounted the boot partition on the eMMC and edited the extlinux.conf there to replace "root=PARTUUID=deedbeef-02" with the device holding the root partition on the eMMC "root=/dev/mmcblk1p2".

Matthew
#16
(11-05-2019, 01:36 PM)xircledev Wrote:
(11-03-2019, 10:36 PM)hmuller Wrote:
(11-03-2019, 12:43 PM)zaius Wrote: I just used the Pine64 installer to flash the SD.

According to someone on Discord, he needed to "edit the extlinux.conf to correct the partition UUID's" to get it to work.

Yes, this has been confirmed in this thread:

https://forum.pine64.org/showthread.php?...1#pid51491

I intend test this out tomorrow.

This worked for me but what steps can I take to re-image my machine so I don't need to boot from the SD all the time?
I messed up my default Debian distribution (don't try to update to Sid) and had the same problem described above running the image on SD, but when I wrote the image directly to MMC using dd it worked.
#17
Sad 
(11-03-2019, 01:24 PM)m80 Wrote: I've also tried the pinebookpro-debian-desktop-mrfixit-190905.img multiple times on 3 different microsd cards with the same results as you... I see the boot splash, briefly see the console login, and then I get a blank screen.

I've used both Etcher and dd with the same results.

Matthew

I have the same problem. I can't seem to boot. I've tried two SD cards now. After imaging the card with `dd`, inserting it into the PBP and hitting the power button, I get the "Open Sesame" splash screen. Then it black screens and hangs. If I try and boot it a second time from the same card the PBP just black screens.

Ben
#18
(11-05-2019, 02:23 PM)Feakster Wrote:
(11-03-2019, 01:24 PM)m80 Wrote: I've also tried the pinebookpro-debian-desktop-mrfixit-190905.img multiple times on 3 different microsd cards with the same results as you... I see the boot splash, briefly see the console login, and then I get a blank screen.

I've used both Etcher and dd with the same results.

Matthew

I have the same problem. I can't seem to boot. I've tried two SD cards now. After imaging the card with `dd`, inserting it into the PBP and hitting the power button, I get the "Open Sesame" splash screen. Then it black screens and hangs. If I try and boot it a second time from the same card the PBP just black screens.

Ben

This is how I got past it:

https://forum.pine64.org/showthread.php?...2#pid51492
#19
Thumbs Up 
(11-05-2019, 02:59 PM)m80 Wrote:
(11-05-2019, 02:23 PM)Feakster Wrote:
(11-03-2019, 01:24 PM)m80 Wrote: I've also tried the pinebookpro-debian-desktop-mrfixit-190905.img multiple times on 3 different microsd cards with the same results as you... I see the boot splash, briefly see the console login, and then I get a blank screen.

I've used both Etcher and dd with the same results.

Matthew

I have the same problem. I can't seem to boot. I've tried two SD cards now. After imaging the card with `dd`, inserting it into the PBP and hitting the power button, I get the "Open Sesame" splash screen. Then it black screens and hangs. If I try and boot it a second time from the same card the PBP just black screens.

Ben

This is how I got past it:

https://forum.pine64.org/showthread.php?...2#pid51492

Hi,

Thanks for your help. It worked, the wrong partuuid was specified in the config file. Sorted it now.

Kind regards,

Ben
#20
(11-05-2019, 01:55 PM)m80 Wrote:
(11-05-2019, 01:36 PM)xircledev Wrote:
(11-03-2019, 10:36 PM)hmuller Wrote:
(11-03-2019, 12:43 PM)zaius Wrote: I just used the Pine64 installer to flash the SD.

According to someone on Discord, he needed to "edit the extlinux.conf to correct the partition UUID's" to get it to work.

Yes, this has been confirmed in this thread:

https://forum.pine64.org/showthread.php?...1#pid51491

I intend test this out tomorrow.

This worked for me but what steps can I take to re-image my machine so I don't need to boot from the SD all the time?

I put a copy of the image on a usb flash drive, booted the SD and then dd'd the image from the usb drive to the eMMC .  But just to be safe, after the dd finished, I mounted the boot partition on the eMMC and edited the extlinux.conf there to replace "root=PARTUUID=deedbeef-02" with the device holding the root partition on the eMMC "root=/dev/mmcblk1p2".

Matthew

Sorry if this is a stupid question, but how exactly do you mount the boot partition on the emmc and edit it from there? 

Sorry I'm a noob and just want to be able to get back to default if I mess up. 
I flashed the image to the emmc but it won't boot without the SD card in now. I think it's because that extlinux. Conf file isn't edited right after I flashed it. I could use the gui to edit the boot in the SD, but can't use the gui to edit the emmc. How does one do this?

Edit: I figured it out with mount and nano. Thanks.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Debian on Pinebook Pro u974615 7 995 03-31-2024, 10:11 AM
Last Post: u974615
  install debian on pbp jsch 7 4,025 11-22-2023, 04:22 PM
Last Post: TRS-80
  How to mainline kernel on daniel thompson's debian installer? hellojack 14 7,385 09-07-2023, 09:38 PM
Last Post: Der Geist der Maschine
  Unable to install Debian Bullseye because of missing wifi firmware Pino64 7 4,035 07-15-2023, 02:58 PM
Last Post: u974615
Rainbow How to prevent the screen from dimming (no X/wm/desktop)? cowsay 0 538 02-16-2023, 10:58 AM
Last Post: cowsay
Question Debian (Vanilla) no output on display after Kernel update (6.0.8-1) as365n4 1 1,274 12-09-2022, 12:43 PM
Last Post: as365n4
  Unsuccessful using danielt's unofficial Debian installer on the PBP joeDoe 2 2,333 12-09-2022, 05:04 AM
Last Post: ndp
  How can I install Debian? ImmyChan 1 2,033 10-19-2022, 03:09 AM
Last Post: alpopa
  when i close my laptop lid the screen doesn't turn on? (debian bullseye based) computerc 3 1,893 09-23-2022, 08:37 PM
Last Post: computerc
  Debian emmc installer db579 6 2,962 08-23-2022, 06:13 AM
Last Post: db579

Forum Jump:


Users browsing this thread: 2 Guest(s)