LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-10-2021, 02:21 AM   #1
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 335

Rep: Reputation: Disabled
bionic puppy can find the laptop HDD


I want to install bionic puppy into an i7 Acer 5 laptop but it is not finding the laptop's HDD.

Gparted does not show the 250 G laptop HDD.

blkid only lists <quote> # blkid
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/sda1: LABEL="CDROM" UUID="B83C-DC47" TYPE="vfat" PARTLABEL="Main Data Partition" PARTUUID="0e728d16-b749-4284-b4cb-790909ef3833"
root# </quote>

The screen only shows sda1

What have I missed?
 
Old 10-10-2021, 04:44 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,129

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Lenovo ?.
How is the disk defined in the firmware - RAID or ACHI ?.

Don't use <quote> (not used by LQ) use [code] for commands and output to retain layout.
 
Old 10-10-2021, 07:49 PM   #3
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,113
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Kernel Used in Bionic Puppy new enough for your gear? Bios sees hard drive? You running xvesa or xorg for that video chip? Or a compatible Puppy driver?

https://www.amazon.com/Acer-Display-.../dp/B07QKWHWC9

Might consider trying Fossa Puppy instead.
 
Old 10-10-2021, 09:03 PM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
what does
Code:
fdisk -l
show.
 
Old 10-11-2021, 02:17 AM   #5
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72
How to boot puppy linux from Grub

Quote:
Originally Posted by quickbreakfast View Post
I want to install bionic puppy into an i7 Acer 5 laptop but it is not finding the laptop's HDD.

Gparted does not show the 250 G laptop HDD.

blkid only lists <quote> # blkid
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/sda1: LABEL="CDROM" UUID="B83C-DC47" TYPE="vfat" PARTLABEL="Main Data Partition" PARTUUID="0e728d16-b749-4284-b4cb-790909ef3833"
root# </quote>

The screen only shows sda1

What have I missed?
one must read the hundreds of pages on puppy linux. first off you only want to do a frugal instal. a full install is very lacking . Puppy was designed to run in /dev/ram0 and keep a save file. ok. so here let me tell you how to do this simple stuff.
I use grub to boot my frugal puppy.

Down load the iso image. right click extract it to a partition. I keep my puppy Linux folders in
Code:
/mnt/sdc2/puppy4
puppy4 is my folder on /dev/sdc2

I go to my /boot/grub/grub.cfg/
I add this at the bottom of my grub
above
### END /etc/grub.d/30_os-prober ###
I hate grub it is stupid but learn it.
Do not ever think grub will work from the /etc/grub files it will break stuff.
sure that is an argument
so stop letting some dev thousands of miles away care less about you update your grub.cfg like all the spoon fed distros do.
add this.
this is simple this number here = your drive 750d73e1-fbfa-4924-b359-fada4189c8c9
how do you get it
Code:
command blkid
/dev/nvme0n1p1: UUID="D7D2-C96F" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="bb6dc2f8-6a26-eb40-9a15-9cd8d0d218dc"
/dev/nvme0n1p2: UUID="3f76a8a7-795c-42f3-b1ba-d273265c2e05" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="e4d9aca6-637b-f64c-b4e6-7eb468abc421"
/dev/sdb4: UUID="5c28c62f-6f22-40ca-af7c-dd3f4153bbde" TYPE="swap" PARTUUID="46a723d8-04"
/dev/sdb5: UUID="e4a50541-e35e-499f-b010-a4b44924e2d2" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="46a723d8-05"
/dev/sdb3: UUID="b2416333-674a-4616-8763-82335b708d0a" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="46a723d8-03"
/dev/sdb1: UUID="c0589efd-3a37-477c-9d33-4dd22e454581" BLOCK_SIZE="4096" TYPE="ext4" PTTYPE="dos" PARTUUID="46a723d8-01"
/dev/sdc2: UUID="750d73e1-fbfa-4924-b359-fada4189c8c9" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="0008e448-02"
/dev/sdc3: UUID="fe9032c6-7d65-41d0-8411-77e06e0de4b3" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="0008e448-03"
/dev/sdc1: UUID="f2edb223-2e85-4051-9b11-9c88df9a3e22" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="0008e448-01"
/dev/sdc4: UUID="2f26e099-0d52-44f5-b1a3-325f6f19f54f" TYPE="swap" PARTUUID="0008e448-04"
/dev/sda2: UUID="051dbfa5-e640-4864-a7f7-124926f4d3b5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="9c3bfa5a-02"
/dev/sda1: UUID="d81146a4-b998-4ba0-9aa1-173ce2ae1c46" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="9c3bfa5a-01"
note I said /mnt/sdc2/puppy4 that device is 750d73e1-fbfa-4924-b359-fada4189c8c9
--hint-bios=hd2,msdos2 = /dev/sdc2
Code:
menuentry 'Puppy sdc2 (PUPPY ALL)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-e06b640b-0594-4056-ba7a-7098bbca4e45' {
	insmod part_msdos
	insmod ext2
	set root='hd2,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos2 --hint-efi=hd2,msdos2 --hint-baremetal=ahci2,msdos2  750d73e1-fbfa-4924-b359-fada4189c8c9
	else
	  search --no-floppy --fs-uuid --set=root 750d73e1-fbfa-4924-b359-fada4189c8c9
	fi
	linux /puppy4/vmlinuz psubdir=puppy4 
	initrd /puppy4/initrd.gz
}
}
been playing with bionic off and on.

Add the entry with your blkid reboot and select puppy linux my folder is in dev 750d73e1-fbfa-4924-b359-fada4189c8c9 / name of it is pupp4/vmlinuz
stop trying to do a full install it will only slow down. and not worth your time. frugal is the best. and puppy actually will give you the grub config.
Better to just do as I did. I have over 20 puppy's I boot.
for puppy slacko the best.
Code:
menuentry 'Puppy sdc2 (SLACKO 7.0)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-e06b640b-0594-4056-ba7a-7098bbca4e45' {
	insmod part_msdos
	insmod ext2
	set root='hd2,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos2 --hint-efi=hd2,msdos2 --hint-baremetal=ahci2,msdos2  750d73e1-fbfa-4924-b359-fada4189c8c9
	else
	  search --no-floppy --fs-uuid --set=root 750d73e1-fbfa-4924-b359-fada4189c8c9
	fi
	linux /drakeopup3/vmlinuz psubdir=drakeopup3 
	initrd /drakeopup3/initrd.gz
}
}

Last edited by lovemeslk; 10-11-2021 at 02:46 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wine installed but I cant find it Bionic Puppy Linux gazinbali Linux - Software 3 07-01-2019 11:50 PM
Can't add ppa, it does not support bionic u9477100 Linux - Newbie 10 06-18-2019 07:26 AM
Run customised HDD driver for external HDD while generic HDD driver for bootable purpose sonia49 Linux - Newbie 1 09-28-2016 08:52 PM
[SOLVED] Wary 5.3 on USB: 'boot: puppy pfix=ram' >> "could not find kernel image: puppy" frog82 Linux - Newbie 3 09-17-2014 06:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration