리눅스민트 데스크탑 및 노트북에서 설치하기…

Windows11
그외설정

savedefault
insmod part_gpt
insmod fat
set root=’hd0,gpt1′
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root –hint-bios=hd0,gpt1 –hint-efi=hd0,gpt1 –hint-baremetal=ahci0,gpt1 D4F5-1C76
else
search –no-floppy –fs-uuid –set=root D4F5-1C76
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi

스크립트로 처음에 넣어볼까..스크립트로 넣고 새로고침하니 오고있는중으로 뭐가 나오고..

항목편집기의 네임에..#text 들어있고..…아래에 스크립트 다시 복사해서 한번더 넣어주고.. 저장 재부팅하면 다음부터는 네임에 반영되어있음..

이놈은 데스크탑용…

테마는 사이버 펑크…로 지정했음…
menuentry “Android-x86-r9.0-k49” –class android –class arch {
set root='(hd2,3)’
linux /android-9.0-r2/kernel quiet root=/dev/ram0 androidboot.selinux=permissive buildvariant=userdebug SRC=/android-9.0-r2
initrd /android-9.0-r2/initrd.img
}

이놈은 노트북용…

menuentry “Android-x86-r9.0” –class android –class arch {
set root='(hd0,1)’
linux /android-9.0-r2/kernel quiet root=/dev/ram0 vmalloc=192M SRC=/android-9.0-r2
initrd /android-9.0-r2/initrd.img
}

ex)

menuentry “Lineage x86” {
set root='(hdX,Y)’
linux /cm-x86-14.1-rc1/kernel quiet root=/dev/ram0 androidboot.selinux=permissive acpi_sleep=s3_bios,s3_mode SRC=/cm-x86-14.1-rc1
initrd /cm-x86-14.1-rc1/initrd.img
}

hdX,Y here is the name of your partition where Android is installed. My installed partition is sda9, so the entry will be hd0,9. For sdb5 the entry would be hd1,5 and so on.

Linux Mint
그외설정

recordfail
savedefault
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root=’hd2,gpt4′
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root –hint-bios=hd2,gpt4 –hint-efi=hd2,gpt4 –hint-baremetal=ahci2,gpt4 675a7c20-5b9f-4ef3-9205-1834664ec78e
else
search –no-floppy –fs-uuid –set=root 675a7c20-5b9f-4ef3-9205-1834664ec78e
fi
linux /boot/vmlinuz-5.4.0-74-generic root=UUID=675a7c20-5b9f-4ef3-9205-1834664ec78e ro quiet splash $vt_handoff
initrd /boot/initrd.img-5.4.0-74-generic

컨키..
유튜브에서 conky-manager설치하는법…
1) wget http://launchpadlibrarian.net/340091846/realpath_8.26-3ubuntu4_all.deb https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.deb
2) sudo apt install conky
3) sudo dpkg -i realpath_8.26-3ubuntu4_all.deb conky-manager-v2.4-amd64.deb
4) sudo apt install -f

그리고 컨키매니저 실행하면.됨…

한글깨질때…3번 보고 설치한 것임..

홈폴더에서 숨김파일 보기 하고..
.conky아래 Gotham(사용하는것)폴더내의 고담을 데디터로 열어서..

폰트에 GE Inspira 를 GE_Inspira 로 4군데 고처주면…한글이 정상적으로 보임…버그인지..

GRUB Bootloader Themes

git clone https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes
cd Top-5-Bootloader-Themes
sudo ./install.sh

CyberRE

Vimix

크롬설치..

소프트웨어 매니저 //티냅틱 패키지 관리자 ///업데이트매니저…..//터미널//크롬순

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다